Go to file
Josh Stewart a133d7b56c Correct mac file extension 2024-02-13 23:06:30 +11:00
.github Correct mac file extension 2024-02-13 23:06:30 +11:00
assets Integrate sponsor bar more cleanly 2023-01-15 14:59:59 +01:00
bin Initial addition of stm32f407 uploads 2024-02-12 17:44:45 +11:00
.gitattributes Initial commit 2018-12-31 13:25:55 +11:00
.gitignore remove some crap 2021-11-13 11:12:36 +00:00
LICENSE Initial commit 2018-12-31 13:25:55 +11:00
README.md Update README.md 2020-10-22 16:01:22 +11:00
index.html Working local file uploads 2024-02-13 20:40:50 +11:00
main.js Working local file uploads 2024-02-13 20:40:50 +11:00
package-lock.json Initial work on allowing local firmware 2024-02-12 15:20:07 +11:00
package.json Successful workflow builds for Win, Mac and linux 2024-02-13 23:02:02 +11:00
renderer.js Working local file uploads 2024-02-13 20:40:50 +11:00

README.md

SpeedyLoader

SpeedyLoader is a universal (Cross platform) firmware loader for Speeduino devices. It avoids the need for any compiling and allows the user to select a firmware version and then automatically downloads a pre-compiled version.

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

Installation steps

$ git clone https://github.com/noisymime/SpeedyLoader.git
$ cd SpeedyLoader
$
$ npm install electron-rebuild -g
$ npm install
$ npm start