ArteryTek / platform-arterytekat32

AT AT32: development platform for PlatformIO
Apache License 2.0
30 stars 12 forks source link

Toolchain is not working on raspberry 4 (or on armv7 in general) #19

Open saloid opened 8 months ago

saloid commented 8 months ago

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!