Hello, I am using imx8mm-evk, and testing to copy kernel image to sd card via dd command.
when I copy wic file(core-image-minimal) to sd card below, it boots well.
zstdcat core-image-minimal-imx8mm-lpddr4-evk-20231025060017.rootfs.wic.zst | sudo dd of=/dev/sdb bs=1M conv=fsync status=progress
after I copied wic file, I copied kernel image(located /arch/arm64/boot/) from linux-imx below, but it doesn't boot after that.
sudo dd if=Image of=/dev/sdb bs=512 seek=2048 conv=fsync
is it right that the va seek parameter is 2048?
The following image is booting with sdcard which is after copying kernel image.
