Hi
I'm working on GLSDK with jacinto6 board and booting it using SD card
I modify u-boot environment using "setenv, saveenv" and change SD card which newly flashed and boot again.
But u-boot environment was still applied with my last change. In spite of I'm using other SD card
(I expected that u-boot environment must be back to default with new SD card)
If u-boot env is saved to other storage, please tell me.(As I know jacinto6 evm board support many storage... sdcard, emmc, nand, qspi flash...)
I like to format or recover it to default value set
Thank you
for example,
1. boot with sd card#1 and check if "bootdelay=1"
2. setenv bootdelay 5;saveenv
3. remove sd card#1 and insert sd card#2(newly flashed in glsdk)
4. boot with sd card#2 and command "printenv"
5. It print bootdelay=5(I don't know why it still bootdelay=5 despite glsdk initial value is 1