I am having trouble bringing up a Windows CE image in our test bed. The test
bed comes from PhyTec and uses a PXA270 processor. I can build the image in
Platform Builder, but I recieve the following warning:

makeimg: Warning Localization FAILED: Could not find
C:\WINCE500\PBWorkspaces\Phytec_Tutorial\RelDir\phyCore-PXA270-DK_ARMV4I_Release\tsvc_dst.DLL|EXE|CPL

I researched this on MSDN and the topic indicated that this is a component
of the timesvc module that is part of the Simple Network Time Protocol
(SNTP). I searched for timesvc in the Catalog and it highlighted the SNTP
Automatic Updates and Server Sychronization Catalog item so I added this to
my OS design, but I'm still getting the error. Does anyone know why?

Another problem I am having is that when I download the NK.bin file it seems
to download fine but when the image begins loading I recieve three messages
and the system locks up:

OEMIoControl: Unsupported Code 0x101008c â?? device 0x0101 func 35
OEMIoControl: Unsupported Code 0x10100d0 â?? device 0x0101 func 52
OEMIoControl: Unsupported Code 0x10100f8 â?? device 0x0101 func 62

I know that these ioctl codes are defined in
$(_WINCEROOT)\PUBLIC\COMMON\OA­K\INC but I'm not sure why I'm getting them or
if they are the reason I cannot load an image. Can anyone help?

Thanks.

Re: Warnings and Messages in Platform Builder 5.0 by voidcoder

voidcoder
Mon Oct 30 02:15:38 CST 2006



tsvc_dst.dll issue:

Have you re-sysgened the OS design with "clean before building" option?



IOCTLs:

Fucntion 35 is IOCTL_HAL_GETREGSECUREKEYS:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50lrfIOCTLHALGETREGSECUREKEYS.asp

Fucntion 52 is IOCTL_HAL_GET_RANDOM_SEED:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50lrfioctlhalgetrandomseed.asp

Fucntion 62 is IOCTL_HAL_GET_HWENTROPY:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce51lrfioctl_hal_get_hwentropy.asp

You are getting warnings because those three IOCTLs are not
supported by your OAL. It is not not mandatory though, just
skip em.


Gage 05 wrote:
> I am having trouble bringing up a Windows CE image in our test bed. The test
> bed comes from PhyTec and uses a PXA270 processor. I can build the image in
> Platform Builder, but I recieve the following warning:
>
> makeimg: Warning Localization FAILED: Could not find
> C:\WINCE500\PBWorkspaces\Phytec_Tutorial\RelDir\phyCore-PXA270-DK_ARMV4I_Release\tsvc_dst.DLL|EXE|CPL
>
> I researched this on MSDN and the topic indicated that this is a component
> of the timesvc module that is part of the Simple Network Time Protocol
> (SNTP). I searched for timesvc in the Catalog and it highlighted the SNTP
> Automatic Updates and Server Sychronization Catalog item so I added this to
> my OS design, but I'm still getting the error. Does anyone know why?
>
> Another problem I am having is that when I download the NK.bin file it seems
> to download fine but when the image begins loading I recieve three messages
> and the system locks up:
>
> OEMIoControl: Unsupported Code 0x101008c â?? device 0x0101 func 35
> OEMIoControl: Unsupported Code 0x10100d0 â?? device 0x0101 func 52
> OEMIoControl: Unsupported Code 0x10100f8 â?? device 0x0101 func 62
>
> I know that these ioctl codes are defined in
> $(_WINCEROOT)\PUBLIC\COMMON\OA­K\INC but I'm not sure why I'm getting them or
> if they are the reason I cannot load an image. Can anyone help?
>
> Thanks.
>

Re: Warnings and Messages in Platform Builder 5.0 by Gage05

Gage05
Mon Oct 30 08:21:01 CST 2006

Thanks! The problems I was having seemed to have gone away after I selected
"clean before building" I did this with the BSP as well shortly after I
submitted this post. It makes sense why this works, but I just didn't think
about it at the time.

Thanks Again!


"voidcoder" wrote:

>
>
> tsvc_dst.dll issue:
>
> Have you re-sysgened the OS design with "clean before building" option?
>
>
>
> IOCTLs:
>
> Fucntion 35 is IOCTL_HAL_GETREGSECUREKEYS:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50lrfIOCTLHALGETREGSECUREKEYS.asp
>
> Fucntion 52 is IOCTL_HAL_GET_RANDOM_SEED:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce50lrfioctlhalgetrandomseed.asp
>
> Fucntion 62 is IOCTL_HAL_GET_HWENTROPY:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcehardware5/html/wce51lrfioctl_hal_get_hwentropy.asp
>
> You are getting warnings because those three IOCTLs are not
> supported by your OAL. It is not not mandatory though, just
> skip em.
>
>
> Gage 05 wrote:
> > I am having trouble bringing up a Windows CE image in our test bed. The test
> > bed comes from PhyTec and uses a PXA270 processor. I can build the image in
> > Platform Builder, but I recieve the following warning:
> >
> > makeimg: Warning Localization FAILED: Could not find
> > C:\WINCE500\PBWorkspaces\Phytec_Tutorial\RelDir\phyCore-PXA270-DK_ARMV4I_Release\tsvc_dst.DLL|EXE|CPL
> >
> > I researched this on MSDN and the topic indicated that this is a component
> > of the timesvc module that is part of the Simple Network Time Protocol
> > (SNTP). I searched for timesvc in the Catalog and it highlighted the SNTP
> > Automatic Updates and Server Sychronization Catalog item so I added this to
> > my OS design, but I'm still getting the error. Does anyone know why?
> >
> > Another problem I am having is that when I download the NK.bin file it seems
> > to download fine but when the image begins loading I recieve three messages
> > and the system locks up:
> >
> > OEMIoControl: Unsupported Code 0x101008c â?? device 0x0101 func 35
> > OEMIoControl: Unsupported Code 0x10100d0 â?? device 0x0101 func 52
> > OEMIoControl: Unsupported Code 0x10100f8 â?? device 0x0101 func 62
> >
> > I know that these ioctl codes are defined in
> > $(_WINCEROOT)\PUBLIC\COMMON\OA­K\INC but I'm not sure why I'm getting them or
> > if they are the reason I cannot load an image. Can anyone help?
> >
> > Thanks.
> >
>