Update README.md

Changed sudo note
pull/52/head
Simon Küppers 2024-01-20 14:36:46 +01:00 zatwierdzone przez GitHub
rodzic e5d031dfe5
commit 2c7b92c231
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -96,7 +96,7 @@ The following steps are required for initial programming of the AIOC:
dfu-util -a 0 -s 0x08000000 -D aioc-fw-x-y-z.bin
````
__Note__ that a ``libusb`` driver is required for this. On Windows there are additional steps required as shown [here](https://yeswolf.github.io/dfu) (*DFuSe Utility and dfu-util*). On other operating systems (e.g. Linux, MacOS), this just works ™ (provided libusb is installed on your system).
`sudo` may be required on MacOS.
On Linux (and MacOS), your user either needs to have the permission to use libusb (``plugdev`` group) or you might need to use ``sudo``.
- Remove short from first step, unplug and replug the device, it should now enumerate as the AIOC device
### Firmware updating