From c06d3b5d4dc8d442957b492dc1d1a9fddb2f534b Mon Sep 17 00:00:00 2001 From: sanderdh Date: Thu, 22 Aug 2019 14:01:47 +0200 Subject: [PATCH] Add different error message for udev permission issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a64e90..b0be5af 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Found DFU: [1209:5bf0] ver=0101, devnum=21, cfg=1, intf=0, alt=0, name="Fomu Hac $ ``` -If you get the above message, it means your computer has successfully detected Fomu. If you get a "permission denied" error in Linux, try running `sudo dfu-util -l`, or add a `udev` rule to give your user permission to the usb device. +If you get the above message, it means your computer has successfully detected Fomu. If you get a "permission denied" or "Cannot open DFU device 1209:5bf0" error in Linux, try running `sudo dfu-util -l`, or add a `udev` rule to give your user permission to the usb device. ### Setting udev permissions