HI, aravinthkumar,
First of all, thank you very much for your answer.
My steps are as follows:
crl6@crl6:~/android_build/out/target/product/sabresd_6dq$ sudo ../../../../device/fsl/common/tools/fsl-sdcard-partition.sh -f imx6q -c 14 /dev/sdb
when burning vendor_raw.img file, Ubuntu can view sdcard files. i exec command
sgdisk --backup=table /dev/sdb
when fsl-sdcard-partition.sh is finish,now Ubuntu can't view sdcard files. (because ""dd if=${bootloader_file} of=${node} bs=1k seek=${bootloader_offset} conv=fsync"")
then i exec command as follows:
sgdisk --load-backup=table /dev/sdb
sgdisk -G /dev/sdb
now Ubuntu can view sdcard files.
After that i put sdcard in board,it is can't start uboot!!
Can you give me more details?
Regards,
crr6