Hi as given in LinuxUserGuide_DragonBoard.pdf under section “2 Installing Linux”, We are able to boot from sd card using the installer-image from the 96-Boards Website i.e. dragonboard410c_sd_card_install_ubuntu.zip.
I want to do same using our custom images, i.e. (gpt_both0.bin, hyp.mbn, NON-HLOS.bin, rpm.mbn, sbl1.mbn, sec.dat, tz.mbn, emmc_appsboot.mbn, boot.img and rootfs.img).
So how do i make a single image (xyz.img) containing all the images and use the command “sudo dd if=xyz.img of=/dev/XXX bs=2M” to flash it on SD-Card and boot my board using the same SD-Card.