Skip to content

Instantly share code, notes, and snippets.

@alana314
Created May 9, 2024 23:59
Show Gist options
  • Save alana314/f4c6e4ff2535ec25305cb1efe0022748 to your computer and use it in GitHub Desktop.
Save alana314/f4c6e4ff2535ec25305cb1efe0022748 to your computer and use it in GitHub Desktop.
Flash Printrbot Plus V1.1 Firmware
#!/bin/bash
#flash printrbot plus v1.1
#make sure BOOT jumper is shorted
dfu-programmer at90usb1286 erase
dfu-programmer at90usb1286 flash unified-v3.cpp.hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment