You are currently viewing the Book: Professional Microsoft Windows Embedded CE 6.0 ISBN: 978-0-470-37733-8 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Hi all,
I installed WinCE 6.0 for visual studio 2005 and I built a simple OS design
for X86 (CEPC). It works weel on emulator while I have some problems to have
it working on a Dell Latitude D610 laptop.
When I boot the target pc with the floppy disk and I choose 3rd option
(eboot), I get this message "Jumping to 0x0013c0dc", that it is due to
missing ROM image if I'm not wrong.
I suppose the NIC card is not supported by WinCE but I would have your
suggestions also.
The card is a Broadcom NetXtreme 57xx Gigabit Controller and VID and PID are
not prenset in g_NicSupported.
Is there any way to add this card (I'm a WinCE newbie...)?
Is there a way to load the target PC using a USB key so I can put the
run-image on it and choose "run local image" options.?
Thanks in advance!
Last edited by adamax : June 30th, 2009 at 11:08 AM.
The eboot loader does not support the Broadcom NetXtreme 57xx NIC.
The default eboot loader support NE2000 compatible NIC, Realtek-8139 and a few other.
To get the Broadcom NIC to work involve some major driver codes.
You can try hunting for one of the legacy PCMCIA NIC that is NE2000 compatible.