how to build yocto uboot of emmc

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to build yocto uboot of emmc

2,866 次查看
timcui
Contributor I

Hi everyone,

     We are using im6qsabresd platform.Yocto project default uboot is booting from SdCard.

Now we want to rebuild the uboot that boot from the  emmc.So,we refer to the FreeScale Yocto Project User Guide.

We used the following commands :

$ echo "UBOOT_CONFIG = \"emmc\"" >> conf/local.conf

$ MACHINE=imx6sxsabresd bitbake -c deploy u-boot-imx

But the system do not generate the new file named u-boot-emmc-2015.04-r0.imx

But have a test ,if we use this command:$ echo "UBOOT_CONFIG = \"sata\"" >> conf/local.conf

We can get the new file named u-boot-sata-2015.04-r0.imx

So somebody can tell me what the problem above ?

Best Regards,

Tim

标签 (3)
0 项奖励
回复
4 回复数

1,642 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Tim,

Are you using the board from our company? Here can I know which version of BSP are you using?

Have a nice day

Dan

0 项奖励
回复

1,642 次查看
timcui
Contributor I

Hi Dan

Yes ,we are using the board named imx6qsabresd from your company FreeScale.

And the BSP version is L3.14.52-1.1.0_ga.

Tim

0 项奖励
回复

1,642 次查看
saurabh206
Senior Contributor III

Hi

Can you try

bitbake -f -c compile u-boot-imx

bitbake u-boot-imx.

0 项奖励
回复

1,642 次查看
timcui
Contributor I

Hi

I have used these tow command. But,the system also do not generate the new file named u-boot-emmc-2015.04-r0.imx.

Tim

0 项奖励
回复