Skip to content

speeduino/SpeedyLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a1966b · Aug 1, 2021
Aug 26, 2020
Jul 27, 2021
Oct 21, 2020
Dec 31, 2018
Jul 20, 2021
Dec 31, 2018
Oct 22, 2020
Jul 9, 2019
Aug 1, 2021
Jul 27, 2021
Dec 31, 2018
Jul 27, 2021
Aug 1, 2021
Aug 1, 2021
Jul 28, 2021

Repository files navigation

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