Thank you @weidong_sun for the quick reply.
I used that command. But, nothing is work uboot stopped in uboot console.
uuu_version 1.0.1
# This command will be run when i.MX6/7 i.MX8MM, i.MX8MQ
SDP: boot -f .\imx-boot
# This command will be run when ROM support stream mode
# i.MX8QXP, i.MX8QM
SDPS: boot -f .\imx-boot
FB: ucmd setenv fastboot_dev mmc
FB: ucmd setenv mmcdev ${emmc_dev}
FB: ucmd mmc dev ${emmc_dev}
FB: flash -raw2sparse all .\ccu-rootfs-image-wabco_ccu.sdcard.bz2
FB: flash bootloader .\imx-boot
FB: ucmd if env exists emmc_ack; then ; else setenv emmc_ack 0; fi;
FB: ucmd mmc partconf ${emmc_dev} ${emmc_ack} 1 0
# create partition
FBK: ucmd mmc=`cat /tmp/mmcdev`; PARTSTR=$'10M,500M,0c\n600M,,83\n'; echo "$PARTSTR" | sfdisk --force /dev/mmcblk${mmc}
FB: done
I have to create partition table from u-boot source. Will you please give some steps ?
Regards,
Regards,
Vinothkumar Sekar