Search found 12 matches
- Fri Mar 12, 2010 4:26 am
- Forum: WinCE Development
- Topic: 64MB for programs in Wince - where is OEMAddressTable ??
- Replies: 4
- Views: 5182
Re: 64MB for programs in Wince - where is OEMAddressTable ??
I edited the "IMAGE_WINCE_RAM_SIZE" entry and config.bib to reflect 64MB of RAM allocation. The image did not work. So I then changed the config.bib entry to 32 MB (default) and left the "IMAGE_WINCE_RAM_SIZE" entry at 64MB. The image booted :?: So either A) the #DEFINE's are not being used as I exp...
- Wed Mar 10, 2010 4:52 am
- Forum: WinCE Development
- Topic: One more Newby
- Replies: 1
- Views: 2301
Re: One more Newby
welcome - I'm new too but I've learned a lot reading through the forum!
- Wed Mar 10, 2010 4:44 am
- Forum: WinCE Development
- Topic: 64MB for programs in Wince - where is OEMAddressTable ??
- Replies: 4
- Views: 5182
Re: 64MB for programs in Wince - where is OEMAddressTable ??
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 ju...
- Tue Mar 09, 2010 6:53 pm
- Forum: WinCE Development
- Topic: 64MB for programs in Wince - where is OEMAddressTable ??
- Replies: 4
- Views: 5182
64MB for programs in Wince - where is OEMAddressTable ??
I think this is related to the recent changes to the wince 5 BSP. I cannot find the "OEMAddressTable" entry so I can check to see if all 64MB of ram are being mapped. According to the MSDN help, it should be 64MB by default for ARM and x86 (see "How to Customize Memory on a CEPC"). Theoretically, I ...
- Mon Mar 08, 2010 4:44 am
- Forum: WinCE Development
- Topic: USB Driver Not Working for MINI2440
- Replies: 4
- Views: 4482
Re: USB Driver Not Working for MINI2440
Seems like my USB hub was causing the problems. I plugged the board directly into the PC and now it works on my desktop. Now I do not need to use my laptop to download! LOL..


- Sun Mar 07, 2010 7:38 pm
- Forum: WinCE Development
- Topic: ROM only file system
- Replies: 4
- Views: 5354
Re: ROM only file system
At last I managed to do image with "ROM only file system" and "Resident Flash" mount as root! I add only four line in platform.reg (see the underlined text) : [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SMFLASH] "DefaultFileSystem"="FATFS" "PartitionDriver"="mspart.dll" "AutoMount"=dword:1 "...
- Thu Mar 04, 2010 8:09 pm
- Forum: WinCE Development
- Topic: Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
- Replies: 5
- Views: 5749
Re: Configuring WINCE Image (via PB5) to use 7" Display?
I have found the answer!! The #DEFINE for the LCD_TYPE settings and batch file modifications, as outlined in the "how to use" readme, work - its just that the FILE NAMES have changed (at least for my BSP; ordered mini2440 kit in Jan 2010) The file to edit the LCD_TYPE #DEFINE is now " options.h " an...
- Thu Mar 04, 2010 5:20 am
- Forum: WinCE Development
- Topic: Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
- Replies: 5
- Views: 5749
Re: Configuring WINCE Image (via PB5) to use 7" Display?
Thank you for the help! I still haven't had time to look at this / build a new image, weekends are about the only time I have
My bootloader's menu didn't even match the instructions so I would assume a few things have changed. Rest assured I will update this thread with my findings!

My bootloader's menu didn't even match the instructions so I would assume a few things have changed. Rest assured I will update this thread with my findings!
- Tue Mar 02, 2010 4:43 am
- Forum: WinCE Development
- Topic: Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
- Replies: 5
- Views: 5749
Re: Configuring WINCE Image (via PB5) to use 7" Display?
That was my point, I have "mini2440.bat" but the code referenced in the "readme" is not present in the "mini2440.bat" batch file. I am concerned the method of defining the LCD_TYPE has changed. The readme file says "change" not "add" the lines of code. I am assuming the readme needs to be updated. I...
- Sun Feb 28, 2010 8:55 pm
- Forum: WinCE Development
- Topic: Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
- Replies: 5
- Views: 5749
Configuring WINCE Image via PB5 to use 7" Display? [SOLVED]
I am trying to configure the default mini2440 platform builder workspace to use the 7" TFT display. What files should be modified? I see a reference to "smdk2440.bat" in the "how to use" readme, and instructions to modify some lines of code, but the batch file referenced does not exist in my mini244...