| Thread | Last Post | Replies |
|
| Wince Image - bootloader schemes | 29 Mar 2007 21:21 GMT | 2 |
More than a question I'd like to make sure that I've thought about bootloader/wince schemes is correct. I know there are at least three schemes: 1.- bootloader + wince in flash: on every boot, bootloader starts and
|
| including battery driver | 29 Mar 2007 21:12 GMT | 9 |
I am using the Compulab PXA27 BSP to build wince 5.0 image I want to include the sample battery diver provided by microsoft So from the catalog in the PB IDE i added the battery driver to the OS design and was able to succesfully build it
|
| Command line build - blddemo does not start | 29 Mar 2007 19:48 GMT | 3 |
I have created a simple batch file to create my image (Windows CE 5.0) at command line. My batch file looks like this: cls @echo off
|
| Warning message | 29 Mar 2007 19:37 GMT | 4 |
What does the following warning message mean? pmstubs is not a subdirectory of \WINCE500\PLATFORM\Geodelx\Src\Drivers\Pm\Src\. Thanks in advance
|
| RichEdit DLL - does it require a core or professional licence | 29 Mar 2007 17:36 GMT | 3 |
we have a requirement for a simple rich edit control. It would appear CE5.0 does include an richedit/RTF capability but the only way to include the relevant DLL (riched20.dll) would be to include WordPad. However, WordPad requires a professional rather than core licence which is ...
|
| Installable Interrupt on PCI | 29 Mar 2007 16:56 GMT | 4 |
I'm working on a X86 Platform with WindowsCE 5.00 running on. I wrote a Driverdll for our PCI Card. If there is only one Card in the System everything is working fine: writing registers on my PCI Card, DMA Transfers, Interupthandling.
|
| Run-time error during loading of Indutrial Controller image | 29 Mar 2007 11:26 GMT | 4 |
I started building OS image with a Indutrial Controller template, and I select GUI support for this image, and other components are selected as default by this template. I am using CE 6. When I try to attach this image to CEPC, there is error dialog showed up,
|
| KITL Serial crash | 29 Mar 2007 10:14 GMT | 3 |
I'm developping a BSP for CE 5.0 on an ARM-based evaluation board. Everything works pretty fine with all my drivers included, and I can boot and debug using KITL on ethernet. As I need to write an NDIS ethernet driver, I wanted to put on KITL using a
|
| NKStartup done, starting up kernel. | 29 Mar 2007 10:03 GMT | 4 |
I'm porting the WCE 6.0 mainstoneIII BSP to a Bsquare DevKitIDP 255 (PXA255) . Everything was running well , until I got this message "NKStartup done, starting up kernel"
|
| About USB host capability.. | 29 Mar 2007 09:10 GMT | 4 |
We have tried to plug in several USB devices into PXA270 platform by a USB hub. If we plugged in webcam and modem, then the USB keyboard can not be detected. In USB spec, the host should connect up to 255 USB device. What's the problem? Thanks!
|
| A question about boot loader to bringup Wince | 29 Mar 2007 06:28 GMT | 6 |
I use S3C2440A and want to bring up Wince depend on nandflash. I success init the S3C2440 and also UART2 to print out debug msgs, S3C2440 can also read out the NK.NB0 from the nandflash, and copy it to SDRAM. But , after I launch the START ADDRESS 0x30201000, there is no any ...
|
| eboot and FFUART | 28 Mar 2007 17:09 GMT | 3 |
I have the OS booted up successfully with the BTUART as the debug UART, under mainstone III. However, when I configure the FFUART as the debug UART under eboot menu, the OS hangs at
|
| how to get the address of GetContiguousPages | 28 Mar 2007 16:25 GMT | 2 |
GetContiguousPages is called from SC_AllocPhysMem, and the address of SC_AllocPhysMem can be get by the method below: there are two way to look into a system function make CreateThread/AllocPhysMem/GetContiguousPages for example
|
| creating a project for a driver | 28 Mar 2007 16:01 GMT | 3 |
I have a package of binary files for a touchscreen and I'd like to wrap them into a project or driver package so that I only need to select the driver from the catalog. Is this at all possible? The projects I found all seem to require some kind of build process, but I don't want ...
|
| problem regarding hive registry setup on usb for arm IV platform | 28 Mar 2007 11:44 GMT | 4 |
i am trying to implement an hive based registry with usb drive as its persisting medium, i have configured all the changes as provided in Microsoft's documentation, but the platform builder is creating problen in making image for that and giving an error like unable to
|