Platform Builder, how to select NAND size

Fernando
Hello,
how do I select in the platform builder the size of my board's nand flash
(64/128)?

Thank you all.
Fernando

domodom
You can't. The nk.nb0 size may not exceed 32MB, even if your nand is
larger.

pinky and the brain
domodom--> (or anyone) can explain why this is? why cant it exceed 32mb?

thanks,
Pinky and the Brain

domodom
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)

Pinky and the Brain
thank you very much for clearing that up for me domodom.