From 2c7b92c2315646039ece9de0b1a1e4d427f62bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BCppers?= Date: Sat, 20 Jan 2024 14:36:46 +0100 Subject: [PATCH] Update README.md Changed sudo note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5757c..e31d65d 100644 --- a/README.md +++ b/README.md @@ -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