What steps will reproduce the problem?
1. Install bootloader
2. Attempt to load data on the EEPROM using avrdude, thus:
avrdude -c arduino -b 38400 -p m644p -P com4 -U eeprom:w:my.bin:r
(where 'my.bin' is the name of a binary file)
3. Note that avrdude indicates that the write failed
What is the expected output? What do you see instead?
avrdude should indicate that the write is verified.
What version of the product are you using? On what operating system?
1.4-rc1 on Win32
Please provide any additional information below.
Apparently, the patch provided here:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1202157667/15
is not applied, and might be a solution. It seems that arduino v13 has a
patch from ladyada that fixed this issue there, as well.
Original issue reported on code.google.com by ve9...@gmail.com on 27 Feb 2010 at 1:58
Original issue reported on code.google.com by
ve9...@gmail.com
on 27 Feb 2010 at 1:58