Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 16:24:17 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Colin Barnabas <colin.barnabas@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: avrdude and arduino
Message-ID:  <alpine.BSF.2.00.1205151611530.45754@wonkity.com>
In-Reply-To: <20120513182051.GA63499@hs1.VERBENA>
References:  <20120513182051.GA63499@hs1.VERBENA>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1205151611530.45754>