diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-13 12:09:37 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-13 13:20:13 -0400 |
commit | daff83ee9a7366c23470a78d30d20df3881293c0 (patch) | |
tree | 5e421031dd795b2004bc4bc839f05b7eacfc4c52 /docs | |
parent | 9f9e3e61d60c4d5e377bff1ce0128294a864cfc3 (diff) | |
download | kutter-daff83ee9a7366c23470a78d30d20df3881293c0.tar.gz kutter-daff83ee9a7366c23470a78d30d20df3881293c0.tar.xz kutter-daff83ee9a7366c23470a78d30d20df3881293c0.zip |
hub-ctrl: Add support for micro-controller reset via RPi usb power toggling
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 7a219344..5c87d2e8 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -24,7 +24,7 @@ following commands: ``` sudo apt-get update -sudo apt-get install libncurses-dev +sudo apt-get install libncurses-dev libusb-dev sudo apt-get install avrdude gcc-avr binutils-avr avr-libc # AVR toolchain sudo apt-get install bossa-cli libnewlib-arm-none-eabi # ARM toolchain ``` |