Other Parts Discussed in Thread: TMDXEVM3358
Tool/software: Linux
Hi, TI team
I try to add CONFIG_SYS_EXTRA_OPTIONS="NAND,ENV_IS_IN_NAND" on am335x_evm_defconfig, and I rebuild the u-boot.
When AM335x Evaluation Module (TMDXEVM3358) boot from SD card, the U-Boot get stuck.
Could you give me some advice about this problem, please.
- Conloe:
CCCCCCCC
U-Boot SPL 2017.01-00444-g4e7f468-dirty (Mar 30 2018 - 15:43:30)
Trying to boot from MMC1
- Diff
~/ti-processor-sdk-linux-am335x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04$ git diff
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index db64406..ed8993a 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -5,7 +5,7 @@ CONFIG_SPL_STACK_R_ADDR=0x82000000
CONFIG_DEFAULT_DEVICE_TREE="am335x-evm"
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
-CONFIG_SYS_EXTRA_OPTIONS="NAND"
+CONFIG_SYS_EXTRA_OPTIONS="NAND,ENV_IS_IN_NAND"
CONFIG_SPL_LOAD_FIT=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y