Hi Dey,
You could use the Linux dd command in the following way:
$ sudo dd if=<image name>.sdcard of=/dev/sd<partition> bs=1M && sync
For more information, you could refer to section 6.1 “Flashing an SD card image” of “Freescale Yocto Project User's Guide” document, from the L4.14.78_1.0.0_LINUX_DOCS package, where you could also find additional information and guidelines to help with the getting start of Yocto on i.MX processors.
Hope this will be useful for you.
Best regards!
/Carlos
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
-------------------------------------------------------------------------------