* lux_cnis <luxiang...@gmail.com> wrote: > My flash is SAMSUNG K9F1G08U0B, whose page size is 2K. Therefore, my > redboot can not recognize the flash.
The FIS does not, at present, support NAND flash parts. This is because it only supports NOR flash. To make this work you would probably need to create a bridging driver to one of the eCos NAND flash libraries and a translation layer to make the NAND appear, to RedBoot, to be NOR. If you don't need FIS you can still run a filesystem on the NAND by building in fileio support. This is known to work in RedBoot and adds a number of new commands. YAFFS is the recommended filesystem for NAND parts (though beware - it's not under quite the same license as eCos). Ross -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss