sparkfun / Arduino_Apollo3

Arduino core to support the Apollo3 microcontroller from Ambiq Micro
83 stars 37 forks source link

SVL permissions error present on v2.0.6 #373

Closed adamgarbo closed 3 years ago

adamgarbo commented 3 years ago

Hi folks,

After updating to v2.0.6, I experienced the same svl permissions error on both macOS Big Sur and Catalina.

However, when I tested the preview of the release by manually downloading the core and renaming it to 2.0.4, this issue didn't present itself.

After a chmod +x svl I can upload code successfully, but it's strange that the fix didn't seem to stick for v2.0.6.

Would be helpful if any other macOS or Linux users could confirm this (e.g. @jerabaul29).

Cheers, Adam

Wenn0101 commented 3 years ago

@adamgarbo Give it another go.

I repackaged the release, and I have it working on my test machine.

adamgarbo commented 3 years ago

Removed and redownloaded v2.0.6 and was able to upload code on macOS Big Sur without any svl permission errors. Thanks, @Wenn0101!