Re: Booting from usb problem

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



First get serial working. There's no way we can help you without those debug messages. LoadCEPC should already output a lot of debug messages over 0x3F8 COM1. After that (depending on what you configured in CE as serial debug port, default = 0x3F8) CE should spew out a lot of debug messages if you build a debug kernel without KITL enabled and load that kernel from disk using LoadCEPC.


Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE
http://GuruCE.com
Consultancy, training and development services.


dario wrote:
Hi all..
I've made an image nk.bin (a standard Internet appliance as I've accepted all the default) using PB 5.00. Built it in release mode ... with no error.
I'm using a usb storage device connected to my target device.
In the usb device I've stored the CEPC disk files (made with cepcboot.144 and containg loadcepc, ...) and my nk.bin.
It boots starting DOS and launch the "loadcepc screen" so that I can select the point
"1.Boot CE/PC (local NK.bin)"
So it load data (nk.bin) from the usb device
"... section phisically start ..."
but after that it display a black screen with "jumping to 0x00229348" and anymore.

If I use loadcepc with eboot (selecting case 2 or 3 or 4 instead of 1) and attaching from platform builder with ethernet, it works: the image is transferred to the target device and boot correctly.

Why it doesn't work with the nk.bin locally???
PS In the serial debug (38400, n81) nothing is transmitted.


Thanks in advance,
Dario

.



Relevant Pages

  • Re: Loadcepc /C: switch
    ... OK - got it - the version of loadcepc.exe I got delivered from the vendor of ... I'm trying to stop the debug messages on the COM1 port of my CE 5.0 board, ... and have tried to disable it by setting the loadcepc switch like this: ... What is the correct way to stop loadcepc to send debug messages on the COM ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Booting from usb problem
    ... Did you build a debug build of the kernel with KITL disabled? ... there should be debug messages out of the serial port. ... check debug.c and see how your serial debug port is setup. ... LoadCEPC should already output a lot of debug messages over 0x3F8 COM1. ...
    (microsoft.public.windowsce.embedded)
  • Loadcepc /C: switch
    ... I'm trying to stop the debug messages on the COM1 port of my CE 5.0 board, ... and have tried to disable it by setting the loadcepc switch like this: ... What is the correct way to stop loadcepc to send debug messages on the COM ...
    (microsoft.public.windowsce.platbuilder)
  • OEMInterruptHandler WinCE 5.0
    ... We are porting WinCE 5.0 build 1371 to an ARM926EJS based device. ... However, when a release build is downloaded, the target device ... doesn't get called at all and the execution halts after a call ... We'd further like to include some debug messages in the coreos just ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Debug messages for wince application
    ... If your target device is already routing device driver DEBUGMSG messages to its serial port, then I would expect the application DEBUGMSG stuff to get routed there too. ... I have a small query regarding debug messages for wince application. ...
    (microsoft.public.windowsce.app.development)