Uploading sketches to FLORA with Linux

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
tldr
 
Posts: 466
Joined: Thu Aug 30, 2012 1:34 am

Re: Uploading sketches to FLORA with Linux

Post by tldr »

what you've got is a permissions problem. you need to get yourself added to a group that has access to the serial ports. try

Code: Select all

sudo usermod -a -G dialout YOURUSERNAMEHERE
then log out and log back in.

might help.

MrMoose
 
Posts: 8
Joined: Sat Jun 01, 2013 9:26 am

Re: Uploading sketches to FLORA with Linux

Post by MrMoose »

Add yourself to 'tty' as well. It's definately a problem of access rights to the device.

If that doesn't help post the access rights of the device

ls -la /dev/ttyACM0

Good luck! I'm using the Flora on Linux right now with much success.


Cheers,
Moose

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”