mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
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
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ Automated option:
|
|||
|
||||
1. Replace the default bootcmd to disable dcache automatically:
|
||||
|
||||
u-boot=> setenv bootdelay 0
|
||||
u-boot=> setenv bootcmd dcache off
|
||||
u-boot=> saveenv
|
||||
Saving Environment to MMC... Writing to MMC(0)... OK
|
||||
|
|
Loading…
Reference in a new issue