This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 252b4a4094 imx93-evk/README.txt: Update instructions
252b4a4094 is described below
commit 252b4a40947ff6df4476a154f6e471b9cadd7182
Author: Ville Juven <[email protected]>
AuthorDate: Fri Apr 19 12:15:25 2024 +0300
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.
---
Documentation/platforms/arm64/imx9/boards/imx93-evk/README.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/platforms/arm64/imx9/boards/imx93-evk/README.txt
b/Documentation/platforms/arm64/imx9/boards/imx93-evk/README.txt
index 1a377d76f0..03e23579e4 100644
--- a/Documentation/platforms/arm64/imx9/boards/imx93-evk/README.txt
+++ b/Documentation/platforms/arm64/imx9/boards/imx93-evk/README.txt
@@ -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