From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phani Kumar Ch To: "'ecos-discuss@sourceware.cygnus.com'" Subject: [ECOS] ethernet device driver Date: Wed, 14 Feb 2001 09:14:00 -0000 Message-id: <3A8ABF09.BF7B5F56@netbrahma.com> References: <9678C2B4D848D41187450090276D1FAE04AD5762@FMSMSX32> X-SW-Source: 2001-02/msg00237.html hi, I am using the target machine as i386 pc and am using serial port communication between host and target. I booted the target machine from floopy through A: drive. The floopy has gdb stubs and serial port device driver. I ran following commands to prepare gdb stub and device driver : - ecosconfig new pc stubs -ecosconfig tree -make. Now, I would like to use ethernet as the communication channel between host and target. How do I get the device driver for ethernet? Can any one explain me the procedure I should follow to establish an ethernet communication between my host and target machine? Thanks, Phani.