Hi,
I have done a yacto build with meta-qcom for dragonboard-410c. I would like to write this image to an SD for booting the new image.
Since yacto does not generate an sd_card image, my other options seems to be to use the rootfs.img and the boot…img files to write on a pre-partitioned sd card. using the following commands:
sudo dd if=boot-XXX.img of=/dev/sdb9
sudo dd if=core-image-*.rootfs.img of=/dev/sdb8
I am using an sd card I created whith the dragonboard410c_sdcarnd_install_debin-246 file.
I have the boot image unfortunately, Yacto only generates the rootfs.ext4 and the rootfs.tar. Can anyone tell me how to generate the rootfs.img file from either of the above files.
Thanks,
Guy