mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user