Forum Discussion
JonGoh
New Contributor
1 year agoAgilex 7 U-Boot Environment Save
Hi, I am using the Agilex 7 F-Series Development Kit, and I would like to know how to change and save the U-boot environment (by using U-boot command save env) to flash instead of the SD card. I h...
tehjingy_Altera
Regular Contributor
1 year agoHi
Sorry for the late response.
Yes, you are right.
The CONFIG_ENV_IS_IN_FAT flag informs the uboot to use the content of the env file as the run time environmental variable if it exist in the sdcard FAT partition.
For storage in flash you could set the CONFIG_ENV_IS_IN_UBI only and disable the CONFIG_ENV_IS_IN_FAT .
With this option uboot will store the environmental variable into the flash.
Regards
Jingyang, Teh