how to build yocto uboot of emmc

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

how to build yocto uboot of emmc

2,511 Views
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

Labels (3)
0 Kudos
4 Replies

1,287 Views
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 Kudos

1,287 Views
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 Kudos

1,287 Views
saurabh206
Senior Contributor III

Hi

Can you try

bitbake -f -c compile u-boot-imx

bitbake u-boot-imx.

0 Kudos

1,287 Views
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 Kudos