From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Massa" To: "Jonathan Larmour" Cc: Subject: RE: [ECOS] RedBoot Date: Sun, 22 Apr 2001 14:38:00 -0000 Message-id: References: <3ADFA3D4.8760B94F@redhat.com> X-SW-Source: 2001-04/msg00288.html I found that I was having the same problems as the ones discussed in this post: http://sources.redhat.com/ml/ecos-discuss/2001-04/msg00006.html After getting past that, I am now finding that my code loads over the Ethernet port. However, when I run my code it prints out the networking information, such as "Network stack using..." then I get a message: [New thread 1] The board then seems to hang for a little while and then the program stops. I have breakpoints at cyg_start and cyg_user_start, however, neither of these get hit by the debugger. The target disconnects from the debugger as well. Any help? Thanks.