Hi @mEK, it’s difficult to say since I don’t have a DART with eMMC. My guess is that the error is simply that the kernel could not locate the root filesystem. Are you certain that mmcblk0 is the eMMC in this case? Have you configured MENDER_STORAGE_DEVICE to match?
@mEK I used the eMMC version with my own BSP and it worked well. I did observe few Kernel Oops while dd flashing the image, but in the end the image flashing was successful. BSP I used is here: https://github.com/linumiz/meta-variscite
root@hero-secc:/# sudo dd if=hero-secc-firmware-release-hero-secc.sdimg of=/demmcblk1 status=progress conv=fdatasync
dd: failed to open ‘hero-secc-firmware-release-hero-secc.sdimg’: No such file or directory
root@hero-secc:/# ls
bin data etc lib media opt run sys unit_tests var
boot dev home lost+found mnt proc sbin tmp usr www
That file should exist in your build system. If you are booting off of SDCard on your device in order to write to eMMC you will need to get the file from your build system on a USB key or some such.
Drew