AVR MacPack and AVRISP and STK500 v2

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
davidpryce123
Posts: 1
Joined: Thu May 08, 2008 12:13 pm

AVR MacPack and AVRISP and STK500 v2

Post by davidpryce123 » Thu May 08, 2008 12:20 pm

Hi Forum,

Is it possible to use the AVR Mac Pack on a Mac Book wih AVRISP?

I have installed Mac Pack and I having trouble figuring out how to talk to the AVRISP from avrdude.

With USB Logger on OSX I can see the AVR when plug in. It uses the Prolific USB serial driver. I have installed the driver.

In avrdude how do I talk to the AVRISP?

Eventually I want to talk and debug on my STK500 Board.

Thanks

David

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Fri May 09, 2008 10:57 am

You need to set the programmer type for avrdude with the "-c" option. Try

Code: Select all

avrdude -c help


for a list of programmers. It's probably avrisp2 or avrisp.

Post Reply