Skip to content

Commit 4735ed9

Browse files
Note about udev rules
1 parent ff179bc commit 4735ed9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

targets/upload_method_cfg/ARDUINO_GIGA_CM7.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# You might also need to run `pyocd pack update` first.
88
# 2. To use the DFU upload methods, you need to double-tap the reset button first to put the
99
# board in DFU mode.
10+
# 3. On Linux, you will need to add a udev rule to be able to upload over DFU:
11+
# SUBSYSTEM=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0366", MODE="664", GROUP="plugdev"
1012

1113
# General config parameters
1214
# -------------------------------------------------------------

targets/upload_method_cfg/ARDUINO_PORTENTA_H7_M7.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# You might also need to run `pyocd pack update` first.
88
# 2. To use the DFU upload methods, you need to double-tap the reset button first to put the
99
# board in DFU mode.
10+
# 3. On Linux, you will need to add a udev rule to be able to upload over DFU:
11+
# SUBSYSTEM=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="035b", MODE="664", GROUP="plugdev"
1012

1113
# General config parameters
1214
# -------------------------------------------------------------

0 commit comments

Comments
 (0)