From owner-freebsd-questions@FreeBSD.ORG Sun May 13 18:20:10 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AA57106566B for ; Sun, 13 May 2012 18:20:10 +0000 (UTC) (envelope-from colin.barnabas@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 00A4C8FC0C for ; Sun, 13 May 2012 18:20:09 +0000 (UTC) Received: by obcni5 with SMTP id ni5so8332721obc.13 for ; Sun, 13 May 2012 11:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=FIN71pAVC6Pj/s9aDFRoRt577Zpgb97Tm+D84/idmoQ=; b=bYTnyQPGDIkgCtKEv6qMnYEpvrBxeI41+tPDD+EbTL00qFuhazVTlmyv5rDhFDRRqN +aLXNCp+8m6t6jb+iSaQNJpWWdzSE7GD9qkYoFyL78hY1mjnnQ2Xt0IdXNpw37JnVc5u T3ziKFueZIZNT6iOQ8PbTkd9UpI8Kspl3e9DLKM563LEMpcWw3aAGgW5g/N9lt8aRrR3 //Vj5U4USFgpyNJY6BOphqUtXuUaNyeEsZGx38/AN49hLvdFd3LGO0GDEib+7PXdNawy xe9Zs/xuRgzVaqB3ZOQr2OylXvNoQj78/WdtdxyYqiOeaV17M+j+k7IHHQ4mYGp7VNDq SgSg== Received: by 10.60.13.134 with SMTP id h6mr8036973oec.11.1336933209678; Sun, 13 May 2012 11:20:09 -0700 (PDT) Received: from localhost (ip68-98-76-182.ph.ph.cox.net. [68.98.76.182]) by mx.google.com with ESMTPS id tx2sm16550341obb.8.2012.05.13.11.20.08 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 May 2012 11:20:09 -0700 (PDT) Date: Sun, 13 May 2012 11:20:51 -0700 From: Colin Barnabas To: FreeBSD Questions Message-ID: <20120513182051.GA63499@hs1.VERBENA> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: avrdude and arduino X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 18:20:10 -0000 Has anyone been able to get the Arduino Uno board working with avrdude? I keep getting programmer not responding errors. avrdude: ser_recv(): programmer is not responding avrdude: stk500_recv(): programmer is not responding This is the command I'm using: %sudo avrdude -F -v -v -v -v -c arduino -p ATMEGA328P -P /dev/cuaU0 -U flash:w:flash.hex Any suggestions would be much appreciated. -- Colin Barnabas