Serial download problem for Xscale

From: SPINELLI Olivier (spinelliolivier_at_yahoo.fr)
Date: 04/29/04


Date: 29 Apr 2004 07:11:40 -0700

Hello,

I'm trying to port the CEPC sboot code to the XSC1BD platform,
but this don't work.

My platform send "kITL»$¥ØXSC1BD" and "Wait for boot ack..." but
nothing it's received.
Platform Builder is "Waiting for a download request..." indefinitly.

Is this code set RTS ?
UCHAR uCtrl = (READ_PORT_UCHAR(KitlIoPortBase+comModemControl) &
~MC_RTS);
WRITE_PORT_UCHAR(KitlIoPortBase+comModemControl, (UCHAR)(uCtrl |
MC_RTS));

And this clear RTS ?
WRITE_PORT_UCHAR(KitlIoPortBase+comModemControl, (UCHAR)uCtrl);

When I do the same thing by the following code, pDownloadUartPort->mcr
|= 0x2; // Set RTS and pDownloadUartPort->mcr &= ~0x02; // Clear RTS,
my PC stop running when it open then COM port.

I don't impletment the serial KITL, must I do ?

What are the Platform builder Remote connection settings (flow control
or not) ?

Like the Beatles says:
Please, HELP ME !!!

Olivier SPINELLI



Relevant Pages

  • Re: Confusion on elements of .NET Compact Framework
    ... Google, which archives the messages. ... You can download Platform Builder from www.microsoft.com/downloads. ... >I am investigating the .NET Compact Framework. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Connecting to device for debugging
    ... Do you mean that when you download you are copying your image to flash so ... KITL when booting from flash, to be able to have a CE device that could run ... without a KITL connection (when you activate the KITL connexion, ... The remote connection in platform builder was configured using ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Problem in bringing up (WinCE5.0) kernel on SMDK2440A board
    ... Are you getting the output message on Platform Builder Window? ... The Kernel Debugger connection has been established (Target CPU is ... Samsung and download eboot.nb0. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Trying to wrap my head around WinCE development process
    ... them or debug them. ... between device and Platform Builder is done via KITL, usually over Ethernet, ... Here's a page about getting CoreCon running on a device: ... For OS development, you Sysgen, then either Attach Device and download the ...
    (microsoft.public.windowsce.platbuilder)
  • Re: KITL with single serial interface board
    ... builder first and the platform builder will output messages to its debug ... you can use the same port for KITL and Siandard IO. ... >> Our board only one serial port available to the outside world. ...
    (microsoft.public.windowsce.platbuilder)