eboot and WINCE 6

Lorenzo
Hi,
because with the latest BSP for Windows CE 6 can not generate the
eboot.bin/nb0 file?
And because in the last update of the boot loader Supervivi is no longer
the voice to download eboot?

Thanks,Lorenzo.

mindee
Hi,

yes, from the 2009-8-23 version, the WinCE dont need the eboot.bin. you
just type "w" to download the nk.bin. 

the lastest 2010 version use the same way. it support wince 5/6
regards

mindee

Lorenzo
Thanks, but how can I download the OS Image with Visual Studio 2005
/Platform builder in the board and debug it.

Edje11
Hi Lorenzo,

Take a look at this;
http://translate.google.it/translate?u=http%3A%2F%2Fcode.google.com%2Fp%...

It's enough to get you going, it helped me ;-)

Errol
Good question. :-)

I have been using manual image download as directed by mindee. See
http://www.friendlyarm.net/forum/topic/426?lang=en

As for debugging. All i could get to work was to enable:
#define KITL_SERIAL_UART0

This atleast allows you to get debug print messages via:
RETAILMSG(1,(TEXT("Bla Bla Bla\r\n")));

Hope this helps. 

Let me know if you get it to the point where you can actually step through
the code... :-)

Thanks,
Errol