Date: Sat, 19 Sep 2015 23:35:51 +0200 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernando.apesteguia@gmail.com> To: Mark Saad <nonesuch@longcount.org> Cc: FreeBSD Hackers <freebsd-hackers@freebsd.org>, deco33000 Jog <deco33000@yandex.com> Subject: Re: Avrdude & arduino Message-ID: <CAGwOe2Z8bzvsw7%2Bi_kcvxoq95w9mgpcEHw0Z9odP1yXyeF33DA@mail.gmail.com> In-Reply-To: <7A263699-EB13-4371-AE93-17E305CD915D@longcount.org> References: <1490691442694243@web19g.yandex.ru> <7A263699-EB13-4371-AE93-17E305CD915D@longcount.org>
next in thread | previous in thread | raw e-mail | index | archive | help
El 19/09/2015 23:10, "Mark Saad" <nonesuch@longcount.org> escribi=C3=B3: > > > > On Sep 19, 2015, at 4:24 PM, deco33000 Jog <deco33000@yandex.com> wrote= : > > > > Hello, > > > > Did any of you had issues coding for arduino on freebsd 10.2? (avrdude, usb permissions..) > > > > Thanks > > > > -- > > Jog > > Jog > You need to insure the user who is running the uploader can use the serial port exposed via the USB interface you are using . In the past I used a ardufruit ttl to serial converter ( an ftdi friend similar to this http://www.adafruit.com/product/954 ) and what I needed was to insure my user was in the "dialers" group or that the user or users group had access to the serial port. Check the ownership and perms on the tty created when you attach the USB cable and setup a rule in etc/devfs.conf to allow your user rw access . > No issues here. I've used FreeBSD to write code for arduino and pololu 3pi since 7.0 iirc. Just configure the proper permissions for de USB port. Cheers. > --- > Mark Saad | nonesuch@longcount.org > > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to " freebsd-hackers-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2Z8bzvsw7%2Bi_kcvxoq95w9mgpcEHw0Z9odP1yXyeF33DA>