m mariga wrote:
Hello,Gary,and everyone,

I am sorry I forgot ecos-discuss ,so I resend almost same mail.

Gary wrote

I'd like to connect to RedBoot via Telnet during target's running net
application.
I tried to run nc_test_slave program as application and connect to
RedBoot via Telnet from host's cygwin.
The result is below.

$ telnet 172.16.1.200 9000
Trying 172.16.1.200...
telnet: Unable to connect to remote host: Connection refused

  <...snip>

Once your application is started, RedBoot is no longer available.

Why are you trying to do this?


I would like to load new application object to target using RedBoot via Telnet from host PC during target's application running.

I also like to use RedBoot' monitor functions like "dump".

Is it impossible ?

Once the eCos application takes over, the RedBoot command line can't be used.

I got an impression from Anthony J. Massa's book that if setted two
different IP addresses between RedBoot and application,I could connect to
RedBoot via Telnet during application running. Am I mistaken ?

If you connected to RedBoot using GDB in order to load and run your program you can interrupt it while it's running - that's because the eCos build will permit RedBoot to take over for the purposes of GDB debugging.

I think for what you want to do, using GDB will work best for you.

Jifl
--
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

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

Reply via email to