imx93-evk/README.txt: Update instructions
It is advisable to set bootdelay to 0 when using bootcmd to disable dcache on u-boot. Using bootdelay -1 will definitely work as it disables bootcmd altogether (and leaves the dcache enabled). This step is added to remove confusion.
This commit is contained in:
parent
e863e3dd37
commit
252b4a4094
@ -52,6 +52,7 @@ Automated option:
|
|||||||
|
|
||||||
1. Replace the default bootcmd to disable dcache automatically:
|
1. Replace the default bootcmd to disable dcache automatically:
|
||||||
|
|
||||||
|
u-boot=> setenv bootdelay 0
|
||||||
u-boot=> setenv bootcmd dcache off
|
u-boot=> setenv bootcmd dcache off
|
||||||
u-boot=> saveenv
|
u-boot=> saveenv
|
||||||
Saving Environment to MMC... Writing to MMC(0)... OK
|
Saving Environment to MMC... Writing to MMC(0)... OK
|
||||||
|
Loading…
Reference in New Issue
Block a user