| Thread | Last Post | Replies |
|
| Fast platform rebuilds with kernel mods | 06 Sep 2005 14:23 GMT | 12 |
I'm had to modify the CE 4.2 kernel a bit to execute some privileged instructions under priv lvl 0. And I am looking for a fast way to rebuild the kernel and include the changes into my OS image. This is what I figured out so far:
|
| Debugging without KITL | 06 Sep 2005 14:08 GMT | 5 |
Other than using RETAILMSG/DEBUGMSG, are there any means of debugging code without KITL support ? Specially when debug messages are not recommanded, as they consume some cycles.
|
| Help ! Fonts issues with Windows CE 5.0 | 06 Sep 2005 13:07 GMT | 5 |
I'm using CE 5.0 on a Geode platform, using the default AMD Geode BSP provided with CE. Under Windows CE 4.2, I used to drop the fonts I needed on my plaftorm and everything was running fine (and without Raster Fonts features).
|
| is it possible to enable KITL if i am launching rom image? | 06 Sep 2005 06:42 GMT | 3 |
I added kernel args in my launch code. 1: download a image from PB 2: eboot write the image after the download 3: launch, and kitl connection with PB is done
|
| Passthru license question. | 05 Sep 2005 21:58 GMT | 1 |
I want to use PASSTHRU sample as a base for commercial application. I don't use Platform Builder. I've only used passthru sources to create EVC++ dll project. What's licensing policy about public\common\oak sources? Included EULA is too intricate for me, because English is not my ...
|
| I2C bus driver | 05 Sep 2005 18:33 GMT | 3 |
I need to write an I2C driver for PXA255. I'm unsure how many I2c devices will be on the bus at this moment. I need an E2Prom anyway. If i just had the one device i would just implement a stream driver.
|
| Viewing I/O registers on a CEPC | 05 Sep 2005 18:14 GMT | 1 |
I am currently debugging a CEPC target with Platform Builder 4.2. I know how I can see and modify the current state of memory and registers, but I could not find a way of reading and writing to/from I/O registers. The equivalent on WinDbg would be 'ib Address' and 'ob Address ...
|
| touch screen | 05 Sep 2005 15:45 GMT | 1 |
if i need to use touch screen, is it enough to add it by the wizard or should i do something more? (i tried it on on acer travel mate, and hp compaq tc1100)
|
| customized shell | 05 Sep 2005 14:32 GMT | 1 |
i want to run my own application(shell) on the startup i try to change the registry on common.reg ( launch50="nnnnn"
|
| Platform Builder 5.0 Connectivity Options | 05 Sep 2005 14:03 GMT | 3 |
Does Platform Builder 5.0 use an order for network cards on local computer to receive boot requests from devices? We have problems to connect to a device through ethernet. The device has an IP address 192.168.56.197 and our ethernet card has an IP address 192.168.56.196. All ...
|
| Hive-based registry | 05 Sep 2005 13:17 GMT | 3 |
Hello World! I have a Win CE 5.0 build running correctly on a Geode platform. It is booted from a compact flash card that Windows CE calls "Hard Disk" when running and where I can read and write files. Here I want to be able to
|
| ethernet raw frame | 05 Sep 2005 11:48 GMT | 2 |
is there any function that i can get ethernet raw frame instead of ip packets?
|
| SD memory card supports for 2.0G | 05 Sep 2005 07:58 GMT | 1 |
I'm using WinCE4.2 for my PMP platform. SD card 2.0G is not recognized. How could I implement the code for the large SD card ? VinGen
|
| Fast serial | 05 Sep 2005 07:53 GMT | 7 |
I need help about my serial port. I linked "ISR16550.dll" hoping to increase speed on serial communication, but I don't see differrences. I don't use the events handler to communicate but remain in wait status
|
| Importing SDK in a Platform? | 05 Sep 2005 07:39 GMT | 3 |
Is it possible to import an existing SDK into a Platform? OR Is it possible to Create a new Platform based on existing SDK? I do not see any such Option in WinCE 5.0. Is it possible to get list of components included in an SDK atleast?
|