Re: adding and tracing RealTek RTL8139
Tech-Archive recommends: Fix windows errors by optimizing your registry
Paul G. Tobey [eMVP] wrote:
Carefully *read* what Steve told you!!!
If you have KITL over Ethernet turned on in your OAL, that provides an
Ethernet-based communication channel to PB. *However*, that does *not*
mean that you can use that for general network I/O in the OS on the device.
It's for that debug channel only.
If you add the VBridge component, that creates a dummy Ethernet device in
the system for you that your application code and the OS networking code can
use, as though there was a full-blown Ethernet device there, but it actually
calls into the KITL code to do send/receive, etc. In this case, KITL has
*complete* control over the Ethernet device, so you can't have the driver
for that device in the OS; KITL is using it. With this VBridge
configuration, you can do network I/O, but, as you'd guess it's going to be
slow, compared with direct access to the Ethernet controller from the real
driver.
In your final device, you want KITL off and the real driver for the network
device included, with no VBridge in the OS. This is the retail
configuration.
Paul T.
Thank you for answering.
I read carefully, but I'getting confused.
As you can see I removed KITL and ethernet sharing.
So what's wrong now ?
My ethernet properties does not appears in the target
(standalone) and not answers to my pings.
What do I need to have the ethernet working ?
TIA
.
Relevant Pages
- Re: adding and tracing RealTek RTL8139
... mean that you can use that for general network I/O in the OS on the device. ... If you add the VBridge component, that creates a dummy Ethernet device in ... calls into the KITL code to do send/receive, ... *complete* control over the Ethernet device, so you can't have the driver ... (microsoft.public.windowsce.platbuilder) - Re: Connecting to device for debugging
... Before starting the CE kernel, the bootloader sets some parameters passed to ... Some of them refers to the ethernet settings that should be used ... The KITL connection is driven by 2 things: ... (microsoft.public.windowsce.platbuilder) - Re: KITL and PCI Interrupts
... Kittl over ethernet running CE 5.0. ... plug in my PCI based Ethernet card it always gets a dedicated interrupt I am ... KITL over what transport medium? ... you say what your platform hardware is and the version of WinCE? ... (microsoft.public.windowsce.platbuilder) - Re: How to Disable Ethernet
... Why can I not download over the same ethernet? ... would this intefere with running my own NDIS driver on the ... you can use the serial port as an alternative method ... >To disable KITL debugging, ... (microsoft.public.windowsce.platbuilder) |
|