docs/flashing_hid.md: also install avrdude (#1486)

This commit is contained in:
Yao Wei 2025-03-25 12:41:06 +08:00 committed by GitHub
parent 0ce5dc5f19
commit 471f9c0f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)