Error when trying to upload using jlink in platformio ``` Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [ ] 3.0% (used 15896 bytes from 524288 bytes) Flash: [ ] 0.4% (used 18108 bytes from 4128768 bytes) Configuring upload protocol... AVAILABLE: atlink, atlink_dap_v2, cmsis-dap, jlink, stlink CURRENT: upload_protocol = jlink Uploading .pio/build/genericAT32F435RMT7/firmware.elf sh: 1: /home/pi/.platformio/packages/tool-openocd-at32/bin-linux_armv7l/openocd: not found ``` It would be grate to have it working on arm devices such raspberry or other SBCs. Thanks!