5
votes
5answers
487 views
Firsthand experience with Linux AVR IDE
I am looking for some input into getting a good integrated development environment set up for AVR programming under Linux (Assembly and C).
My studies gave me some limited practic …
1
vote
3answers
119 views
Which programmers work with the Atmel Raven boards?
This post answers the question of if it possible to program an Atmel AVR Raven board with avrdude or not. Yes, it is possible.
My question is which programmers will work with the …
1
vote
1answer
118 views
avrdude and atmega48pa
hey friends,
Can i programm the atmega48pa with avrdude? I have problems with the signature ...
% avrdude -pm48 -cavrisp2 -Pusb -V -U flash:w:main.hex
avrdude: AVR device initia …
1
vote
1answer
141 views
ATMega644PA possibly bricked by setting fuses with avrdude
I have been programming an ATMega644PA with avr-gcc and avrdude on linux for a little while with no problems. Well until I decided to change some fuses. I had been using the option …
3
votes
3answers
905 views
Using Arduino to program Amtel AVRs via ICSP header
I have an Arduino (NG) board with an ATMEGA168 AVR micro. The board has a 6 pin ICSP header. Here is what I propose to do, please tell me if it is possible:
Remove current ATMEGA …
1
vote
1answer
55 views
Lilypad upload error
I'm trying to get the Lilypad working on my machine but i get the following error.
I had a google for it but everything keeps pointing to a problem with the board. I swapped it o …
3
votes
1answer
432 views
Upload to an Arduino from the command line
If I have a sketch compiled to hex, is it be possible to upload this sketch to an Arduino board using avrdude directly from command line?
Pekkaa figured out that arduino ide exec …
