Open
Description
Hardware
Arduino Nano Matter
Core version
2.0.0
Arduino IDE version
2.3.2
Operating system
Debian 12 Gnome
Radio stack variant
No radio
OpenThread Border Router device (if using Matter)
No response
Issue description
Follows #4 but with Arduino Nano Matter on core 2.0.0.
The Arduino IDE fails to launch openocd
. However, the same command works fine on terminal window.
Could the AppImage suffers from an issue similar to FlatPack as in arduino/arduino-ide#2115
Thank you!
Serial output
Waiting for gdb server to start...[2024-06-10T21:19:40.774Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session connected. You can switch to "DEBUG CONSOLE" to see GDB interactions.
/home/reivilo/.arduino15/packages/SiliconLabs/tools/openocd/0.12.0-arduino1-static/bin/openocd -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s /home/reivilo/Projets/Arduino/Blink_debug_Nano_Matter -f /tmp/.mount_Arduin6YEOpv/resources/app/plugins/cortex-debug/extension/support/openocd-helpers.tcl -f interface/cmsis-dap.cfg -f target/efm32s2_g23.cfg
[2024-06-10T21:19:40.807Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session closed
GDB server session ended. This terminal will be reused, waiting for next session to start...
RTT output (if using Matter)
No response
Minimal reproducer code
Blink example