Update expansionboard.md

Some users need to run dfu-util with elevated privileges
This commit is contained in:
gijsio
2021-08-09 12:32:03 +02:00
committed by peter-pycom
parent 435405ba47
commit 2c5b393190

View File

@@ -99,7 +99,7 @@ To enter update mode follow these steps:
6. After this you will have approximately 7 seconds to run the DFU-util tool 6. After this you will have approximately 7 seconds to run the DFU-util tool
* For MacOS and Linux: * For MacOS and Linux:
```bash ```bash
$ dfu-util -D pytrack_0.0.8.dfu sudo dfu-util -D pytrack_0.0.8.dfu
``` ```
* For Windows: * For Windows:
```bash ```bash