Skip to content

Commit

Permalink
bypass checking of Arduino Signature which prevents uploading of boot…
Browse files Browse the repository at this point in the history
…loader on 328PB boards
  • Loading branch information
grassjelly committed Jun 11, 2018
1 parent d7527b2 commit 8f84730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/firmware_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ read -n1
avrdude -c nanopineo -p m328p -U lfuse:w:0xFF:m
avrdude -c nanopineo -p m328p -U hfuse:w:0xDA:m
avrdude -c nanopineo -p m328p -U efuse:w:0x05:m
avrdude -c nanopineo -p m328p -U flash:w:bakebit_firmware.hex
avrdude -c nanopineo -p m328p -U flash:w:bakebit_firmware.hex -F


0 comments on commit 8f84730

Please sign in to comment.