u-boot environment variables

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

u-boot environment variables

495 Views
saida
Contributor II

hi I.MX community
in my custom board i don't have sdcard to store environment variables

i have nor flash i want to store environment variables on my last sector of nor flash which it is interfaced on EIM bus

what modification i have to do ?

thanks and regards

Saida

Labels (1)
0 Kudos
1 Reply

403 Views
igorpadykov
NXP Employee
NXP Employee

Hi saida

one can look at uboot/include/configs/*board*.h

parameter like #define CONFIG_SYS_MMC_ENV_DEV

and others like *CONFIG_ENV*, then define necessary media for storage

environment variables.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos