I'm running on Windows 10 and have used Microchip Studio previously with my proprietary SAMD21-based board.
Since Arduino changes have broken the import function in Microchip Studio (and the import was never that smooth anyway) I wish to use the new Arduino IDE 2.0.
My IDE version is 2.0.0-rc5, CLI Version 0.21.0.
However, I get the following error: Failed to launch OpenOCD GDB Server: Timeout.
Open On-Chip Debugger 0.10.0+dev-gf0767a31 (2018-06-11-13:36)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : auto-selecting first available session transport "swd". To override use 'transport select '.
none separate
adapter speed: 400 kHz
cortex_m reset_config sysresetreq
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : CMSIS-DAP: SWD Supported
Info : CMSIS-DAP: JTAG Supported
Info : CMSIS-DAP: Interface Initialised (SWD)
Info : CMSIS-DAP: FW Version = 1.0
Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1
Info : CMSIS-DAP: Interface ready
Info : clock speed 400 kHz
in procedure 'init'
in procedure 'ocd_bouncer'
Any ideas as to what could be wrong? Could it be Firewall related?