Skip to main content

Questions tagged [avrdude]

Programming utility for AVR micro-controllers.

-1 votes
1 answer
119 views

avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00

I'm working on a linux machine with avrdude and avrgcc. NOT using Arduino IDE. I'm using Arduino Nano 33 SENSE REV2 BLE, trying to upload a sample blink .c program and getting this error. This is the ...
Shubhra's user avatar
  • 11
0 votes
0 answers
73 views

Upload Same Sketch to Multiple Different Microcontollers via USB?

I'm attempting to figure out how to mass-upload a single Arduino INO sketch file to several different microcontrollers on a Windows 10 system. It was understanding that, every time that the Arduino ...
Runsva's user avatar
  • 173
3 votes
1 answer
414 views

I can't upload my sketch to Arduino Uno using avrdude

I have already spent a couple of days by trying to upload a sketch onto my Arduino Uno R3 board and now it's time to give up, so I'm trying to ask some more experienced developers. My hardware and ...
Alexander Perechnev's user avatar
0 votes
1 answer
104 views

Issue with uploading Arduino sketch on Ubuntu 20.04 [duplicate]

I'm encountering an issue while attempting to upload an Arduino sketch on my Ubuntu 20.04 system. Despite ensuring that the correct board is selected and the USB port is recognized properly, I ...
athiyan sankar's user avatar
1 vote
1 answer
1k views

Arduino Nano uploading problems

I am having trouble uploading code to my Arduino Nano. It has been very trusty in the past, but I am getting this new error when uploading any code to it: avrdude: ser_open(): can't set com-state for &...
syntaxerror's user avatar
4 votes
1 answer
1k views

Are intel hex files converted into a binary format before they are written to Atmega's flash?

I have been going through some resources on bootloaders, programmers, etc (I'm very new to this specific subject) and how they work with the Atmega chips and Arduino board programming. My research may ...
First User's user avatar
3 votes
1 answer
192 views

Arduino Uno Gravitech Rev 3.0 with avrdude CLI (Mac OS) - Is my script correct?

I am dealing with an Arduino Nano board rev 3.0 from Gravitech. There is a program inside that I'd like to download to a HEX file. Thus I can upload it to other Arduino Nano boards. I'm a newbie with ...
DavidM31's user avatar
2 votes
1 answer
1k views

Arduino UNO stuck at 'uploading' with base sketch, nothing wired

This question has been asked before and I have carefully read the other questions, but the solutions have not worked in my case, and the details are not the same as mine. Description The Arduino Uno ...
Gabriel H's user avatar
2 votes
1 answer
3k views

How does Arduino IDE reset a board before flashing? Why doesn't avrdude do it?

I have the beetle board, a Leonardo clone same as in this question. Using the reset pin and quick hands on the keyboard, I am able to flash with avrdude and get also the board info with a command ...
Simson's user avatar
  • 123
-1 votes
1 answer
127 views

What is the difference between ":i" and ":a" in avrdude command?

What is the difference between :i and :a after my hex file path in avrdude command. avrdude -C C:\Users\santi\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v ...
santiago's user avatar
2 votes
1 answer
825 views

Unable to flash arduino pro micro from Terminal

I am trying to upload an hex file to my arduino pro micro using Avrdude . The thing is that I cannot upload any code using the Avrdude terminal commands , but when I use arduino IDE to upload any code ...
santiago's user avatar
2 votes
1 answer
205 views

Issues Uploading Code to ATTiny84 with Sparkfun AVR Pocket Programmer and ATTinyCore

I am getting back into programming with Arduino and built a POV fidget spinner inspired by an instructable by MakersBox. I am using the SparkFun AVR Pocket Programmer and an ATTiny84 (8MHz internal ...
fmarquet's user avatar
2 votes
0 answers
2k views

avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied - can't get out of that

I have an Arduino Pro Micro ATmega32U4 and I'm facing this error message on uploading: Copyright (c) Brian Dean, http://www.bdmicro.com/ Copyright (c) Joerg Wunsch System ...
arksdf's user avatar
  • 121
1 vote
1 answer
533 views

Provide custom AVR dude commands through the Arduino IDE

Besides the standard upload button that burns the code using FTDI, I want to then be able to provide custom AVRDude commands for burning fuses, when the external programmer is used. Is this possible ...
user1584421's user avatar
  • 1,435
0 votes
1 answer
885 views

Avrdude verification error when uploading to Arduino Mega 2560

I have been getting the error avrdude: verification error, first mismatch at byte 0x036c 0xb8 != 0xf8 avrdude: verification error; content mismatch avrdude done. Thank you. When trying to upload the ...
Banjoof's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
14