From owner-freebsd-hackers@freebsd.org Sat Sep 19 21:10:12 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7149AA053CF for ; Sat, 19 Sep 2015 21:10:12 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-qk0-f182.google.com (mail-qk0-f182.google.com [209.85.220.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 377E219E1 for ; Sat, 19 Sep 2015 21:10:11 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by qkdw123 with SMTP id w123so32095870qkd.0 for ; Sat, 19 Sep 2015 14:10:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=Y3royx8MhHyZR6N+qHVtR31l8ixVzIJ3MiSiJiVEIjo=; b=Lozia6XzRL5jShXRlJ/dOsnajvc+Bh+jtKcF2n6AmAiYtaKk8DmszOdQkIx90g3Sr3 zaZ/b/NhfFEmVlw+cwgHxoQo515uC9gX/fmE/nRx5jeh5iBSa2BjGMlc7F2NP5lOOM/T 7obGh7W8e0WuLRYC8xd8JcmLWuAwPrJcv5gdvBXtqx0RILx3qHI2Vn9m0ed2paPYoRVT WIv02M4yRpxzhSbq8Tf07uDqMuHDoehrdfd96MsOQ6w6OYLU6SvGcwnx0+qWH9oM8RX8 puXh45+yERJfgvFLrPdFwPjVtbwCA5wk2hgvX5vMpZr5q9Zp6VoVhrTgiJqutjRD0/7C 5CAw== X-Gm-Message-State: ALoCoQm4uKZUEQIfzmls8IoE1UGFgNcXe25oDWB/iqZFyDQs0suy/dEKTcRrT+K6kUsbyYW4PvJp X-Received: by 10.55.209.90 with SMTP id s87mr14572213qki.26.1442697004984; Sat, 19 Sep 2015 14:10:04 -0700 (PDT) Received: from [100.102.156.221] (185.sub-70-199-77.myvzw.com. [70.199.77.185]) by smtp.gmail.com with ESMTPSA id z2sm6545691qkz.20.2015.09.19.14.10.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Sep 2015 14:10:04 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Avrdude & arduino From: Mark Saad X-Mailer: iPhone Mail (13A344) In-Reply-To: <1490691442694243@web19g.yandex.ru> Date: Sat, 19 Sep 2015 17:10:03 -0400 Cc: freebsd-hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <7A263699-EB13-4371-AE93-17E305CD915D@longcount.org> References: <1490691442694243@web19g.yandex.ru> To: deco33000 Jog X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2015 21:10:12 -0000 > On Sep 19, 2015, at 4:24 PM, deco33000 Jog wrote: >=20 > Hello, >=20 > Did any of you had issues coding for arduino on freebsd 10.2? (avrdude, us= b permissions..) >=20 > Thanks >=20 > --=20 > 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 ard= ufruit ttl to serial converter ( an ftdi friend similar to this http://www.a= dafruit.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 po= rt. 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 .=20 --- 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"=