U-boot parameters reset to default values

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

U-boot parameters reset to default values

1,901 次查看
nirmalluhana
Contributor IV

Hi,

I have used the Boundry device nitrogen6 max board to verify the LVDS LCD panel.

For that, I disabled HDMI port at the u-boot level and added new LCD information in LVDS interface and updated related parameters by using setenv and saveenv. But, after booting/rebooting the board all those parameters are set to default values.

Anyone knows why this thing happens and how I update new LVDS display parameters at the u-boot level?

Best regards,

Nirmal

标签 (2)
标记 (3)
0 项奖励
回复
2 回复数

1,794 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello NIRMAL,

For setting variable in uboot:

setenv

For storage

saveenv

Regards

0 项奖励
回复

1,794 次查看
nirmalluhana
Contributor IV

Hello Bio_TICFSL,

I have already saved the environments using saveenv although it was getting changed at default values while I reboot the board and some parameters didn't update using setenv

 

So, is there any other method available to update those parameters?

Best regards,

Nirmal

0 项奖励
回复