SpeedyLoader

SpeedyLoader is the simple, cross-platform utility for installing firmware on your board and downloading base tune files to get you started
See below for install notes

Windows-64 bit Windows 32-bit Mac Linux Raspberry Pi

Installation Notes for Linux& Raspberry Pi

  • The AppImage pack requires the following packages be installed:
    • libusb-1.0-0:i386
    • libusb-0.1-4:i386
  • On Ubuntu these can be installed by typing:
    sudo apt install libusb-1.0-0 libusb-0.1-4:i386
  • On Raspian these should be installed by default, but if not run the cmd:
    sudo apt install libusb-1.0-0 libusb-0.1-4
  • You also need to make sure you have permission to access the serial port. If you get a permission denied error, run the below and then log out and back in:
    sudo usermod -a -G dialout <username here>