You are currently viewing the Book: Professional Microsoft Windows Embedded CE 6.0 ISBN: 978-0-470-37733-8 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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.