From 54236ad7847acd2816580583d8db564ec1814ab5 Mon Sep 17 00:00:00 2001 From: Hannes Siebeneicher Date: Mon, 28 Jul 2025 12:17:21 +0200 Subject: [PATCH 1/2] add link to udev helpcenter article --- .../ide-v2-downloading-and-installing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md index 495087203c..5a3ddf48e4 100644 --- a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md +++ b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md @@ -82,3 +82,5 @@ To enable the Arduino IDE to access the serial port and upload code to your boar ``` SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", GROUP="plugdev", MODE="0666" ``` + +Make sure you've run the `post_install.sh` script to set the correct udev rules. You can find full instructions and download links in our [Help Center article](https://support.arduino.cc/hc/en-us/articles/9005041052444-Fix-udev-rules-on-Linux) on fixing udev rules. From ccaf5b5a5c53e345b4b5343e69a3be6b17785e36 Mon Sep 17 00:00:00 2001 From: Hannes Siebeneicher Date: Wed, 30 Jul 2025 10:05:43 +0200 Subject: [PATCH 2/2] add note syntax --- .../ide-v2-downloading-and-installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md index 5a3ddf48e4..5ccd24d8e6 100644 --- a/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md +++ b/content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md @@ -83,4 +83,4 @@ To enable the Arduino IDE to access the serial port and upload code to your boar SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", GROUP="plugdev", MODE="0666" ``` -Make sure you've run the `post_install.sh` script to set the correct udev rules. You can find full instructions and download links in our [Help Center article](https://support.arduino.cc/hc/en-us/articles/9005041052444-Fix-udev-rules-on-Linux) on fixing udev rules. +***Make sure you've run the `post_install.sh` script to set the correct udev rules. You can find full instructions and download links in our [Help Center article](https://support.arduino.cc/hc/en-us/articles/9005041052444-Fix-udev-rules-on-Linux) on fixing udev rules.***