why cant copy file (about 1.7GB) from SDHC card(only in 4GB) ??
Hi all
I meet a hard issue in SDHC 4GB card.
My platform is Wince 5.0 and update patch from 2007 to 200803.
The issue is when I copy a file (about 1.7GB) from SDHC card to SDHC card (
itself ,such as from A directory to B directory) or to flash disk(in the same
device),it alway fail.
Other size is ok(just smaller than 1.7GB).
And the same behavior in 8GB card, the file copy(about 1.7GB) is successful.
I dont know what happened.. Would someone help me..?
Thank a lot....
BRs
Jack Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113437
2GB SD card doesn't work on CE5.0
We are using WinCE5.0 + PXA255 board.
after I installed QFE and follow the following link, set IMGSDBUS2=1 and
modify the driver, the 2GB SD card still doesn't work, any ideas?
http://support.microsoft.com/kb/933809/en-us
Thanks. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113420
CE 5.0 support for RIL
Hello Everyone,
Could anyone please tell me if Microsoft released a patch to add RIL to
Platform Builder for CE 5.0?
I think I saw something like this 6 months ago but I don't recall if it was
CE 6.0 or CE 5.0.
Have a great day!
Cheers, Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113419
how to compile or get wceldcmd into ce6 image
Hi,
we are developping a headless device using PB 6.
To install our application software we would like to use wceldcmd.exe
I was able to track it down to the datasync modules and see that
wceldcmd.lib is build.
How do I create the executable (sysgen variable or else) ?
TIA
Bjoern Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113410
ceshell.res modification
Hi all
I want to modify the look of my wince desktop (my device icon, string etc). I
have found that these are present in ceshell.res file, but the modification
made in it do not retain. How this file is generated? and how can I change
these resources?
Best regards
--
Message posted via http://www.pocketpcjunkies.com Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113409
SwMixer error
Hi All,
I am getting the following message
SwMixer: WaitForBuffer failed. Audio driver missed interrupt?
and I have searched for it in various combinations but cant seem to find it
anywhere in the code.
Anyone know where I can find out where the code is that outputs this message
? Do I only have binary code for this one ?
Thanks,
Joe W Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113404
How to enumerate all the forms
Hi to all
I use windows CE embedded 6.0 R2 and i develop in VB.NET 2005. My
device is an x86. In my application i need to enumerate all the forms
(not only the forms opened).
My.Forms is not a collection and i cant use it into for...each
instruction...
Thanks in advance, any suggestions/helps will be highly appreciated
and excuse me for my bad english!
Ale Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113403
Which is the active form ?
Hi to all
I use windows CE embedded 6.0 R2 and i develop in VB.NET 2005. My
device is an x86. In my application i need identify which is the
actived form and if a specific form is actived (not open or closed,
not enabled or disabled, not visible or hide but which is the
form.activate()).
...and what is the difference between focus() and activate() method ?
Any informations/helps will be highly appreciated, Thanks!
Ale Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113402
cerdisp.c can't synthesizes all keystroke?
Hi
I need a remote display , which in the
directory:\WINCE420\PUBLIC\COMMON\OAK\DRIVERS\CERDISP\CERDISP. I want to use
the
remote contol device keyboard same as keyboard on the local device. for this
i used the cerhost.exe in the pc,and open a
wordPad file in wince device.I am able to successfully move the
right,left,up,down,delete,page up,page down,home,enter in the opened
file just as i do in pc,but i can't insert any other char and i am sure the
wordpad file has the focus.the following code is some of
cerdisp.c
case WM_SYSKEYUP:
case WM_SYSKEYDOWN:
if (recv (Sock, (char *)MouseData, sizeof(USHORT), 0) == sizeof(USHORT)) {
dwFlags = ((WM_KEYUP == Cmd) || (WM_SYSKEYUP == Cmd)) ? KEYEVENTF_KEYUP : 0;
// No scancode data.
RETAILMSG(1,(TEXT("%x,newdwFlags=%d\r\n"),MouseData[0],dwFlags));
keybd_event ((BYTE)MouseData[0], 0, dwFlags, 0);
}
break;
I am able to successfully capture the keyboard event and display with
UART,all Virtual key are right,but the system just deal the
right,left,up,down,delele,page up,page down,home,enter and tab.
Question:
1. which function will be called in the kernel by keybd_event?
2.how can i synthesizes all keystroke? Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113401
suspend/resume problem with HCI UART Bluetooth device
On my Windows CE 6, I am using an HCI Bluetooth module connected over
UART. With the universal bluetooth loader (btd.dll) and the activated
UART driver bthuart.dll, this works fine.
If I reset my bluetooth device during suspend (over GPIO because of
power consumption), my bluetooth stack isn't working correct after
resuming. I tried to stop (suspending) and start (resuming) my
bluetooth stack, but this doesn't change any behavior (I copied the
start/stop code from btloader).
- Does anybody have experience in this topic?
- How do I reinitialize my bluetooth stack after suspend/resume? Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113400
3.5inch display problem....
Hi all,
I have a pxa270 board with 3.5inch display. It is SAMSUNG LTV350QV_F04. I
have the entire bsp source with me and hence i have the 3.5inch lcd driver
for it.
The display uses spi interface to initialize the lcd.
Now, i have a need to interface the same display with my pxa255 processor
board. So, i am modifying my existing display driver, by referring to my
pxa270 display driver.
I made the spi initialization part of my display. Now, my display is
initializing and i can see some changes or happening on my display.
I included a small test program in the display driver which will display the
color red, green, blue, black and white. Display black, white is ok. But
when i display the color blue, red and green. It is too light. I mean the
shades are very light. I can't predict what's the reason behind this......
The other problem that i am facing is, after the board boots and display
driver is up, i could see only some light colored stripes on my lcd. Since
the display is having touchscreen builtin. When i touch the touchscreen
randomly, i could see that the applications are starting in mydebug windows,
but on the display side, just the strips moves here and there and some color
changes.
I copied the entire lcd settings, i mean the lccr0,lccr1, lccr2 from my
pxa270 driver. Even the spi initializations are same...
i tried, using the same dirtyrectdump algorithms that was present in 270.
I have a working lcd driver on my pxa25 board. But this driver is for
non-spi lcd. It doesn't require any spi initialization nor to select the lcd
chipselect etc...
The one more difference i am finding between this pxa255 and pxa270 is the
alternate function pins L_vsync and L_cs which i can not find in pxa255.
In pxa270 lcd driver they configure L_vsync as input and L_cs as high active
output...
I have not found how to handle these in pxa255 for this lcd....I don't get
an clear idea on this stuff.
What may be the problem??? Since i am a new person to display driver. Hope
someone gives me a good idea on what's happening...
If anyother details you are required to help me, i can provide...
expecting suggestions from you experts soon....
--
Ramesh.c
Innovate Sofware Solutions.
Bangalore. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113398
Cache eviction avoidance
Hi all,
I am working on Wince5.0 on Arm920 processor board. I am trying to
lock a certain set of data in the cache and complete my processing.
But I suppose that the data that is locked is getting evicted during
context switching. Is their any way to avoid this cache flushing in
WINCE. In which part of the code is the cache flushing implemented in
the OS.
Do anyone knows any other best way of cache usage in WINCE5.0?
Regards
Pradeep Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113392
Display Driver's DrvEscape gets inconsistent Power States Resuming
OS: Windows CE 6.0 R2
Updates: Rollup and Jan 2008-Apr2008
Arch: ARM
Recently I've noticed that my display driver is not always powering up
after coming out of sleep mode. Through some debugging I've Noticed
that one of three scenarios are occurring when resuming from sleep /
suspend mode. Of these, only one situation results in a success
setup.
When everything is working the Display Driver's DrvEscape routine
(overloaded from DDGPE) gets a Power Request to move to D3 (Suspend)
where it stays until the system is requested to power up. At this
time it gets a request to transition to D2 (Standby) followed by
another request to move to D1 (Low On.)
In one of the situations that fails, it behaves exactly like the
Success case except the final call into Power State D1 never arrives
(or any other power state.)
In the final failure situation after getting a power state change to
D2 it receives a power state change to D4 (Shutdown) instead of D1 or
D0.
I am also using the Default Power Manager, with all Timeouts set to 0
(Disabled) (AC/Batt User/System/Suspend)
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power
DisableGWESPowerOff=1
ScreenPowerOff=0
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\States
(These are Keys with the default value)
On=D0
ColdReboot=D4
Reboot=D4
Resuming=D2
Suspend=D3
SystemIdle=D2
UserIdle=D1
SystemIdle has the Display Class ID with D4
Suspend has the NDIS Class ID with D4.
Thank you, any help is appreciated.
Brad. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113387
Debug Crash when using Profiler (Windows CE 6.0 R2)
OS: Windows CE 6.0 R2
Updates: R2 Rollup, Jan-April 2008 Monthly Updates
Platform: ARM
Debug Build Options (Listed are Enabled):IMGEBOOT=1 IMGPROFILER=1
IMGRAM64=1
Total ROM Size: 56,156,288 bytes
Total .bin Size: 55,205,131 bytes
Recently while trying to debug another issue I went to load up a Debug
Build on my platform (I haven't really used a debug build at all since
I've done the Upgrade to R2.) and noticed that my image can no longer
successfully boot as it crashes during the initialization.
I didn't have either KITL or the Kernel Debugger loaded as I only
wanted the debug messages (and I'd have to use a Serial KITL as I'll
be doing tests that span a suspend and resume.)
After seeing the crash dump (and seeing nkprof) I decided to see if it
was the profiler that was causing the crash so I removed IMGPROFILER=1
from the Build Options and my Boot Crash seems to have gone away.
Although, I seem to be able to continue what I was working on I would
like to track down and fix this issue. Has anyone tried to use the
profiler with the Debug Build with R2 on an ARM platform? Has anyone
had any issues with it?
I have not used the profiler since installing R2 but have used it in
the Release Build with our platform prior to R2.
My config.bib basically has 2 MB assigned to the NK image and just
over 121MB assigned to the RAM. AUTOSIZE=ON and KERNELFIXUPS = ON.
The crash dump:
NK Kernel: DEBUGCHK failed in file C:\yzkiqfe\private\winceos\COREOS\nk
\kernel\nkprof\..\physmem.c at line 103
Faulted in KCall, pCurThread->dwStartAddr = c0784848, PageFreeCount =
000016b8!!
Original Context when thread faulted:
Exception 'Undefined Instruction'(1) Thread-Id=03820002(pth=85cdbdb0)
PC=c09b11f0 BVA=d0c5df40, dwInfo = 00000007
R0=d0c634f0 R1=d0c5eea4 R2=00000106 R3=00000001
R4=00004444 R5=00005555 R6=00006666 R7=00007777
R8=00008888 R9=00009999 R10=00001010 R11=00001111
R12=d0c5ee90 SP=d0c5dee4 Lr=c09ad694 Psr=2000001f
Context when faulted in KCall:
Exception 'Undefined Instruction'(1) Thread-Id=03820002(pth=ffffc124)
PC=8010d9a0 BVA=d0c5df40, dwInfo = 00000007
R0=0000de37 R1=03820002 R2=85cdbde8 R3=00000000
R4=d0c5eea4 R5=00000106 R6=00000001 R7=c09b11f0
R8=00008888 R9=00009999 R10=00001010 R11=00001111
R12=00000000 SP=ffffc274 Lr=8010d97c Psr=60000013
Thank you for any help,
Brad. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113386
error 0xc0000016 with SDReadWriteRegistersDirect()
I am getting me SDIO wifi driver up to snuff and am able to read
registers on my hardware. However, the read of one register in the
midst of my registers causes the above error.
To reiterate: I can access registers in the 0x100-0x600 range except
for a particular request in the 0x300s.
Is there documentation that would define what this status means?
Thanks,
-Eric Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113369
some R2 flash mdd questions
1. From some senario I guess flashmdd layer reserves some blocks for private
usage(maybe for compact). For example, pdd layer tells mdd there are 1030656
sectors through FMD_GetInfo(), while I can see only 1015040 sectors through
control panel. where are the losted 15616 sectors?
2. Moreover, can i open some debug zone to watch the mdd layer's behavior?
3. there is an interface, GetLifeCycleInfo, in pdd to get erase time, while
the sample only returns ERROR_NOT_SUPPORTED. Doesn't mean if pdd doen't give
any information to mdd, mdd won't do any wearleveling? Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113367
Transport Layer, SDK, Remote Tools CE6.0
Hello,
I got a complicated problem I cannot solve regarding the Remote Tools.
Here is the discription:
1. Step: I build a WinCE6.0 Image (x86) in Visual Studio 2005.
2. Step: I build a SDK.
3. Step: Install the SDK.
4. Step: (ERROR) Want to connect with Remote Tools in Visual Studio 2005
Menu-->Target-->Remote Tools ; My device from my SDK doesn't show up.
5. Step: Connect with Remote Tools from Start Menu -->Visual Studio
2005-->Remote Tools ; My device shows up, i can configure the TCP Connect
Transport. All fine.
6. Step: Rebuild my WinCE6.0 Image (x86), I changed a few things, nothing
important
7. Step: I rebuild and install the SDK
8. Step: same like Step4
9. Step: (ERROR) Want to connect with Remote Tools from Start Menu -->Visual
Studio 2005-->Remote Tools ; My device shows up, but I CANNOT configure the
TCP Connect Transport
10. Step: I installed the first SDKs on another machine. The same behavior!
So here are a few question:
Why does not my device show in Step 4?
In Step 9, why does nothing happen when I press the "Configure"-Button in
Device Properties?
I belive in Windows CE 5.0 you could add a transport layer to SDK, how can I
do this in WinCE6.0?
Regards,
Mazzo Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113360
R2 booting time is long when nand is full
Is there any mother to reduce the booting time? as i know, there seems to be
some API can set system enter power off mode during which MDD will do
something to speed up booting next time?
could you give me some information about this issue? 3x Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113357
CE 6.0 Activesync 4.5 problem
Hi everybody,
I am developing a USB client driver using CE 6.0 as a serial-emulation
driver.
I found that each time when host is about to finish the setup
procedure. It sends a request type 0x21, bRequest 0x22 and wValue 0x01
packet. If I do not ack a zero length IN packet in the enumeration
stage. The host will show a problem occurs when installing new wince
usb device.
Is there anybody know what bRequesttype=0x21 means?
Thanks.
Warewolf Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113326
Serial driver Issue!!!
Hi all,
I am facing problem with UART serial driver.
I am using the sample code for serial driver in device emulator
provided by Microsoft using which I am porting it on s3c2440 on
WinCE6.0.
There is not much difference in the UART IP and the UART serial driver
is working fine.
Now when I Power down and power up the device using power button, its
unable to connect to the Active sync but again when I do power down
and power up second time, its get connected.
I observe the following thing during my work on this issue:
1. On alternate power down and power up, device connect to PC via
activesync.
2. While doing power down and power up first time when device don't
connect to PC, during power up, the active sync icon indicating
connection with the PC get disconnected means while power down, device
is unable to communicate that it has to disconnect it self also. and
during power up I can see its still connected and later its got
disconnected.
My query:
1. I disable the RTS so that device communicate with the PC to
disconnect and activesync disconnect. but unable to communicate to
device it self.. Any small idea will be highly appreciated.
2. Any other idea to resolve this issue will be highly appreciated.
Thanks in advance,
Best regards,
MMK Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113321
wince equivalent of jiffies_to_usecs(this is in linux 2.6)
could anybody tell me the wince equivalent of jiffies_to_usecs( this
in linux 2.6)
this function converts jiffies to milliseconds and back.
thanks in advance Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113319
What is the best way to change public .res files?
I need to change some .res files (mainly cplmain resources) in the PUBLIC
directory. I tried to copy the files to my platform\Files\<LANGID> dir, but
it seems that the sysgen process links again the .res files in
%_PROJECTROOT%\cesysgen\... directory, and the files in my platform's Files
dir will be copied to %_FLATRELEASEDIR%\<LANGID>, so it doesn't work.
I also tried sysgen_capture, but it's hard to resolve the build errors.
regards,
Hou. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113312
Ping over direct connection
Hi,
When both my CE5.0 device and my PC are connected to the LAN, they can ping
each other successfully. However, when both are connected directly by a
cross-over Ethernet cable, the PC can still ping the CE5.0 device
successfully, but not the other way around. On the CE5.0 device, the error
message is "PING: transmit failed, error code 11010". I could not find any
info about error code 11010. Any insight for the problem is much
appreciated. Thanks.
JCAVO Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113311
how to increase sdram
hi all,my system had 128M sdram,
but now only 64M are used.
so I wanna change the related files to use the whole 128M ram,
my processor is pxa255 in ce4.2,and so bank0 and bank1,each 64M.
I modified the following files:
1,cfwxsc1.c
BOOL OEMGetExtensionDRAM(LPDWORD lpMemStart, LPDWORD lpMemLen)
{
*lpMemStart = 0x84000000;
*lpMemLen = 0x02000000;
return TRUE;
}
2,fwxsc1.s
orr r3, r3, #MDCNFG_DE1
3,memmap.inc
DCD SDRAM_BASE_C_VIRTUAL, SDRAM_BASE_PHYSICAL, 96
4,xsc1bd.inc
MDCNFG_VAL EQU 0x19C319C3
after then ,my system can work properly,
but in the control panel,
the ram did not increase any more,
anyone tell me the reason?
thank u very much.
another retail thread is below,maybe u can help me,
any suggestion will be appreciated.
http://groups.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/090a4610666fc28e/68c8f77f4464fc29?lnk=raot#68c8f77f4464fc29 Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113310
WinCE Update releases for the month of May 2008
The Microsoft® Windows® CE update rollup will be released the second Tuesday
of every month, the latest release occurring on or around June 10th, 2008.
The following updates for Windows CE have been recently released and are
available for download. More information for each update is provided in the
Readme document available after the individual update(s) has been installed.
Windows CE 5.0
Update name: Windows CE 5.0 Platform Builder Monthly Update (May 2008)
Download link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=84261253-1FBB-4ABE-AE55-DF30B46F3821&displaylang=en
Description: This is a set of updates for Windows CE Platform Builder
released during the period of May 1 - May 31, 2008. These Microsoft Windows
CE updates are fixes for Windows CE operating system problems you run into
during the development and maintenance of your custom platform.
Windows CE 6.0
Update name: Windows CE 6.0 Platform Builder Monthly Update (May 2008)
Download link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=C71FEA6A-613E-4ED7-9F11-04AA582A7B74&displaylang=en
Description: This is a set of updates for Windows CE Platform Builder
released during the period of May 1 - May 31, 2008. These Microsoft Windows
CE updates are fixes for Windows CE operating system problems you run into
during the development and maintenance of your custom platform.
Download Link - directs you to the Microsoft Download Center page associated
with each update. Each update is contained in a self-extracting compressed
file.
Component - displays the module(s) updated in each update
Description - provides more information on the issue(s) fixed
**DO NOT REPLY - THIS E-MAIL IS BEING SENT TO YOU FROM AN UNMONITORED
ACCOUNT. Due to Microsoft's security requirements, the hyperlink(s)
contained in this e-mail may not automatically open your browser. If you
experience any difficulty, please copy the link and paste into your browser. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113309
LoadIntChainHandler returns NULL
Hi Everyone,
I have a problem and need your expertise.
I migrated USBOTG driver from MainstoneIII to our BSP based on PXA320 and
WinCE 6.0. When I run the OS with KITL and debugger enabled, the driver
works fine. But if I disable the KITL and debugger, LoadIntChainHandler(...)
returns NULL and the driver is unloaded.
The following are the related messages:
with KITL and debugger enabled:
LoadIntChainHandler ddi.szIsrDll = giisr.dll, ddi.szIsrHandler=ISRHandler,
ddi.dwIrq=0xb
22950 PID:400002 TID:d90002 RELFSD: Opening file giisr.dll from desktop
PB Debugger Loaded symbols for 'C:\WINCE600\OSDESIGNS\...\GIISR.DLL'
22981 PID:400002 TID:d90002 LoadIntChainHandler successed
with KITL and debugger disabled:
LoadIntChainHandler ddi.szIsrDll = giisr.dll, ddi.szIsrHandler=ISRHandler,
ddi.dwIrq=0xb
LoadIntChainHandler failed
I also copied registry settings for your reference:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\UsbOtg]
"Dll"="ms2_usbotg.dll"
"Prefix"="OTG"
"Order"=dword:10
"MemBase"=dword:40600000 ; UDC_BASE_U_VIRTUAL
"MemLen"=dword:1000 ; Needs at least 0xE04. Round up to 1 page.
"Irq"=dword:0b
"IsrDll"="giisr.dll"
"IsrHandler"="ISRHandler"
"HCDPortNumberOnOTG"=dword:2
"BusIoctl"=dword:2a0048
"InterfaceType"=dword:0
"IClass"=multi_sz:"{6F40791D-300E-44E4-BC38-E0E63CA8375C}=%b"
Thanks a lot,
James Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113307
Memory mapping in windows CE 6.0
Hi,
I am writing KITL Ethernet driver for CEPC platforms. I am using memory base
(BAR [0] of PCIe config space of my device which is 0x50100000.
I am using 512 MB RAM. But when in my code I try to read any device memory
using 0x50100000 base address, my WinCE machine restart
Do I need to reserve memory at address 0x50100000 ? I also used
HalTranslateBusAddress (to translate bus address to system physical address)
and MmMapIoSpace (to translate physical address to virtual address) but it
return same virtual address (0x50100000) which is my physical address.
Below is fraction of memory mapping
1. startup.asm
_OEMAddressTable:
dd 80000000h, 0, 20000000h
dd 0, 0, 0
------------------------------------------------------
2. boot.bib
MEMORY
EBOOT 00130000 00040000 RAMIMAGE
RAM 00170000 00070000 RAM
ETH_DMA 00200000 00020000 RESERVED
dwReservedArea 00000000 00220000 FIXUPVAR
3. config.bib
NK 80220000 009E0000 RAMIMAGE
RAM 80C00000 1E000000 RAM
nk.exe :dwOEMTotalRAM 0 20000000 FIXUPVAR
-------------------------------------------------------------------
Kindly help.
Sincerely,
Tushar Dave Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113305
Device notifications : port device name
Hi,
My app registers for device-notifications, in order to get more info about
devices added.
For Disks it's simple to get the devicename (like "Dsk1:") from the
notification.
(through LPARAM I think...)
For PORTS (COM1:) I can only get the device-interface-GUID as far as I can
tell.
(LPARAM=0)
I read on inet that using this info, I need to Enumerate all my devices,
access the active-driver-registry, and determining myself which was added or
removed.
(how ??? by keeping device-lists ? hope not...)
This seems way to complex (error prone,slow), since I think it IS known
which is the devicename is beeing mounted.
How can I get to this info in a simple and straightforward way ?
in short : the goal is to call 2 members from my
devicenotification-interface :
void PortAdded(WCHAR *devname);
void PortRemoved(WCHAR *devname);
Where devname is something like "COM1:"
Any Tips ?
Greetings,
Rob. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113304
USB Mass Storage, local disk vs removal disk.
Hi all.
I design my device as Mass storage.
When I connect it to PC by USB ,why PC side show " local disk" , but not the
"removal disk". So I cant remove it by click "remove" in the PC side.
what should I set in the resigtry or ???
BR
Jack Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113293
include sdbus2 on ROMIMAGE
Hi...
I can not english well....
I'm trying to include sdbus2 at WM 6.0... but it does not working...
set IMGSDBUS2=1
After MakeImge... RomImage(NK.bin) does not include sdbus.dll...
After Booting I copied sdbus.dll (renamed from sdbus2.dll) to
device...
It's working SDHC very well...
I did check ce.bib
- ce.bib
; @CESYSGEN IF CE_MODULES_SDBUS2
sdbus.dll E:\XXXXXX\WPC\sdbus2.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS2
I think that env variable CE_MODULES_SDBUS2 refer from ceconfig.h...
- ceconfig.h
#define CE_MODULES_SDBUS 1
#define CE_MODULES_SDBUS2 1
why does not incude sdbus.dll (sdbus2.dll)?
-----------------------------------------------------------------------------------------------------------
add...
I try fix common.bib
#if defined IMGSDBUS2
; @CESYSGEN IF CE_MODULES_SDBUS2
sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS2
#else
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#endif
|
v
#if defined IMGSDBUS2
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#else
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#endif
CE_MODULES_SDBUS2 -> CE_MODULES_SDBUS
included sdbus.dll (sdbus2.dll)...
Good working!!! Good working!!!
---------------------------------------------------------------------------------------------------------------------
In conclusion...
I think that makeimg (romimage) does not recognize CE_MODULES_SDBUS2
Please... Help me... Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113290
equivalent of wait_event_timeout(linux) in WinCE
hi
could anybody tell me wince equivalent of wait_event_timeout (this is
in linux)
thanks in advance Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113285
What is the best way to change public .res files?
I need to change some .res files (mainly cplmain resources) in the PUBLIC
directory. I tried to copy the files to my platform\Files\<LANGID> dir, but
it seems that the sysgen process links again the .res files in
%_PROJECTROOT%\cesysgen\... directory, and the files in my platform's Files
dir will be copied to %_FLATRELEASEDIR%\<LANGID>, so it doesn't work.
I also tried sysgen_capture, but it's hard to resolve the build errors.
regards,
Hou. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113284
How to get bta2dp.dll in Wince6.0
Hi All,
In Wince6.0
help(ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.WindowsCE.v60.en/CE_OS_NetwrkPAN/html/5a09baa1-7a4a-4f78-9a70-ca8843d5475f.htm),
it says there is Bta2dp.dll. But I can't find it.
Is anyone know how to get the Bta2dp.dll in Wince6.0?
Thanks
Gene Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113281
How do I know that image is stamped correctly with license key?
Hi,
I stamped my nk.bin with the Windows CE license key, which I received
from the retailer, and converted nk.bin to nk.nb0 using the utility
cvrtbin.exe. When I run the image on my target, everything looks as
before. I expected to go away the Windows CE version info written on
the desktop.
How do I know that the image is stamped correctly? Is there any
utility to check? I do not want to give the image to the production
without testing that...
Thank you,
Peter Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113277
TLBMissHandler referenced :A migrating BSP from Wince500 to Wince600 Question?
Hi:
in my building our migrated BSP in PB6,
there happened the following error message:
Linking C:\WINCE600\platform\wce600_nxc2600\target\MIPSII\retail\KITL.dll
BUILD: [01:0000001351:ERRORE] oal_cache_nxc.lib(tlb.obj) : error LNK2019:
unresolved external symbol TLBMissHandler referenced in function OALClearTLB
Would anyone can response this soon?
Thanks and Best Regards.
vincent tsai Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113274
6.0 KITL - "unrecognized service KDBG"
I'm building an ARM image on 6.0. PB connects with everything execpt
KDBG service. Output is below. It will progress no further and just
frequently print out "!Received config for unrecognized service KDBG".
Enable kernel debugger is checked. Enable KITL is also checked. I've
ran Clean Sysgen after enabling them.
I've also manually built clearing and setting variables, as found in
prior post.
For some reason it appears to not be including kernel debugger
support.
Any ideas?
------------------------------------------------------------------------------
Connecting to Desktop
KITL: Connected host IP: 1 Port: 1271
KeyIndex 0 = -1
KeyIndex 1 = -1
KeyIndex 2 = -1
KeyIndex 3 = -1
KeyIndex 4 = -1
KeyIndex 5 = -1
KeyIndex 6 = -1
KeyIndex 7 = -1
+KITLRegisterDfltClient, service:0
+KITLRegisterDfltClient, service:1
-OEMKitlStartup(rc = 1)
Waiting for service 'DBGMSG' to connect..., fUseSysCalls = 0
ProcessAdminMsg: Receive Config message for service DBGMSG
ProcessAdminMsg: Receive Config message for service PPSH
ProcessAdminMsg: Receive Config message for service DBGMSG
ProcessAdminMsg: Receive Config message for service DBGMSG
!Received config for unrecognized service KDBG
ProcessAdminMsg: Receive Config message for service PPSH
!Received config for unrecognized service KDBG
!Received config for unrecognized service KDBG
!Received config for unrecognized service KDBG
!Received config for unrecognized service KDBG
!Received config for unrecognized service KDBG Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113266
KITL ethernet driver in windows CE 6.0 fails
Hi,
I am developing KITL Ethernet driver for Windows CE 6.0. There are two
binaries 1) eboot.bin 2) KITL.dll .
Eboot.bin initialized my Network card correctly and I can transfer OS image
from debug to target machine. However, once OS gets loaded into target
machine, KITL.dll gets invoked on behalf of OS. Because KITL.dll is loaded
into virtual space, I need to convert bus address into virtual address. I am
doing that by calling two functions as below
HalTranslateBusAddress which returns 0x0 in â??AddressSpaceâ?? and system
physical address in â??TranslatedAddressâ??. Because I am using memory base I
need to call MmMapIoSpace with TranslatedAddress returned in
HalTranslateBusAddress call to get the system virtual address. Somehow
MmMapIoSPace return same virtual address as physical address. And when I use
that returned virtual address accessing my hardware(NIC) it cause my machine
to reboot.
I have seen sample code for KITL and found that all KITL driver uses IO base
and not memory base for accessing PCI/PCIe hardwares. I am not sure where I
am going wrong?
Kindly suggest me.
Thanks
Sincerely,
Tushar Dave Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113265
UI proxy helper dll
Can any one suggest me any example for using UI proxy helper dll..
Thanks in Advance
regards
Muku Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113263
"The file exists" Windows CE 5.0 and Windows Server 2008
Hi everyone,
I'm working with windows CE 5.0 Operating System and Windows Server 2008.
When I try to map a windows ce drive with Remote Desktop Connection
application and open it in windows explorer terminal server session I'm
getting this error message: "\\tsclient\files\hard disk is not accessible.
You might not have permission to use this network resource. Contact the
administrator of this server to find out if you have access permissions. The
file exists." All folders and units are listed, but I can not access to
them. With the same Windows CE 5.0 and Windows Server 2003 I don't have any
problem.
I hpe you can help me with this, thanks. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113261
how to use BTSCOSND
Hi All,
I have to read the bluetooth audio received in the BTSCOSND dll and
play it . Can someone please explain me how use the BTSCOSND dll
APIs ? In Readme.txt of btscosnd it has been mentioned that see
BTHAUDIO for how to utilize the dll but I couldn't find the BTHAUDIO
anywhere .
Regards,
Gurubasavaraja Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113257
SDK
Hi
I created an SDK for an image made of an Internet Appliance Design template,
with an AT91RM9200EK BSP. The SDK was successfully created and it is listed
in the list of available SDKs in VS2005. I tried to create a VC++ Win32 Smart
Device Project with this SDK, but on doin so, nothing happens. Not even the
automatically generated code thats supposed to come,appears. Did something go
wrong in the SDK creation? Is there a way to rectify this problem? Thank you.
Toby. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113256
How to create(link) sdcardlib.lib and sdbus.lib for sdcard driver in WinCE600?
Hi:
we are moving our BSP from Ce5.00 to Ce6.00.
when PB6 comiple the scdcard driver it can't not find the sdcardlib.lib and
sdbus.lib.
how could i create these 2 libs or link another way?
hope anyone can response soon.
Thanks and Best Reagrds.
vincent tsai Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113248
How to Print only the current Frame?
The environment is: WinCE 6.0 + R2, IESample.
By default, IESample prints the whole page, but I need to print only
contents the current frame of a webpage with multiple frames, how?
If that's difficult, how can I print only selections?
regards,
Hou Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113245
Memory Map Setting (config.bib and image_cfg.h...)
Hello.
Anyone who knows about image_cfg.h(inc), config.bib, AddressTable, virtual
address, physical address and etc?
I can find some articles about each of them, but cant get the whole picture
of the system.
Memory map setting is very confusing and driving me crazy.
Please, help me to know the concept of windows ce memory map.
If anyone knows about any article or is willing to explain it, I will really
appreciate it!
Thanks!
From KidsReturn!!
--
Engineer
(Developing Windows Mobile PDAs)
Message posted via PocketPCJunkies.com
http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-pb/200806/1 Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113242
CLICK HERE TO KNOW MORE ABOUT MICROSOFT
CLICK HERE
TO KNOW MORE ABOUT LATEST IN MICROSOFT
http://polticsinfs.blogspot.com/ Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113240
Intel Embedded Graphics Driver
We are trying to configure the Intel embedded graphics driver (both IEGD 8.0
or 9.0 BETA) for Windows CE 6.0 and directX mobile. The target resolution is
1200X768 but we have also tested 1024x768 and 800x600. To date we have
attempted a variety of static and dynamic video memory configurations. Our
gut feeling is we prefer a static memory configuration but at this point a
working video driver is first priority. Using D3DMobileDoctor we have
confirmed that our target device is running the IEGD driver but the d3dm
properties do not meet expectation. Mainly, there are discrepancies between
d3dm properties using the default flat driver and IEGD (max simultaneous
textures among others).
Biggest issue is we are unable to render a d3dm texture with a simple sprite
application. Load texture and sprite draw calls do not produce errors, but
texture is not rendered to screen. Same application successfully renders
texture to screen using x86 emulator and the default flat display driver. The
last data point is we are able to render a shaded triangle using
drawprimitive and rotate triangle by changing perspective with IEGD. So it
seems like all the test results are pointing to a video memory or d3dm
texture issue. Probably a memory configuration problem in a .bib or .reg, but
we just have not had any success changing the configuration.
Also we have run a more complex D3D application on same device in Windows XP
(GMA driver) with great results. We think we should see similar performance
between IEGD and GMA driver using basic d3dm functionality (in terms of MAX
simultaneous textures, frame rate, sprite support)?.
Does anyone out there have any experience with this driver and configuring
it? Does anyone out there have any experience creating a CEPC with direct-x
support I might be able to let my app developers use until I can work out the
issues with our target hardware? Thanks in advance to anyone who can offer
some advice. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113239
Migrating BSP from 4.2 to 5.0 ?
Dear Friends,
I got S3C2410 development kit with Samsung 2410 processor . I have Platform
Builder v5.0 and Windows CE v5.0, but the BSP supplied with the kit is for
v4.2.
I have refer MSDN and internet but couldn't able to find any useful
information related to migration. What are the changes required to migrate
bsp to 5.0 compatible?
Have a Good Day ahead..
Thanks,
Ankur. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113238
Pxa255 to PXA270 porting...
Hi all,
After working on PXA255 BSP, it is time for me to move to PXA270.
I got a board with almost all the peripherals and even gpio connections same
as that of my pxa255 board.
My pxa255 board is running perfectly with wince 5.0..
Now, the difference between the new board and my old pxa255 board is only
processor PXA270. So, i am planning to use the same bsp here too with some
changes only on the processor side.
Can any one give me a suggestion and main difference that i need to add or
make to my existing bsp, so that it will run without any problems on pxa270.
I have found the following changes betwen 255 and 270 up to my knowledge,
-->Interrupt architectures are different. But still i am planning to use
the icip for detecting the interrupt.. Is that ok? or i have to use ichp.
--> I left registers memory mapping to be same. since i found the addresses
of registers are almost same as that of pxa255 in pxa270. Only thing is,
some extra registers are added. Since i am not going to use those, mapping
it is useless i think.
--> The same case for RTC too.
--> Kern, kernkitl, kernprof are linked with oal_cache_pxa250.lib, now i am
planning to link it with oal_cache_pxa27x.lib
My hardware is yet to come. Have i missed anything, to modify in my
existing bsp ? if any one has tried porting 255 bsp to 270.. please help me
if i have missed something...
All suggestions are welcome...
--
Ramesh.c
Innovate Sofware Solutions.
Bangalore. Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113236
usb legacy support
Hi,
Why we need to disable usb legacy support???
In some boards without disabling the usb legacy support it works and
in some other boards it doesn't and some times it works in wince 5.0
and not in wince 6.0.
I have seen the o.s is getting hanged at loading the usb drivers when
the usb legacy support is enabled.
I would like to know what exactly make to happen this? If anyone know
it please share!!
Thanks in advance Tag: ANY PROBLEM WITH LATEST VERSION OF WINDOWS VISTA!!!!!!! Tag: 113228
ALSO TO FREE DOWNLOAD VISTA SUPPORTING SOFTWARES
ONLY ON
http://polticsinfs.blogspot.com/