how to create 4 partitions on the eMMC same as on SD card ls1021a

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to create 4 partitions on the eMMC same as on SD card ls1021a

1,352件の閲覧回数
jiye
Contributor V

Hi,

By using flex-builder I am able to create a image which has 4 partitions on the sd card but that is because the flex-builder as shown in the pic

pastedImage_1.png

Now I have an empty eMMC I follow AN5184 but that document puts everything in one partition. I want to create 4 partitions same as on the SD card and flash my binary into each partition how am I able to do that (do I need to define or label primary,secondary, etc.)

ラベル(1)
1 返信

1,235件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Hello Elias Bitbaker,

Under Linux, please use "fdisk" to create 4 partitions, use mkfs.ext2 to format each partition, then copy images to each partition.

Thanks,

Yiping