Hello, how do I select in the platform builder the size of my board's nand flash (64/128)? Thank you all. Fernando
Platform Builder, how to select NAND size
domodom--> (or anyone) can explain why this is? why cant it exceed 32mb? thanks, Pinky and the Brain
The flash of the mini2440 is NAND flash, this flash technology don't allow to execute a program located in flash. When Windows CE is configured to be located in nand flash, the bootloader copy the nk.nb0 file in ram before to execute it. Then it is not possible to have a nk.nb0 file bigger than your ram size. Moreover, the OS needs ram, then your nk.nb0 file has to be smaller than your ram size. Finaly, the bootloader source code is closed and i don't think it is compatible with nk.nb0 file bigger than 32MB. domodom Note : the nk.bin file is a compressed version of the nk.nb0 file, but even if you upload your nk.bin file in the mini2440, you have to consider the nk.nb0 file size (I don't know if the nk.bin file is uncompressed before to be flashed or during the copy from flash to ram, but it doesn't matter)