I create a DM37 img and upload it to NAND. it works well,
but it can not recognize my sd card. there is a error saying damaged sd card.
I found this note from readme
NOTE: The MMC/SD Card is still used to have DATA partition for Images and Media files.
Then I run the script "mkmmc-android.sh" to create a SD card with 3 partitions “boot, rootfs, data”
after that, Android can recognize the data partition without any errors.
but the problem is my SD card is 4GB, the data partition is only 2GB and I dont need boot & rootfs partitions.
So how can I create a single DATA partition?