Re: how to connect a wince target to PC with Ethernet?
From: Todd Krochta (tkrochta_nospam_at_applieddata_nospam.net)
Date: 12/16/04
- Next message: Bruce Eitman \(eMVP\): "Re: driver loading"
- Previous message: Greg White: "Ethernet Boot Loader"
- In reply to: XuYb: "how to connect a wince target to PC with Ethernet?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Dec 2004 11:24:44 -0500
This is a loaded question depending on what you want to use it for: i.e.
KITL or HTTP or FTP. As for setting the registry for static IP, you need
to find your ethernet adapter settings and then its pretty obvious. This
also depends on how you're making your registry settings. An example of an
ethernet section from a platform.reg for building them into an image
follows:
your specific adapter name --------v
[HKEY_LOCAL_MACHINE\Comm\SMC90001\Parms\TcpIp]
"EnableDHCP"=dword:1
;"DefaultGateway"="0.0.0.0"
;"IpAddress"="0.0.0.0"
;"Subnetmask"="255.255.255.0"
;"DNS"="168.143.0.7"
;"WINS"="0.0.0.0"
Turn the DHCP off and set your addresses.
And don't forget to use a cross-over cable if you are connecting directly
(w/o a switch or hub).
Todd Krochta
Applied Data Systems
"XuYb" <XuYb@discussions.microsoft.com> wrote in message
news:CFFC086B-DF3E-4506-9562-DDB0AFDBD497@microsoft.com...
> Please tell me how to connect a wince target to PC with Ethernet? How to
> set
> static IP address by using the registry?
- Next message: Bruce Eitman \(eMVP\): "Re: driver loading"
- Previous message: Greg White: "Ethernet Boot Loader"
- In reply to: XuYb: "how to connect a wince target to PC with Ethernet?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|