arduino / ethernet-bootloader

TFTP Bootloader for the Arduino Ethernet Board
20 stars 7 forks source link

New dual Serial/SDCard bootloader #8

Open mbanzi opened 13 years ago

mbanzi commented 13 years ago

We have committed a new bootloader that works over serial and sdcard. it was tested working for Arduino Diecimila + Eth Shield and it's being adapted to the UNO.

if somebody wants to test it on the Eth and contribute some feedback would be useful.

m

tigoe commented 13 years ago

I had to modify the makefile to get it to operate with my usbtiny, and a few other things as follows:

It still doesn't compile, but I got as far as writing most of the fuses. It died when it got to the hfuse, with the following:

avrdude: reading input file "0xDA" avrdude: error opening 0xDA: No such file or directory avrdude: input file 0xDA auto detected as invalid format avrdude: can't open input file 0xDA: No such file or directory avrdude: write to file '0xDA' failed

And it's still not working.

I also can't get it to take uploads serially using the regular Uno bootloader either.