This project is a port of the IOIO-OTG firmware to the Teensy 4.x platform.
- Install tools
sudo apt install gcc-arm-none-eabi libusb-dev tio
-
Run
setup.sh
-
Setup UDEV rules
curl -sLO https://www.pjrc.com/teensy/00-teensy.rules
sudo cp 00-teensy.rules /etc/udev/rules.d/
- Invoke
run.sh
to load the firmware onto your teensy device.