hi
am working Devkit8000 board, has OMAP 3530. NAND flash memory of 256 MB is availabe.
am loading Angstrom OS in NAND flash and every thing is working fine.
0x00000000-0x00080000 : "X-Loader"
0x00080000-0x00260000 : "U-Boot"
0x00260000-0x00280000 : "U-Boot Env"
0x00280000-0x00680000 : "Kernel"
0x00680000-0x10000000 : "File System"
here i am utilizing only few MB of memry for Anstrom OS.
Problem is i have created one more partition see below
0x00000000-0x00080000 : "X-Loader"
0x00080000-0x00260000 : "U-Boot"
0x00260000-0x00280000 : "U-Boot Env"
0x00280000-0x00680000 : "Kernel"
0x00680000-0x01940000 : "File System"
0x01940000-0x10000000 : "EXTENDED PARTITION"
how to use EXTENDED PRTITION as a mass storage device in OMAP 3530?
i have done it for SD card..
but i dont have any idea to do for NAND flash...
please suggest me ...
thanks and regards
N REDDY