u-boot-fw-utils issue with mx6ul_14x14_evk

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

u-boot-fw-utils issue with mx6ul_14x14_evk

Jump to solution
1,286 Views
hardikpadhariya
Contributor I

Hi,

we are using imx6ul evaluation kit "mx6ul_14x14_evk".

We have built the u-boot-fw-utils by adding "CORE_IMAGE_EXTRA_INSTALL += "u-boot-fw-utils" in local.conf file.

We are facing two issues:

1. Not able to update the existing boot variable. We tried updating the boot delay but it is not reflected while rebooting.

2. We are not able to add the new variables. When we execute "fw_setenv board_name evalkit" then we can see it using fw_printenv. But if we reboot and check the boot variables using the command "printenv" then the variable is not shown there.

3. We also tried adding the variable through CONFIG_EXTRA_ENV_SETTINGS in mx6ul_14x14_evk.h  at ./tmp/work/../../include/configs/ but it is also not shown when we use fw_printenv.

Labels (2)
0 Kudos
1 Solution
933 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hardik

reason may be in wrong addresses as in similar question on

fw_printenv and fw_setenv [ANSWERED] - Variscite Forums 

also as this is specific uboot issue it may be posted on uboot mail list

U-Boot Info Page 

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

View solution in original post

0 Kudos
1 Reply
934 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hardik

reason may be in wrong addresses as in similar question on

fw_printenv and fw_setenv [ANSWERED] - Variscite Forums 

also as this is specific uboot issue it may be posted on uboot mail list

U-Boot Info Page 

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

0 Kudos