aboutsummaryrefslogtreecommitdiffstats
path: root/util/msys2_install.sh
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-07-17 03:01:34 +1000
committerGitHub <noreply@github.com>2020-07-16 18:01:34 +0100
commit19b70b2737517b08beebe28ad5b2d084c9f59bf3 (patch)
tree43aaf61f0b6de6a1c4b23a6297ae4d7c94726628 /util/msys2_install.sh
parent61b64bb82a93c6d1441f07655a5e20b59a15fd29 (diff)
downloadfirmware-19b70b2737517b08beebe28ad5b2d084c9f59bf3.tar.gz
firmware-19b70b2737517b08beebe28ad5b2d084c9f59bf3.tar.bz2
firmware-19b70b2737517b08beebe28ad5b2d084c9f59bf3.zip
MSYS2: Switch to bootloadHID package and bring back avrdude package (#9736)
* MSYS2: Switch to bootloadHID package and bring back avrdude package * Update Zadig docs as well
Diffstat (limited to 'util/msys2_install.sh')
-rwxr-xr-xutil/msys2_install.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index 41200dc78..1b50bba70 100755
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -20,10 +20,7 @@ function install_avr {
rm avr8-gnu-toolchain/bin/make.exe
rm avr-gcc-8.3.0-x86-mingw.zip
- # FIXME: As of 2020-05-19, the MSYS2 avrdude cannot flash USBaspLoader devices, for some reason
- # (warning: cannot set sck period)
- # However, the avr-gcc toolchain above contains an avrdude which can, so let's just not install this for now
- #pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude
+ pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude mingw-w64-x86_64-bootloadhid
}
function install_arm {