hello,
I bought the board today and used the “Getting started” Wiki to upload the first sketch (blink) to the board. I get this error message:
fork/exec /Users/michael/Library/Arduino15/packages/Seeeduino/hardware/nrf52/2.6.1/tools/adafruit-nrfutil/macos/adafruit-nrfutil: permission denied
Error compiling for board Seeed XIAO BLE - nRF52840.
i have no idea what I did wrong
Does somebody has any idea ?
I use macOS Monterey on a MacBook Pro M1 and Arduino 1.8.16 and 2.0 RC7. Both have the same problem.
Citric
June 16, 2022, 1:50am
#2
In this case you may need to turn off SIP on your Apple computer or adjust the security policy and try again.
Hi! Did you solve this problem? I encountered the same issue…
you can try to visit the path indicated in the error message and use the chmod + bossac to grant access
phuoc
August 13, 2022, 2:45pm
#5
I had the same problem, lacking of permission
fixed it using
“chmod +x /Users/[YOUR_NAME]/Library/Arduino15/packages/Seeeduino/hardware/nrf52/2.6.1/tools/adafruit-nrfutil/macos/adafruit-nrfutil”
1 Like