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}