diff options
Diffstat (limited to 'docs/faq_build.md')
| -rw-r--r-- | docs/faq_build.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md index f11cb76aa..023eab01f 100644 --- a/docs/faq_build.md +++ b/docs/faq_build.md | |||
| @@ -47,7 +47,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666" | |||
| 47 | SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", MODE:="0666" | 47 | SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", MODE:="0666" |
| 48 | ``` | 48 | ``` |
| 49 | 49 | ||
| 50 | **/etc/udev/rules.d/55-catalina.rules:** | 50 | **/etc/udev/rules.d/55-caterina.rules:** |
| 51 | ``` | 51 | ``` |
| 52 | # ModemManager should ignore the following devices | 52 | # ModemManager should ignore the following devices |
| 53 | ATTRS{idVendor}=="2a03", ENV{ID_MM_DEVICE_IGNORE}="1" | 53 | ATTRS{idVendor}=="2a03", ENV{ID_MM_DEVICE_IGNORE}="1" |
| @@ -69,6 +69,12 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", MODE:="066 | |||
| 69 | SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE:="0666" | 69 | SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE:="0666" |
| 70 | ``` | 70 | ``` |
| 71 | 71 | ||
| 72 | **/etc/udev/rules.d/57-bootloadhid.rules:** | ||
| 73 | ``` | ||
| 74 | # bootloadHID | ||
| 75 | SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", MODE:="0666" | ||
| 76 | ``` | ||
| 77 | |||
| 72 | ### Serial device is not detected in bootloader mode on Linux | 78 | ### Serial device is not detected in bootloader mode on Linux |
| 73 | Make sure your kernel has appropriate support for your device. If your device uses USB ACM, such as | 79 | Make sure your kernel has appropriate support for your device. If your device uses USB ACM, such as |
| 74 | Pro Micro (Atmega32u4), make sure to include `CONFIG_USB_ACM=y`. Other devices may require `USB_SERIAL` and any of its sub options. | 80 | Pro Micro (Atmega32u4), make sure to include `CONFIG_USB_ACM=y`. Other devices may require `USB_SERIAL` and any of its sub options. |
