Go to file
Josh Stewart 44af406f9a Bump version to v1.7.0 2025-04-10 17:16:31 +10:00
.github Add release action 2025-04-10 17:16:08 +10:00
assets Fix missing bullet point in the firmware notes 2025-02-18 11:25:53 +11:00
bin Update teensy_loader binaries 2025-02-19 12:34:20 +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 Bump version to v1.6.0 2024-06-13 13:34:28 +10:00
main.js Minor performance improvements 2025-03-03 08:55:12 +11:00
package-lock.json Retry teensy burn if loader did not start in time 2025-02-20 10:07:49 +11:00
package.json Bump version to v1.7.0 2025-04-10 17:16:31 +10:00
renderer.js Minor performance improvements 2025-03-03 08:55:12 +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