arduino / ethernet-bootloader

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

Feature request:SDcard bootloader #4

Closed mbanzi closed 13 years ago

mbanzi commented 13 years ago

From Marco Sangalli (sangallimarco)

It would be fantastic if the board was able to load a .bin file from SDCard. When the board powers up it could pick up the file from the sdcard, program the processor then rename or erase the file to avoid reprogramming.

m

tigoe commented 13 years ago

That's a great idea,and perhaps a way to solve the problem of how people give their boards its initial IP address.

It's also a good alternative way to program them, have the IDE generate a .bin file which gets saved to the SD. Presumably it could work on regular Arduinos too, if they have an SD card on board.

mbanzi commented 13 years ago

found it.... it uses 4 kb of flash

http://code.google.com/p/rogue-code/source/browse/Arduino/bootloaders/RogueSDBoot/trunk

tigoe commented 13 years ago

Sweet. Think we can combine them?