hi all
i am working on Devkit8000 board. which has 256 MB NAND flash, used for booting.
my question is, if i use 50MB space for embedded OS, remaining 150BM is free. how to use this (150 MB )portion as Mass storage device?
actual NAND flash partitions are
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..it is working fine
but how to do it for NAND flash...
please hel me ...
thanks and regards
N REDDY