From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Massa To: "eCos (E-mail)" Subject: [ECOS] Re: DHCP shuts down Ethernet device? Date: Mon, 23 Apr 2001 11:49:00 -0000 Message-id: <281963D01A08D511A5D700A0C9AC979A04EED8@EXCHANGE> X-SW-Source: 2001-04/msg00330.html I am running RedBoot on an MBX board and downloading my eCos application with networking support. I noticed your post about the Ethernet device shutdown and was wondering if I could possibly be running into the same problem. After I download my application over the Remote/TCP GDB connection the application runs, prints out a network stack usage message, outputs [New thread 1] and then hangs before it gets into my cyg_user_start routine. The target disconnects from the debugger as well. Is this what you are seeing? Does it sound like a similar problem to yours? I can run my code over the serial port - and it does get into my cyg_user_start routine. --Anthony