08401deb99
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
assets | ||
bin | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
azure-pipelines.yml | ||
index.html | ||
main.js | ||
npm-debug.log | ||
package-lock.json | ||
package.json | ||
renderer.js | ||
warning.html |
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
- NPM - https://www.npmjs.com/get-npm
- Python 2.x
- Git
Installation steps
$ git clone https://github.com/noisymime/SpeedyLoader.git
$ cd SpeedyLoader
$
$ npm install electron-rebuild -g
$ npm install
$ npm start