Arduino ide on raspberry pi errors

so I’m trying again and I downloaded the arduino ide from the default repositories which v1.8

I have the plugin and I got this error.

Arduino: 1.8.19 (Linux), Board: “Proffieboard V2, Serial, SDCARD (SPI), 80 MHz, full, Fastest”

Board ProffieboardV2-L433CC (platform stm32l4, package proffieboard) is unknown

Error compiling for board Proffieboard V2.

This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.

then turned on the verbose as above.

Arduino: 1.8.19 (Linux), Board: “Proffieboard V2, Serial, SDCARD (SPI), 80 MHz, full, Fastest”

arduino-builder -dump-prefs -logger=machine -hardware /usr/share/arduino/hardware -hardware /home/maxb/.arduino15/packages -tools /usr/share/arduino/hardware/tools/avr -tools /home/maxb/.arduino15/packages -libraries /home/maxb/Arduino/hardware/libraries -fqbn=proffieboard:stm32l4:ProffieboardV2-L433CC:usb=cdc,dosfs=sdspi,speed=80,pclk=1,opt=o3 -ide-version=10819 -build-path /tmp/arduino_build_139663 -warnings=default -build-cache /tmp/arduino_cache_686137 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arm-none-eabi-gcc.path=/home/maxb/.arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/14-2-rel1-xpack -prefs=runtime.tools.arm-none-eabi-gcc-14-2-rel1-xpack.path=/home/maxb/.arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/14-2-rel1-xpack -verbose /home/maxb/ProffieOS/ProffieOS.ino

Board ProffieboardV2-L433CC (platform stm32l4, package proffieboard) is unknown

Error compiling for board Proffieboard V2.

Did you install the arduino-proffieboard plugin?

Yes I did.

&

I am no expert but these seem to point at errors in the plugin install folder. Maybe there was a problem during the install phase and a re-install might solve it ?

1 Like

Are you compiling from the Makefile, or from Arduino IDE?
Did you do the steps to get i386 emulation? (I don’t actually think that’s the problem, but it will be required eventually to make it work.)

1 Like