AVRDUDE is used in development for Atmel AVR microcontrollers to access the contents of the ROM/EEPROM memories on the target platforms.

learn more… | top users | synonyms

0
votes
0answers
13 views

Programming bootloader section of flash with avrdude is slow

When programming the bootloader section of flash memory in a ATmega 8-bit processor, specifically the ATmega128, AVRdude is rather slow. All I want to write is the bootloader section of memory, which ...
-1
votes
0answers
27 views

Arduino and eclpse do not make .hex file

I am trying to make arduino work with eclipse.I have the avr plugin, i was working until a sudden format so i know how this works. After I installed the plugins to eclipse and imported the ...
1
vote
1answer
222 views

avrdude android arduino ioctl error

My previous question: http://stackoverflow.com/questions/15596376/android-cannot-talk-to-arduino-using-avrdude/15596858?noredirect=1#15596858 has been resolved. I can now connect my nexus7 to my ...
1
vote
2answers
1k views

Android cannot talk to arduino using avrdude

I am using avrdude for android (http://code.google.com/p/andavr/). I can compile the c code. I can run $ avr-gcc -Os -DF_CPU=16000000UL -mmcu=atmega328p -c -o led.o led.c $ avr-gcc -mmcu=atmega328p ...
0
votes
1answer
205 views

AVRISPmkII connection status: Unknown status 0x00

SOLUTION: See answer below Well.. I've been searching on the web in many corners.. but I could not find a solution to my problem. Last time I used my AVRISP2 it worked fine. Now I get the following ...
1
vote
0answers
84 views

Avrdude unable to write - C232HM-DDHSL-0 Linux Mint

I've been trying to program my ATmega644p using a C232HM-DDHSL-0 programmer which is based on the FT232H chip. I've edited the .avrduderc in my home directory to include the following, which I've ...
0
votes
1answer
67 views

Mega Arduino 2560 and Eclipse

I have an Arduino Mega 2560. I want to make it communicate with Eclipse in order set a program on it. I have managed to work with Arduino Uno and Arduino Pro Mini until now. With Arduino Mega 2560, ...
0
votes
1answer
150 views

Can't compile multiple files for Arduino

I'm having an issue with compiling code for Arduino if the code is in multiple files. What I have been doing in the past is have a script concatenate the files in another directory and make the ...
0
votes
1answer
58 views

Initialise Stack pointer on ATtiny2313

I am programming an ATtiny2313 using avrdude and a makefile. I believe the stack pointer is not properly initialised, since when I call a function, the program appears to freeze. I found the following ...
0
votes
1answer
163 views

Xmega-A1 Xplained doesn't respond after disabling JTAG fuse

I have an XMEGA-A1 Xplained and a JTAG ICE mkII. I just tried to use avrdude on Linux. The first thing I did was to try to set the JTAG fuse off to use PDI (since the Hardware User's Guide said JTAG ...
3
votes
2answers
281 views

ATtiny programming a function - appears to freeze

I am new to programming ATtiny chips. I ran the equivalent program to this on an Arduino and it worked, but when running it on an ATtiny2313, although no error message appears, the program appears to ...
0
votes
1answer
46 views

avrdude xmega256a3 can't program usersig?

I use avrdude on osx to do development for an xmega256a3. It's wonderful, it lets me flash my target just fine. However, when I try to use it to program the usersig block, it doesn't work so well. I ...
0
votes
1answer
117 views

How do i erase everything but EEPROM with avrdude?

I have 2 main files. One writes to EEPROM, other reads from EEPROM. I want to do the following: Flash main.hex (the one which writes onto EEPROM) Erase everything but the contents of EEPROM Flash ...
1
vote
1answer
248 views

Using AVR Dragon with Arduino

Can I use AVR Dragon as programmer in Arduino? I have one and for programming I am compiling inside Arduino and then programming the board using AVR Dragon and ATMEL Studio. Is there any better way ...
0
votes
0answers
287 views

avrdude.exe: invalid file format ' ' in update specifier error after setting up AVR studio 6 external tools

I have set up avr studio 6 as an Arduino IDE with the help of the tutorial at: http://www.engblaze.com/tutorial-using-atmel-studio-6-with-arduino-projects/#final I added an external tool as described ...
3
votes
1answer
384 views

Avrdude config linux

I'm trying ubuntu 12.10. I want to use Eclipse IDE + avrdude. The problem is, that I have a custom ft232rl programmer, which is not included in standard avrdude configuration. In windows I would add ...
0
votes
1answer
522 views

Issue with getting started with Arduino mega

I've just got my first brand new Arduino mega 2560 board. I've downloaded Arduino 1.0.1 software. When I first plugged in the board, it failed to detect the device. So I opened device manager and ...
1
vote
2answers
349 views

Perl system() EXE Permissions?

I'm kinda new to running Perl on windows, and I'm having some problems with the system command while trying to run avrdude.exe to upload a HEX file to a Atmel Microcontroller. These are the Perl ...
2
votes
1answer
1k views

AVR Dragon & Arduino (mega1280) Cannot enter programming mode

I recently purchased an Arduino with an atmega1280 on it. I did not get it to use the Arduino IDE but just as a handy board to use with AVR Studio and my Dragon. I purchased a new computer around the ...
0
votes
1answer
279 views

Using Eclipse with AVRDude

I am trying to program my Arduino through Eclipse (because Eclipse is the easiest IDE for beginners), but apparently, when I go to update my programmer in Eclipse for AVRDude, it shows that the ...
2
votes
1answer
2k views

AVR ISP MKII, avrdude, Ubuntu 11.10

So, I have had this working on Ubuntu before. But then I upgraded to 11.10. Now, no such luck. Note: if you are still messing with getting this to work on eclipse, you might want to try this command ...
3
votes
2answers
1k views

Using Arduino Libraries with AVR-G++

Is there a simple way to use libraries intended for the Arduino IDE with the C and assembly code I write for AVR-G++/AVR-GCC? I'm trying to use the Adafruit Wave Shield library, but simply including ...
3
votes
3answers
1k views

AVR for Xcode 4?

Has anyone had success using xcode 4 as an IDE for AVR microcontrollers? Is it possible to have the same amount of integration as the plugin for eclipse?
0
votes
1answer
1k views

avrdude on ubuntu with JTAGICE mkII clone - problems connecting ATmega1280 (RSP_ILLEGAL_JTAG_ID)

Hopefully I've been struggling with this long enough to ask a question here... I can't connect ATmega1280 with a cheaper version of JTAGICE mkII like this one. I'm trying to first set fuses for JTAG ...
9
votes
3answers
8k views

AVRISP MKII doesn't work with avrdude in linux

The system sees something is plugged in when I plug and unplug it bluehat@Matapan:/dev$ tail -f /var/log/syslog Mar 23 15:36:35 Matapan kernel: [156082.112874] usb 7-1: new full speed USB device ...
1
vote
2answers
604 views

How to replace the bootloader of an ATMEGA88

I have a board with an ATMEGA88 chip which has a bootloader at address 0x1800 and a firmware at address 0x0000. Both have access to USB. The bootloader can write a new firmware but now I need to write ...
2
votes
1answer
458 views

Running avrdude commands as SCons targets

I want to be able to call avrdude from SCons as a target. For example, running scons erase-device should run the avrdude command for doing so. I'm attempting to do this by creating Builder objects ...
2
votes
2answers
1k views

avrdude and atmega48pa

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 initialized and ready to accept ...
1
vote
2answers
881 views

How do I program an AVR Raven with Linux or a Mac?

This tutorial for programming these starts with programming the Ravens and Jackdaw with a Windows box. Can I do those initial steps with avrdude on a Linux or OS X machine instead? If so, how? Is ...
0
votes
2answers
378 views

help requires in winavr

i am trying to send ---.hex file to my siemens C55 throught serial port but while doing do i am getting an error "make.exe" program avrdude -p atmega8 -P com2 -c stk200 -U ...
-2
votes
2answers
484 views

Help required in WinAvr programming

i am trying to run a source code of win avr . after making the makefile when i try to send it using avrdude it is giving me error. Please any one can help me