Possible Linux release? #1101
Replies: 1 comment
-
|
As I said in Discord, but will repeat here in case anyone feels differently, I believe the whole point of providing the portable IDE is to simplify updating the firmware for less-technical users. I'd assume if you are running Linux as your main OS you have some technical capability in which case you can just go the usual route for compiling the firmware. However, perhaps we should make a quick start guide for Linux users. The command to install the Arduino CLI under Linux is quite simple (omit Once installed and added to Setup the project (only run this the first time): Update the project source (only run this after the first time): Build the firmware: Upload the firmware (replace |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a linux version of the software setup. It uses the official arduino ide appimage bundled with the sketch files in it's own home directory so it should be portable and not interfere with any existing arduino ide setup. All you have to do is extract the archive, run the appimage and you should be ready to configure the firmware! I've tested it and it works on my system of debian 12. If anyone would be willing to test it on their system please reach out. Btw, the appimage is unmodified.
Beta Was this translation helpful? Give feedback.
All reactions