Update flashing_hid.md

This commit is contained in:
Maxim Devaev 2020-08-02 01:53:41 +03:00 committed by GitHub
parent b57a1f14e0
commit 4030cfb095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# Flashing the Arduino HID # Flashing the Arduino HID
This operation can be done using your RPi. This operation can be done using your RPi. Here the common steps:
**Before starting, disconnect the RESET wire from the Arduino board, otherwise the firmware will not be uploaded.**
* Disconnect the RESET wire from the Arduino board.
* Connect the Arduino and RPi with a suitable USB cable. * Connect the Arduino and RPi with a suitable USB cable.
* Log in to the Raspberry Pi using SSH (`ssh root@<addr>` with password `root` by default). * Log in to the Raspberry Pi using SSH (`ssh root@<addr>` with password `root` by default).
* Upload the firmware. * Upload the firmware.