Hi,
I need to flash and use RTT on device connected on RaspberryPi.
I think to use this architecture:
I can make work the part of flashing but I'm not able to make RTT forwarding.
I tried with JLinkRTTClient on server, I see only a couple of line that indicate I'm connected to Remote server but I didn't see any device output.
Than I also tried raw TCP connection with ncat and socat, and the result is the same.
But if I use the JLinkRTTViewer I can see the output on terminal 0.
What I'm doing wrong?
Is it possible receive RTT output directly from JLinkRemoteServer?
Thanks for any help.
Davide
I need to flash and use RTT on device connected on RaspberryPi.
I think to use this architecture:
- On RaspberryPi:
- run JLinkRemoteSever to connect over USB to the device
- run socat to forward RTT from telnet connection to another server
- run JLinkRemoteSever to connect over USB to the device
- On server:
- run my own log collector (that accept TCP connection)
- when needed run JLinkExe to flash the firmware
- run my own log collector (that accept TCP connection)
I can make work the part of flashing but I'm not able to make RTT forwarding.
I tried with JLinkRTTClient on server, I see only a couple of line that indicate I'm connected to Remote server but I didn't see any device output.
Than I also tried raw TCP connection with ncat and socat, and the result is the same.
But if I use the JLinkRTTViewer I can see the output on terminal 0.
What I'm doing wrong?
Is it possible receive RTT output directly from JLinkRemoteServer?
Thanks for any help.
Davide