Bruce
Fri Mar 11 07:23:20 CST 2005
I haven't worked with an NE2000 on board chip, but I would think that you
may need to change some registry settings to get it to work. Probably
similar changes to what you did for eboot/KITL. Things like
[HKEY_LOCAL_MACHINE\Comm\NE20001\Parms]
"BusNumber"=dword:0
"BusType"=dword:8
"InterruptNumber"=dword:03
"IoBaseAddress"=dword:0300
"Transceiver"=dword:3
"CardType"=dword:1
Bruce
"Han" <Han@discussions.microsoft.com> wrote in message
news:57939466-7ECB-48BF-8FB4-308206DF5640@microsoft.com...
> Dear Sir,
>
> My application is PXA255 with ASIX 88796 ethernet chip. This chip is
> NE2000
> compatible. I do not have device driver, I could not get it from neither
> the
> board manufacturer nor the chip manufacturer. I tried to use Windows CE
> NE2000 compatible device driver but no success. Really do not know where
> to
> start. I try to follow the documentation from the microsoft web site but I
> show very slow progress than I expect.
>
> Best regards,
>
> HAN
>
> "Bruce Eitman (eMVP)" wrote:
>
>> With KITL enabled, yes you need a connection to PB. The kernel will wait
>> for that.
>>
>> You need a NIC driver to do it without KITL. What NIC are you using?
>>
>> Bruce
>>
>> "Han" <Han@discussions.microsoft.com> wrote in message
>> news:6C671561-2217-49E3-A27A-67886115C471@microsoft.com...
>> > Dear Sir,
>> >
>> > I did exactly what you advice.
>> >
>> > 1. Enabled the kitl.
>> > 2. I adjust the network settings.
>> > 3. I can use ping ,ftpd etc now.
>> >
>> >
>> > The problem isthe device needs PB connection. If I do not connect with
>> > PB,
>> > the device seems like waiting for PB connection.Is there any solution
>> > to
>> > this?
>> >
>> > Best regards,
>> >
>> > HAN
>> >
>> > "Yannick Chamming's [eMVP]" wrote:
>> >
>> >> When not using a NIC driver, if you want to be able to access network
>> >> at
>> >> applicative level, you need a KITL connection (i.e connection between
>> >> PB
>> >> &
>> >> target).
>> >>
>> >> To have it, you need the following
>> >> - Enable KITL in the image (image settings)
>> >> - Have bootloader transmitting network settings to OAL (this is
>> >> normally
>> >> done when bootloader succesfully initiated connection with PB to
>> >> perform
>> >> download. In your case, you'll probably need to set the settings
>> >> directly
>> >> in
>> >> code)
>> >> - Enable connection waiting from PB (jump to image menu option)
>> >>
>> >>
>> >> --
>> >> ----------------------------------------------------------------
>> >> Yannick Chamming's (eMVP)
>> >> ADESET
>> >> Windows Embedded Manager
>> >> ychammings AT adeset DOT com>
>> >>
http://www.adeset.com
>> >> Tél : +33 (0)4.72.18.57.77
>> >> Fax : +33 (0)4.72.18.57.78
>> >> ----------------------------------------------------------------
>> >>
>> >> "visi" <zqvisi@hotmail.com> wrote in message
>> >> news:OYmeqhL4EHA.2540@TK2MSFTNGP09.phx.gbl...
>> >> > when downloading image with KITL from workstation with PB,the
>> >> > network
>> >> > work
>> >> > well.
>> >> > when the same image boots up from flash in target board, the network
>> >> doesnt
>> >> > work.Why and how to enable NIC when booting from flash?
>> >> > I havent nic driver and only have ethdbg driver.
>> >> >
>> >> > thanks!
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>