diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-08 20:42:00 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-08 22:22:41 -0500 |
commit | 6ffbaa46c510ad92fb5604fb5c23bc8e1dc5b7cf (patch) | |
tree | b218c94b2fadc37500c2503b436d9b65e12bfb08 /scripts/install-octopi.sh | |
parent | e2af1c1f2abc5153cfce753f12f4837015958a53 (diff) | |
download | kutter-6ffbaa46c510ad92fb5604fb5c23bc8e1dc5b7cf.tar.gz kutter-6ffbaa46c510ad92fb5604fb5c23bc8e1dc5b7cf.tar.xz kutter-6ffbaa46c510ad92fb5604fb5c23bc8e1dc5b7cf.zip |
flash_usb: Add a helper script for flashing Klipper over USB
Add a script to help flash Klipper over USB. This tool can instruct
Klipper to enter into bootloader mode and it can help track changes in
device name during that transition.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/install-octopi.sh')
-rwxr-xr-x | scripts/install-octopi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh index 74b7bdf2..a260daae 100755 --- a/scripts/install-octopi.sh +++ b/scripts/install-octopi.sh @@ -16,7 +16,7 @@ install_packages() # AVR chip installation and building PKGLIST="${PKGLIST} avrdude gcc-avr binutils-avr avr-libc" # ARM chip installation and building - PKGLIST="${PKGLIST} stm32flash libnewlib-arm-none-eabi" + PKGLIST="${PKGLIST} stm32flash dfu-util libnewlib-arm-none-eabi" PKGLIST="${PKGLIST} gcc-arm-none-eabi binutils-arm-none-eabi" # Update system package info |