running Sloeber on a Raspi #1449
-
| Is it possible to run Sloeber on a Raspberry PI 4? | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
| I have no clue but:. If any of these answers is no; it is not likely Sloeber will work on that platform. | 
Beta Was this translation helpful? Give feedback.
-
| with a bit of fiddling and cursing it works :) | 
Beta Was this translation helpful? Give feedback.
-
| Hi jantje, here is a (very) quick writeup of the steps the led to success for me: 
 I think that is about it what it took to get Sloeber running on an Raspberry Pi 4 maybe it is of use to someone sometime :) | 
Beta Was this translation helpful? Give feedback.
Hi jantje,
here is a (very) quick writeup of the steps the led to success for me:
install latest eclipse CDT
proceed according to the wokaround of issue #1361
I then ran into a timeout when sloeber tries to download avr board package. So I downloaded manually and copied it to
[EclipseInstallationFolder]/arduinoPlugin/downloadsnext thing (boards not parsing) was that, despite Java 11 beeing installed on the system (I don't know whether it came pre-installed because I actively downloaded and installed OpenJDK at the first attempt of installing and running sloeber product), I got error messages that could be identified (reading issue #1403) as related to a too recent Java version. T…