I'm interested if it is possible to put the image of windows larger than 32MB on Mini2440, and if so how? Regards
nk.bin larger than 32MB
That will take a LOT of work. The whole image is copied into ram, so if the image is 32MB, and your board has 64MB ram then it leaves you with only 32MB ram after the image is loaded. If your image is 64MB then you will have no ram left. The solution is to only copy a part of the image into ram, and load the rest as required. But the BSP doesn't support this. I have found this info: http://msdn.microsoft.com/en-us/library/ms836792.aspx I have spent a few days trying to implement this but gave up. Good luck...