stm32duino / BoardManagerFiles

Storage for Arduino Board Manager JSON and package files etc
BSD 3-Clause "New" or "Revised" License
104 stars 90 forks source link

Using Arduino IDE on Raspberry #39

Closed JimKnopf1503 closed 2 years ago

JimKnopf1503 commented 2 years ago

Hi! In the last weeks I used the IDE on my windows computer. Now I like to use it on my raspberry. I added https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json under preferences. But when I try to install STM32 MCU based board, I got "Werkzeug STM32Tools ist für Ihr Betriebssystem nicht verfügbar", that means STM32Tools ist not available for my OS. Is there a way to compile it for ARM-Linux?

Thanks, Burkhard

fpistm commented 2 years ago

Hi, currently ARM support is not provided. An issue is already open for this on the core: https://github.com/stm32duino/Arduino_Core_STM32/issues/708

in the thread you will see that user have made it to work: https://github.com/koendv/stm32duino-raspberrypi

I close this one as it is a duplicate of https://github.com/stm32duino/Arduino_Core_STM32/issues/708