Hii everyone
I setup AVR in arduino ide
I setup the bootloader from this site [zadig-2.8.exe]
but I burn bootloader I got this error
avrdude: Warning: cannot query manufacturer for device: No such file or directory
avrdude: Warning: cannot query product for device: No such file or directory
avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
Failed chip erase: uploading error: exit status 1
I don't know exactly what you did but I associate zadig with USB drivers rather than bootloaders
Are you perhaps confusing the two very different things ?
I resolve old error but i got new error
avrdude: error: program enable: target doesn't answer. 1 **
avrdude: initialization failed, rc=-1
** Double check connections and try again, or use -F to override
** this check.**
I'm using an USBASP. When I plug it on my ISP with arduino ide, avrdude give me that error:
avrdude: error: program enable: target doesn't answer. 1
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
Failed chip erase: uploading error: exit status 1
I've merged your cross-post with this topic. Cross-posting wastes people time.
I unfortunately don't have experience with USBASP so can't help you.
Thanks fo reply Please suggest any documentation related with issues
Maybe do what the error says and check connections……
Please explain IN DETAIL what are you doing.
You wrote - "I plug USBASP on my ISP with arduino IDE" - what does it mean exactly?
Thanks for reply,
I setup the arduino ide for upload code using USBASP
This issues is coming now
avr dude: Expected signature for ATmega2560 is 1E 98 01
Double check chip, or use -F to override this check.
Error while burning bootloader.
This is not a whole error message, there should be an actual signature, read from the chip.
Please insert the error message in full.
Do you see the "copy error messages" button at the right in the orange bar? Use that to copy the errors. Next paste here (using code tags).
Thanks for reply @sterretje
Arduino: 1.8.13 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
avrdude: Expected signature for ATmega2560 is 1E 98 01
Double check chip, or use -F to override this check.
Error while burning bootloader.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Do that (and for upload as well) (which someone should have suggested before. But a lot of us leave verbosity on all the time, and forget how little information is printed without it.)
In particular, "verbose" output will show the signature received, as well as the signature expected. Some wrong signatures indicate wiring problems or dead chips rather than "wrong" chips.
Thanks for reply @westfw its done
Hi @toyew. Are you still experiencing the problem?
If so, I'm going to ask you to post some additional information that might help us to identify the problem.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select File > Preferences... from the Arduino IDE menus.
The "Preferences" dialog will open. - Check the box next to "☐ Show verbose output during: upload" in the "Preferences" dialog.
ⓘ This preference applies to "Burn Bootloader" operations in addition to uploads. - Click the "OK" button.
- Select Tools > Burn Bootloader from the Arduino IDE menus.
- Wait for the "Burn Bootloader" operation to fail.
- Click the Copy error messages button at the right side of the orange bar in the Arduino IDE window.
- Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>icon on the post composer toolbar. This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.

- Press Ctrl+V.
This will paste the compilation output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
Thanks for reply @ptillisch
