docs/flashing_hid.md: also install avrdude

This commit is contained in:
Yao Wei (魏銘廷) 2025-03-25 10:00:06 +08:00
parent 0ce5dc5f19
commit d2a76e3480
No known key found for this signature in database
GPG Key ID: 9757B044D3444C33
1 changed files with 2 additions and 8 deletions

View File

@ -7,17 +7,11 @@
## Note for the recent images
Current image no longer ships with platformio, therefore if during the build the error message below occurs:
```
make[1]: platformio: No such file or directory
```
Please install `platformio-core` and continue:
Current image no longer ships with necessary tools for flashing Arduino HID, therefore please install `platformio-core` and `avrdude` and continue:
```shell
pacman -Syu
pacman -S platformio-core
pacman -S platformio-core avrdude
```
## Serial Firmware (the default option)