hi Erich,
The tutorial you referenced (I see you wrote it) discusses the SEGGER J-LINK and the P&E Multilink, but I'm using the Redlink server (or Link Server, or whatever it's called--it's the debugger connection via the Debug USB port).
I can restart the Redlink server via the IDE.
redlink> quit
[Closed]
[Started server]
[Connected on port 3025]
and it says [Connected on port 3025]. I can check port 3025:
$ lsof -i :3025
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mcuxpress 55346 ryu 43u IPv6 0x6b3235d17ccf19ad 0t0 TCP localhost:52087->localhost:arepa-raft (ESTABLISHED)
redlinkse 77224 ryu 15u IPv6 0x6b3235d17ccf252d 0t0 TCP localhost:arepa-raft->localhost:52087 (ESTABLISHED)
but then I start up arm-none-eabi-gdb from the command line and try
target remote localhost:3025
and gdb eventually times out without connecting. Any ideas on how to proceed?
thanks
-Rob