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
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.)
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