hi sir,
I got the android o code from http://processors.wiki.ti.com/index.php/6AO.1.0_Release_Notes, but when flashed all the images into the board, it show that it can't find the related partition. so how to do the GPT partition images .
This is the wrong message with running the flash scripts.
fyh@OptiPlex-7050:~/code/ti/o-master/emmc_files_bak$ sudo ./fastboot.sh
Fastboot: ./fastboot
Image location: ./
Fastboot - device detected: 0d00e0154dde00e1
[Jackie F.] Board Info--- cpu:DRA752, cputype:GP, boardrev:u
[Jackie F.] Image Info--- xloader:./GP_MLO, uboot:./u-boot.img
[Jackie F.] [dtb]Image Info--- environment:./dra7-evm.dtb
DTB = ./dra7-evm.dtb
Create GPT partition table
...
OKAY [ 0.034s]
finished. total time: 0.034s
Flashing bootloader.....
xloader: ./GP_MLO
target reported max download size of 788529152 bytes
sending 'xloader' (117 KB)...
OKAY [ 0.019s]
writing 'xloader'...
FAILED (remote: cannot find partition)
finished. total time: 0.038s
bootloader: ./u-boot.img
target reported max download size of 788529152 bytes
sending 'bootloader' (816 KB)...
OKAY [ 0.047s]
writing 'bootloader'...
FAILED (remote: cannot find partition)
finished. total time: 0.066s
Flash android partitions
target reported max download size of 788529152 bytes
sending 'boot' (9390 KB)...
OKAY [ 0.382s]
writing 'boot'...
FAILED (remote: cannot find partition)
finished. total time: 0.400s
Flashing environemnt.....
environment: ./dra7-evm.dtb
target reported max download size of 788529152 bytes
sending 'environment' (106 KB)...
OKAY [ 0.019s]
writing 'environment'...
FAILED (remote: cannot find partition)
finished. total time: 0.038s
target reported max download size of 788529152 bytes
sending 'recovery' (12546 KB)...
OKAY [ 0.505s]
writing 'recovery'...
FAILED (remote: cannot find partition)
finished. total time: 0.524s
target reported max download size of 788529152 bytes
sending 'system' (627741 KB)...
OKAY [ 24.508s]
writing 'system'...
FAILED (remote: cannot find partition)
finished. total time: 24.526s
target reported max download size of 788529152 bytes
sending 'vendor' (21202 KB)...
OKAY [ 0.843s]
writing 'vendor'...
FAILED (remote: cannot find partition)
finished. total time: 0.862s
Resizing userdata.img
Current userdata partition size=unknown KB
filesystem size too small
error: cannot load './userdata.img': No such file or directory
target reported max download size of 788529152 bytes
sending 'cache' (6248 KB)...
OKAY [ 0.259s]
writing 'cache'...
FAILED (remote: cannot find partition)
finished. total time: 0.277s
rebooting...
finished. total time: 0.255s
fyh@OptiPlex-7050:~/code/ti/o-master/emmc_files_bak$
Thanks
Jackie