I am using IMX8 board and I am not able to boot the IMX8 board with SDcard with yocto Image.
I am using following command
sudo dd if=core-image-base-imx8mqevk.sdcard of=/dev/sdb bs=1M conv=fsync
I also tried adding the offset mentioned in the manual but that too does not helps.
sudo dd if=core-image-base-imx8mqevk.sdcard of=/dev/sdc bs=1k seek=33 conv=fsync