I have few questions for creating Android partition in NAND flash (not SD card) . I did not find any proper document on net for the same. My questions :
1. How to create a new partition in NAND flash of an Android device (everything like editing PIT; changes required in kernel, bootloader or any other portion of code) ? 2. What different do I have to do if I want to create a swap partition in Android? I am asking this because the partition ID of swap i.e. 82, is taken by system image in my case. Refer the* fdisk -l *data for system parttition below :- Device Boot Start End Blocks Id System */dev/block/mmcblk0p17 26113 128512 819200 82 Linux swap * In my case mmcblk0p17 is system partition. -- Thanks and Regards, Goel -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

