From owner-freebsd-questions@FreeBSD.ORG Tue May 15 22:24:18 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 24E2A106566B for ; Tue, 15 May 2012 22:24:18 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id D66F98FC0C for ; Tue, 15 May 2012 22:24:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q4FMOHQu048347; Tue, 15 May 2012 16:24:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q4FMOHEt048344; Tue, 15 May 2012 16:24:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 15 May 2012 16:24:17 -0600 (MDT) From: Warren Block To: Colin Barnabas In-Reply-To: <20120513182051.GA63499@hs1.VERBENA> Message-ID: References: <20120513182051.GA63499@hs1.VERBENA> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 15 May 2012 16:24:17 -0600 (MDT) Cc: FreeBSD Questions Subject: Re: 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: Tue, 15 May 2012 22:24:18 -0000 On Sun, 13 May 2012, Colin Barnabas wrote: > 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. An easy way might be to install devel/arduino, turn on Preferences/Show verbose output during compilation, and copy the command line it uses. The catch is that you have to have the IDE set to use the correct board and programmer. I have some scripts I can dig through if that fails.