Skip to content

Commit

Permalink
Clarify that this project requires special firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Aug 10, 2017
1 parent f9c73c5 commit 24a9e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ I'm using this to automate occasional reboots of a server that shows a BIOS
error with "Press F1 to continue" every time it reboots.

Based on http://mitchtech.net/arduino-usb-hid-keyboard/.

Requires reflashing the USB controller on the Arduino with a special firmware
(on my Arduino, this is an ATmega16U2 chip). See also the
[relevant Arduino docs](https://www.arduino.cc/en/Hacking/DFUProgramming8U2)
and
[`reflash.sh`](reflash.sh)
in this respository.
2 changes: 1 addition & 1 deletion reflash.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

echo "Inspect this script and rather than running it directly"
echo "Don't run this script directly; inspect it and take what you need"
exit 1

# http://mitchtech.net/arduino-usb-hid-keyboard/ uses at90usb82 but only
Expand Down

0 comments on commit 24a9e34

Please sign in to comment.