Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bossac not executable on Ubuntu 16.04 LTS #32

Closed
gdsports opened this issue Feb 9, 2018 · 1 comment
Closed

bossac not executable on Ubuntu 16.04 LTS #32

gdsports opened this issue Feb 9, 2018 · 1 comment

Comments

@gdsports
Copy link

gdsports commented Feb 9, 2018

Ubuntu 16.04 LTS

Arduino: 1.8.5 (Linux), Board: "SparkFun SAMD21 Mini Breakout"

Sketch uses 9440 bytes (3%) of program storage space. Maximum is 262144 bytes.
Forcing reset using 1200bps open/close on port /dev/ttyACM0
PORTS {/dev/ttyACM0, } / {/dev/ttyACM0, } => {}
...
PORTS {/dev/ttyACM0, } / {/dev/ttyACM0, } => {}
Uploading using selected port: /dev/ttyACM0
/home/me/arduino-1.8.5/portable/packages/SparkFun/tools/bossac/1.4.0/bossac -i -d --port=ttyACM0 -U true -i -e -w -v /tmp/arduino_build_180311/Blink.ino.bin -R 
java.io.IOException: Cannot run program "/home/me/arduino-1.8.5/portable/packages/SparkFun/tools/bossac/1.4.0/bossac": error=13, Permission denied

Setting the executable bits fixes the problem.

chmod +x ./portable/packages/SparkFun/tools/bossac/1.4.0/bossac
@jimblom
Copy link
Contributor

jimblom commented Aug 30, 2018

Related to issue #33. This should be fixed with the latest updates to our samd core.

@jimblom jimblom closed this as completed Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants