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]

telnet in redboot


Hi, all

I have a question about telnet in redboot.
I have ported redboot to SH7709s custom board which has cs8900a ethernet interface.

Ping is ok(both of host and target).
but when I open telnet connection, I can't see 'redboot>' prompt in shell.

[root@localhost root]# telnet 192.168.1.14 9000
Trying 192.168.1.14...
Connected to 192.168.1.14.
Escape character is '^]'.
<- there is no prompt.

At this time, the target shows below lines.

RedBoot> RxEvent - stat: 504, len: 74
Ethernet recv:
8A013FA4: 91 05 C6 01 56 40 00 A0 24 65 C2 A3 08 00 |....V@..$e.... |
8A013FB2: 45 10 00 3C 61 2D 40 00 40 06 56 16 C0 A8 01 0A |E..<a-@.@.V.....|
8A013FC2: C0 A8 01 0E 80 02 23 28 B9 3E 0B FD 00 00 00 00 |......#(.>......|
8A013FD2: A0 02 16 D0 DA 95 00 00 02 04 05 B4 04 02 08 0A |................|
8A013FE2: 00 02 6A D0 00 00 00 00 01 03 03 00 |..j......... |
Ethernet send:
8A00EE6C: 00 A0 24 65 C2 A3 91 05 C6 01 56 40 08 00 |..$e......V@.. |
8A015850: 45 00 00 2C 00 0A 00 00 40 06 F7 59 C0 A8 01 0E |E..,....@..Y....|
8A015860: C0 A8 01 0A 23 28 80 02 00 00 00 00 B9 3E 0B FE |....#(.......>..|
8A015870: 60 12 05 C0 A6 7A 00 00 02 04 05 C0 |`....z...... |
RxEvent - stat: 504, len: 60
Ethernet recv:
8A0145B4: 91 05 C6 01 56 40 00 A0 24 65 C2 A3 08 00 |....V@..$e.... |
8A0145C2: 45 10 00 28 61 2E 40 00 40 06 56 29 C0 A8 01 0A |E..(a.@.@.V)....|
8A0145D2: C0 A8 01 0E 80 02 23 28 B9 3E 0B FE 00 00 00 01 |......#(.>......|
8A0145E2: 50 10 16 D0 AD 33 00 00 00 00 00 00 00 00 |P....3........ |
Tx event: 8
Ethernet send:
8A00EE94: 00 A0 24 65 C2 A3 91 05 C6 01 56 40 08 00 |..$e......V@.. |
8A015850: 45 00 00 31 00 0B 00 00 40 06 F7 53 C0 A8 01 0E |E..1....@..S....|
8A015860: C0 A8 01 0A 23 28 80 02 00 00 00 01 B9 3E 0B FE |....#(.......>..|
8A015870: 50 18 05 C0 03 DD 00 00 52 65 64 42 6F 6F 74 3E |P.......RedBoot>|
8A015880: 20 | |


And when I execute ping test from host, target doesn't respond.

what is the cause of this problem?

please, help me. Thank you very much.

jjcho




_________________________________________________________________
Áõ±Ç Á¤º¸ °¡Àå ºü¸£°í ÆíÇÏ°Ô º¸½Ç ¼ö ÀÖ½À´Ï´Ù. MSN Áõ±Ç/ÅõÀÚ http://www.msn.co.kr/stock/

--
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]