U-boot parameters reset to default values

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

U-boot parameters reset to default values

754 Views
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

Labels (2)
0 Kudos
2 Replies

647 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello NIRMAL,

For setting variable in uboot:

setenv

For storage

saveenv

Regards

0 Kudos

647 Views
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 Kudos