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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

877件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
1 返信

706件の閲覧回数
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 件の賞賛
返信