| Thread | Last Post | Replies |
|
| Third party loader & BSP development | 22 Dec 2005 14:46 GMT | 7 |
I would like to get some explanation for my situation. I develop BSP for S3C2410-based board with 64M NAND-flash and 128M SDRAM. We use third-party bootloader. That bootloader just initializes NAND controller and copies NANDflash contents into SDRAM and then jumps
|
| Is there a way for a PB debug shell extension to access the host machine's filesystem? | 22 Dec 2005 13:01 GMT | 1 |
I am curious if it is possible for a ceshell debug extension loaded with the loadext command to access files on the desktop, or host machine? Or execute code on the desktop? I'm using PB 5.0. I'm not sure if there might be some interface available to the target device
|
| Headless device | 22 Dec 2005 12:42 GMT | 3 |
i am creating mp3 player(headless device) based on SMDK2440 bsp. in my system i dont use display driver so i am not able create window to receive keyboard inputs for player. i want to create interactive player i checked the code samples using
|
| Which OemIOControl is it | 22 Dec 2005 10:27 GMT | 1 |
I would like to know which OEMIOControl code these belong to. How can I find out?? OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35 OEMIoControl: Unsupported Code 0x10100d0 - device 0x0101 func 52
|
| OID_PNP_CAPABILITIES, CEPC, builtin NIC | 22 Dec 2005 03:30 GMT | 4 |
I wrote an NDIS miniport driver for a PCI wireless NIC running on a 4.2 CEPC. I would like to catch powerdown events to make some cleanings on the adapter before the PC reboots when GwesPowerOffSystem is called (it is the way the Suspend command is handled.)
|
| ARMV4 vs ARMV4I | 22 Dec 2005 00:08 GMT | 13 |
Could someone tell me what's the difference between these two CPUs: ARMV4 and ARMV4I. Maybe the first is tipically used with Pocket PC devices, while ARMV4I is tipically used with "Windows CE 4.20" devices?
|
| an eboot problem About Au1200 BSP | 21 Dec 2005 23:06 GMT | 1 |
Hi,all I am working on Au1200. I don't want to use YAMON to start Eboot.What would I modify the source file and eboot.bib in the eboot of the Au1200 BSP provided by Bsquare company. I know that the start physical address after
|
| RNDIS vs USB FUNCTION DRIVER | 21 Dec 2005 18:01 GMT | 3 |
Is it possible to use the USB function driver I am using for WinCE 5 for AcriveSync operations under WM5 instead of RNDIS? Thank you.
|
| driver unload not called........... | 21 Dec 2005 16:11 GMT | 1 |
We are porting a Ndis intermediate driver from NT to wince4.2 .we are using platformbuilder's emulator for testing...we are able to load the driver and also send and receive packets successfully. however when we unload the driver using emulators softreset the protocol unbind
|
| GetTickCount | 21 Dec 2005 14:50 GMT | 4 |
I know that there has been much written about GetTickCount (see http://blogs.msdn.com/sloh/archive/2005/04/05/405724.aspx for a start) and know that htere are pitfalls associated with it. I wonder if anyone has been successful implementing a SetTickCount() or equivalent in order to ...
|
| CE4.2 USB Keyboard not working | 21 Dec 2005 09:47 GMT | 1 |
I am using CE 4.2 Platform Builder with GeodeHawk BSP, added NOP keyboard/mouse driver which replaced the 8042 keyboard/mouse driver. Added USB Host functions and USB HID kb/mouse. The USB mouse is working fine but the ketboard isn't. At boot time I get a
|
| Print Monitor | 21 Dec 2005 04:11 GMT | 1 |
I wrote a print monitor for Windows XP and I'm supposed to make one for Windows CE. Is there a sample of a print monitor for Window CE so I could have an idea where to start? Mario
|
| DEBUGMSG redirection | 21 Dec 2005 04:08 GMT | 2 |
Is it possible to redirection DEBUGMSG or RELEASEMSG from serial output line to ethernet output after the network driver loaded? Thanks Lu
|
| RNDIS + USB SERIAL FUNCTION DRIVER | 21 Dec 2005 01:52 GMT | 8 |
Hi, I am using serial function driver to connect to PC though active sync. I noticed that there is an RNDIS driver in \WINCE500\PUBLIC\COMMON\OAK\DRIVERS\USBFN\CLASS directory. Is RNDIS a completely differend creature or I have to use it in
|
| Build errors in PB | 21 Dec 2005 00:22 GMT | 3 |
I was trying to compile my USB host driver code and the CSP portion compiled well without any errors. When I did a sysgen of the platform, I got the error as below. I have my sources file as my_ohci.dll but in the build it is taking as ohci2.dll. Let me know why this is happening ...
|