Skip to content

DeionSi/SpeedyLoader

 
 

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

About

Speeduino universal firmware loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.8%
  • SCSS 27.0%
  • JavaScript 22.5%
  • C 12.2%
  • HTML 3.9%
  • Shell 0.6%