This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM335X: emmc_part

Part Number: PROCESSOR-SDK-AM335X

Tool/software:

Hi , Liu, ,

We observed that emmc_part.dump file as below works fine in TISDK 8.2, for creating emmc partition using "sfdisk /dev/mmcblk1 < emmc_part.dump"

label: dos
device: /dev/sdb
unit: sectors

/dev/sdb1 : start=       48195, size=      143360, type=c, bootable
/dev/sdb2 : start=      191555, size=     2097152, type=83
/dev/sdb3 : start=     2288807, size=     2097152, type=83
/dev/sdb4 : start=     4385965, size=     3145728, type=5
/dev/sdb5 : start=     4385970, size=      102400, type=c
/dev/sdb6 : start=     4488450, size=     2936012, type=83

the same partition is not working in TISDK 9.1.. so we changed partitions as below,

label: dos
device: /dev/sdb
unit: sectors

/dev/sdb1 : start= 48195, size= 143360, type=c, bootable
/dev/sdb2 : start= 191555, size= 2097152, type=83
/dev/sdb3 : start= 2288807, size= 2097152, type=83
/dev/sdb4 : start= 4385965, size= 3019603, type=5
/dev/sdb5 : start= 4385970, size= 100357, type=c
/dev/sdb6 : start= 4488450, size= 2915150, type=83

May i know why this behavior i am curious about it Slight smile