This commit is contained in:
Josh Stewart 2019-01-14 17:17:54 +11:00
commit 36ba9e3f61
1 changed files with 15 additions and 0 deletions

View File

@ -3,6 +3,21 @@ SpeedyLoader is a universal (Cross platform) firmware loader for Speeduino devic
Currently in early development. Binaries will be made available when ready
## Running from binary
## Linux
The AppImage pack requires the following packages be installed:
* libusb-1.0-0:i386
* libusb-0.1-4:i386
On Ubuntu, you can install these with: ```sudo apt install libusb-1.0-0 libusb-0.1-4:i386```
You also need to make sure you have permission to access the serial port. If you get a permission denied error, run:
```sudo usermod -a -G dialout <username here>```
And then logout and back in
## Install from Source
### Pre-Requisites