From d2a76e348067284599ab40df6b48d8af6fb1e9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yao=20Wei=20=28=E9=AD=8F=E9=8A=98=E5=BB=B7=29?= Date: Tue, 25 Mar 2025 10:00:06 +0800 Subject: [PATCH] docs/flashing_hid.md: also install avrdude --- docs/flashing_hid.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/flashing_hid.md b/docs/flashing_hid.md index 39a0f5cb..2cc75731 100644 --- a/docs/flashing_hid.md +++ b/docs/flashing_hid.md @@ -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)