Hi,
I have flashed u-boot.imx in emmc keeping 0x400 as offset. Now I want to read u-boot.imx from another uboot (loaded from USB). It is not showing up in any of the existing partition. Tried mounting "/dev/${EMMC_DEV}boot0" with no success.
Thanks
I don't have this partition /dev/mmcblk0boot0 mounted. Tried below command to mount but gave error. Can you correct it?
/sbin/mkfs.vfat -n boot /dev/${EMMC_DEV}boot0 && mkdir -pv /mnt/storage && mount /dev/${EMMC_DEV}boot0 /mnt/storage && sleep 1 && sync && umount /mnt/storage" "${UBOOT_BIN}