Go to file
Josh Stewart 961b16f8d8 Add warning if trying to upload to stm32 in serial mode 2024-06-12 13:40:30 +10:00
.github Only save exe artefact for Windows CI build 2024-06-12 11:20:12 +10:00
assets Integrate sponsor bar more cleanly 2023-01-15 14:59:59 +01:00
bin Update avrdude to v7.2 2024-06-11 09:43:30 +10: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 Add warning if trying to upload to stm32 in serial mode 2024-06-12 13:40:30 +10:00
main.js Fixes for stm32 upload on Windows 2024-06-12 11:13:58 +10:00
package-lock.json Fixes for stm32 upload on Windows 2024-06-12 11:13:58 +10:00
package.json Bump version to v1.6.0-beta.2 2024-06-12 02:27:39 +10:00
renderer.js Add warning if trying to upload to stm32 in serial mode 2024-06-12 13:40:30 +10: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