This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight over network for E7T


Chris Garry wrote:
I've build Redboot with networking enabled for the E7T.
Using Insight I can download, run and debug applications
through the serial port with no problems.

However, when I use the network port rather than the serial
port, things don't work as well.  Insight connects to the target,
downloads the code and then starts to run it.  The
cyg_user_start() function runs correctly, but when that exits
and the Cyg_Scheduler::start() function is called everything
locks up.
That's when interrupts get enabled, if that helps. What are you expecting to see? Have you tried setting a breakpoint somewhere in a thread that's being run? Do you definitely *have* threads linked into your downloaded app? Are they cyg_thread_resume()'d?

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]