diff options
| author | Ryan <fauxpark@gmail.com> | 2020-05-19 21:39:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 04:39:52 -0700 |
| commit | bcedc80ec7b7d82cf8173e2e6c4d60bb32d59498 (patch) | |
| tree | 04ae087a3b4d759bc94c46766bba6e96a3676892 /util | |
| parent | ef5fad137bc2516de0ac5082385377fefc010d4f (diff) | |
| download | qmk_firmware-bcedc80ec7b7d82cf8173e2e6c4d60bb32d59498.tar.gz qmk_firmware-bcedc80ec7b7d82cf8173e2e6c4d60bb32d59498.zip | |
MSYS2 install: bodge out avrdude package installation for USBaspLoader
Diffstat (limited to 'util')
| -rwxr-xr-x | util/msys2_install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh index 55df9c007..41200dc78 100755 --- a/util/msys2_install.sh +++ b/util/msys2_install.sh | |||
| @@ -19,7 +19,11 @@ function install_avr { | |||
| 19 | mv avr-gcc-8.3.0-x86-mingw avr8-gnu-toolchain | 19 | mv avr-gcc-8.3.0-x86-mingw avr8-gnu-toolchain |
| 20 | rm avr8-gnu-toolchain/bin/make.exe | 20 | rm avr8-gnu-toolchain/bin/make.exe |
| 21 | rm avr-gcc-8.3.0-x86-mingw.zip | 21 | rm avr-gcc-8.3.0-x86-mingw.zip |
| 22 | pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude | 22 | |
| 23 | # FIXME: As of 2020-05-19, the MSYS2 avrdude cannot flash USBaspLoader devices, for some reason | ||
| 24 | # (warning: cannot set sck period) | ||
| 25 | # However, the avr-gcc toolchain above contains an avrdude which can, so let's just not install this for now | ||
| 26 | #pacman --needed --disable-download-timeout -S mingw-w64-x86_64-avrdude | ||
| 23 | } | 27 | } |
| 24 | 28 | ||
| 25 | function install_arm { | 29 | function install_arm { |
