按照官网http://arduino.cc/en/Tutorial/ArduinoISP的介绍,为了省一个下载器的钱,我一直尝试用这个方法,一直没有成功。
尝试方法包括该hardware/etc/下的0F为0x14都没有用。尝试的方法有http://www.instructables.com/id/Bootload-an-ATmega328/step6/ATmega328-PU-workaround/,http://3g1l.com/blog-burn-bootloader-blank-atmega328atmega328p-arduino-uno等等都没有用。
大部分出现的都是通讯错误avrdude: stk500_getsync() not in sync
的确没看清楚,还有一页http://arduino.cc/en/Tutorial/ArduinoToBreadboard
这里面有句话是
Note that these techniques only work with the Arduino Duemilanove w/ an ATmega328, not the Arduino Uno (or older Arduino boards w/ an ATmega168).