uuu failed to install u-boot environment variables

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

uuu failed to install u-boot environment variables

725 Views
jupiter_hce
Contributor III

Hi,

I set up the u-boot defconfig board target to mx6ullevk, I defined bootars and bootcmd variables to #define CONFIG_EXTRA_ENV_SETTINGS in mx6ullevk.h, compiled it to u-boot-ram.imx, and run uuu to send SDP: boot -f u-boot-ram.imx -nojump to the device, but the device u-boot did not get bootargs and bootcmd defined in CONFIG_EXTRA_ENV_SETTINGS, what could I be missing here?

Thank you.

- jupiter

Labels (4)
0 Kudos
1 Reply

610 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Jupiter,

Yocto is meant for distribution of customized Linux distributions rather than development, so sometimes it may be hard to make sure that changes on the sources or libraries are present on the final build.

You would need to run a clean and then try baking again. Even so, it could be that these changes are being overridden by the default configuration. I would recommend cross compiling outside of Yocto using the toolchain and test it on your board before committing by adding these settings on a recipe or image append.

I hope this helps!

Regards,

0 Kudos