how to modify the u-boot configuration in SDK1.8?

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

how to modify the u-boot configuration in SDK1.8?

805 Views
luwang
Contributor I

I want to modifiy the u-boot configuration, the doc said that:

To Modify U-Boot Configuration:

Modify UBOOT_MACHINES. Values for UBOOT_MACHINES are listed in meta-fsl-ppc/conf/machine/<machine>.conf


My UBOOT_CONFIG is:

UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"

but I can not find the "ls1021atwr_sdcard_config"  to modify the configuration.

I try to use make menuconfig, then use bitbake to compile, but it does not work too.

so how can i modify the u-boot configuration in SDK 1.8??

thanks a lot

Labels (1)
0 Kudos
Reply
1 Reply

634 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Lu Wang,

Please configure the variable UBOOT_CONFIG as "sdcard" in the recipe meta-fsl-arm/conf/machine/ls1021atwr.conf.

And rebuild u-boot as the following.

$ bitbake u-boot -c cleansstate

$ bitbake u-boot


Have a great day,
Yiping

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

0 Kudos
Reply