nicolas wrote:Im quite interested in that setting too. I have not attempted it myself, but have read on the procedure.
I have nothing useful to add at this time, sorry.
This is just so the BBS lets me know if there is any progress on this thread.
Have you tried KITL and the kernel debugger ?
I found something just after my post; look at "image_cfg.h" in the latest wince 5 BSP (wince5-bsp_20100202). On lines 61 and 62 you have the following:
Code: Select all
#define IMAGE_WINCE_RAM_CA_START 0x80200000
#define IMAGE_WINCE_RAM_SIZE 0x01E00000
I am certain this is the renamed "RAM_SIZE" entries found in the original BSP where "OEMAddressTable is clearly defined. Actually, I found this entry searching for the "RAM_SIZE" string. It is obvious a lot of variable renaming has taken place. I'm not complaining, just trying to work my way through this!
I edited line 62 to reflect 64MB RAM (0x04000000), edited config.bib RAM entry to reflect 64MB (again 0x04000000), rebuilt the image...and nothing. Same problem, gets to my boot logo and hangs. I did this just before I went to sleep so I left it at that!
No I have not tried the debugger yet - I need to get that running. I have the hardware but my PC lacks a LPT port!! I am working on this as my free time permits - but it is steady work so I won't disappear for months. I'll keep you posted on what I find. FWIW I DO have a ROM-based filesystem going and have edited the bootloader code successfully. I like this system I just need all 64MB of RAM in wince!
