u-boot environment variables

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

u-boot environment variables

833 次查看
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

标签 (1)
0 项奖励
回复
1 回复

741 次查看
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 项奖励
回复