Updates docs - planck 6 and macos instructions (#4201)
* add note about how to install rev6 (dfu-util) * include instructions on installing dfu-util on macOS
This commit is contained in:
committed by
Drashna Jaelre
parent
dedbc37196
commit
91bfbb6256
@@ -105,10 +105,12 @@ The solution is to remove and reinstall all affected modules.
|
||||
```
|
||||
brew rm avr-gcc
|
||||
brew rm dfu-programmer
|
||||
brew rm dfu-util
|
||||
brew rm gcc-arm-none-eabi
|
||||
brew rm avrdude
|
||||
brew install avr-gcc
|
||||
brew install dfu-programmer
|
||||
brew install dfu-util
|
||||
brew install gcc-arm-none-eabi
|
||||
brew install avrdude
|
||||
```
|
||||
|
Reference in New Issue
Block a user