| Thread | Last Post | Replies |
|
| bootme problem | 28 Oct 2006 02:37 GMT | 6 |
I build a bootloader, it can send bootme well and the PB5.0 can reply to it too. But here is a stange problem, bootloader can accept destination 59.77.17.255 UDP packet but can't accept destination 59.77.17.100
|
| IOCTL_NDIS_REBIND_ADAPTER and MultiCast | 27 Oct 2006 22:39 GMT | 7 |
Working on our platform I have noticed that it seems our bound multicast sockets lose the ability to receive multicast packets after we execute an IOCTL_NDIS_REBIND_ADAPTER on the interface. It would appear the multicast membership is revoked at that point by the TCP/IP stack.
|
| Help required with PlatBuilder 5.0 on PXA255 | 27 Oct 2006 21:08 GMT | 10 |
Others have had this problem before and have posted it in some newsgroups , but there has been no solution yet. I'm building a 5.0 BSP for a platform using the PXA255. The bootloader runs fine and everything is working fine until I try to run the kernel.
|
| Building an image for CE 5.0 using CE 4.2 | 27 Oct 2006 14:35 GMT | 2 |
Can I build an image for Windows CE 5.0 using PB 4.2 Greg White
|
| How wavedev's DMA operation works? | 27 Oct 2006 14:20 GMT | 11 |
Can anyone have some explanation about the wave audio driver's dma operation? I'm very confused of the WinCE's example code on the wavedev driver especially on the two functions, private_AudioFillBuffer and
|
| AT91SAM9261-EK CETK Results set for this BSP | 27 Oct 2006 13:49 GMT | 2 |
The contractor that we will hire to port this BSP (created by and sold by Adeneo) would like to see the CETK test results for the BSP so they know the quality of the drivers, and so they can accurately quote us a price to port to our hardware platform.
|
| NDIS, interrupts, and headaches... | 27 Oct 2006 13:41 GMT | 5 |
I am trying to port an SMSC9118 ethernet driver to a Freescale board, and am having some difficulty understanding how interrupts are handled. I have an interrupt handler called OEMInterruptHandler that catches the system timer interrupts and, apparently also captures the interrupts
|
| AT91SAM9261-EK - an immage booting problem | 27 Oct 2006 12:35 GMT | 6 |
Hallo guys I have been making a Win CE immage for AT91SAM9261-EK, I use the Platform Builder 5.0 with all last updates and last version of BSP for this board. And I have a problem with booting CE system. After attaching the device and
|
| Nk.bin download | 27 Oct 2006 08:31 GMT | 4 |
How can I download an OS image, by Ethernet, without using the PB? I am working with an ARMV4I and WINCE 4.2. Thanks.
|
| I am trying to replace "ndisuio.dll" retail version with the debug version. | 27 Oct 2006 04:32 GMT | 3 |
These are the steps I am doing: 1. Starting command window with Debug BaseOSEnv.bat. 2. In that window running sysgen -p common ndisuio. 3. Copy ndisuio.dll to flatreleasedir. The size of ndisuiio.dll is
|
| How to disable debug messages from Notify.dll? | 27 Oct 2006 01:54 GMT | 1 |
I got a huge amount of debug messages saying: "0x83d918e8: [NOTIFY] ProcessDatabase::started at local time....." I don't no where they come from and if they are normal, but right know I would like to disable the messages which I can do from the Debug Zones
|
| Missing urlmon.lib | 26 Oct 2006 23:05 GMT | 3 |
Visual Studio 2005: compiling my project against the SDK supplied by my Windows CE vendor this error occurs: Error 1 fatal error LNK1104: cannot open file 'urlmon.lib' How to solve it?
|
| Memory slider | 26 Oct 2006 16:45 GMT | 4 |
Windows CE 5 -> Control Panel -> System -> [Memory tab]: here you can move slider increasing "Storage Memory" vs "Program Memory". My problem is: when I launch my (very) big cab from SD card (that copies many Mb into RAM) sometimes occurs an error because there isn't free memory
|
| update OS on custom device | 26 Oct 2006 16:36 GMT | 4 |
Are there any ideas as how I can run OS updates to a custom device after it is released? For example, at what sequence would the updates have to be written? I am thinking that it would have to be done straight after the bootloader startup and before the kernel address is ...
|
| Incremental platform builds | 26 Oct 2006 13:31 GMT | 2 |
In PB5.0 IDE we perform incremental builds of our workspace by 1. rightclicking the %_targetplatroot% folder (FileView-tab) 2. selecting the 'Build and Sysgen' option. This works fine and fast almost everytime. However, when I switch from
|