I build the WinCE 6 image using the BSP. Works great! However, I'm not sure what's happening with the filesystem. The Mini2440 has 128mb nand flash and 64mb of ram. When I build the image, I use about 20meg of storage space with 32meg free and 32meg of ram. It looks like the NAND flash just copies the image into 64mb memory? Shouldn't the filesystem by 128mb and the ram be 64mb? Is there a simple adjustment somewhere in WinCE Builder that I can access to fix this? Thanks.
WinCE 6 build file system
Hello, Frist in your VS2005 open the Properties of your OSDesign and under Configuration Properties click Build Options. Here are some settings for your image... Check if this setting is checked: Run-time image can be larger than 32 MB (IMGRAM64=1) If checked, uncheck it and in the same Properties window click the Environment and click the New.. button. You will add a new environment variable with the name IMGRAM128 set to 1. That is it... now just click on the Build menu and select Make Run-Time Image Good day, b