For i.MX8M EVK board , how to Build Image to eMMC without using SD card?

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

For i.MX8M EVK board , how to Build Image to eMMC without using SD card?

Jump to solution
634 Views
jhpark_vine
Contributor III

For i.MX8M EVK board , how do Build  eMMC Images without using SD card? 

Using the following bitbake command , it produced  SD card images. 

bitbake -v core-image-minimal 

to build  U-Boot eMMC in yocto build system  

changed local.conf 

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

but bitbake failed and did not produced eMMC images.

let me know how to Build Image to eMMC without using SD card .. 

Thanks 

 

 

0 Kudos
1 Solution
624 Views
bernhardfink
NXP Employee
NXP Employee
2 Replies
625 Views
bernhardfink
NXP Employee
NXP Employee

Seems that a solution for this problem can be found here:

https://community.nxp.com/t5/i-MX-Processors/IMX8M-error-building-uboot-for-emmc-with-Yocto/m-p/9113...

 

Regards,

Bernhard.

613 Views
jhpark_vine
Contributor III

Thanks. i produced eMMC images for i.MX8M EVK  following your guide. 

 

0 Kudos