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
解決済! 解決策の投稿を見る。
Seems that a solution for this problem can be found here:
Regards,
Bernhard.
Seems that a solution for this problem can be found here:
Regards,
Bernhard.
Thanks. i produced eMMC images for i.MX8M EVK following your guide.