You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Virgin ATmega328P connected in arduino.cc breadboard with external xtal
configuration.
2. Latest avrisp.pde (from here) running - heartbeat OK
3. Change "Board" to attempt to use "ADABoot loader w/ATmega328p" then "Burn
Bootloader with Arduino as ISP"
What is the expected output? What do you see instead?
Program LED lights constant, heartbeat continues until errors out with:
avrdude: stk500_recv(): programmer is not responding
avrdude: error reading signature data for part "ATMEGA328P", rc=-1
avrdude: error reading signature data, rc=-1
Heartbeat continues with program LED now off
What version of the product are you using? On what operating system?
- avrisp03 from here (re-downloaded for this documentation run
- Linux Mint, for this document (but had same issue on Windows XP previously)
- Arduino Duemilanove (tried with / without RESET-EN connected, same result)
- Breadboard or hardwired home-made shield, same result
- ADABoot materials freshly re-downloaded today
- Fresh Arduino018 re-download and installation today
Please provide any additional information below.
I must be missing something!
Original issue reported on code.google.com by EddyRobi...@gmail.com on 28 Jul 2010 at 11:45
The text was updated successfully, but these errors were encountered:
You should be running ArduinoISP.pde. avrisp.pde doesn't run the stk500v1
protocol, and doesn't support the '328 chip.
Get the latest ArduinoISP.pde from github: https://github.com/rsbohn/ArduinoISP
Original comment by rsb...@gmail.com on 20 Nov 2011 at 4:36
Wow! I had almost forgotten that I was trying to do this.
@rsb, thanks for this! I still have my home-made shield. I will dig it out and
get this running finally. I had given up... you have given me a new impetus to
succeed!
Original comment by EddyRobi...@gmail.com on 20 Nov 2011 at 5:38
Original issue reported on code.google.com by
EddyRobi...@gmail.com
on 28 Jul 2010 at 11:45The text was updated successfully, but these errors were encountered: