I’m somewhat new to Arduino and I’m running the 2.3.2 IDE on macOS 14.5 on an iMac Pro (Intel Xeon CPU). I have an Opta so I was installing “Arduino Mbed OS Opta Boards, version 4.1.6.
The IDE Output:
Tool arduino:arm-none-eabi-gcc@7-2017q4 already installed
Tool arduino:dfu-util@0.10.0-arduino1 already installed
Tool arduino:imgtool@1.8.0-arduino.2 already installed
Tool arduino:openocd@0.11.0-arduino2 already installed
Downloading packages
arduino:mbed_opta@4.1.6
Installing platform arduino:mbed_opta@4.1.6
Configuring platform.
You might need to configure permissions for uploading.
To do so, run the following command from the terminal:
sudo "/Users/stu/Library/Arduino15/packages/arduino/hardware/mbed_opta/4.1.6/post_install.sh"
Platform arduino:mbed_opta@4.1.6 installed
—end of output in IDE---
Per the message, I copied and pasted the sudo line into terminal, hit enter, typed in the password and got the following:
stu@Stuarts-iPro 32.0.0 % sudo "/Users/stu/Library/Arduino15/packages/arduino/hardware/mbed_opta/4.1.6/post_install.sh"
Password:
/Users/stu/Library/Arduino15/packages/arduino/hardware/mbed_opta/4.1.6/post_install.sh: line 31: /etc/udev/rules.d/60-arduino-mbed.rules: No such file or directory
Reload rules...
/Users/stu/Library/Arduino15/packages/arduino/hardware/mbed_opta/4.1.6/post_install.sh: line 35: udevadm: command not found
/Users/stu/Library/Arduino15/packages/arduino/hardware/mbed_opta/4.1.6/post_install.sh: line 36: udevadm: command not found
stu@Stuarts-iPro 32.0.0 %
I have no idea if this is an actual error and if it will result in any issues.
Thanks