arduino / ethernet-bootloader

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

SD library #5

Closed sangallimarco closed 13 years ago

sangallimarco commented 13 years ago

I tried to use the SD library included with arduino-0022 but it seems to "lock" WIZnet ... sdfatlib works without problems

tigoe commented 13 years ago

Were you using the standard Arduino bootloader (optiboot) or the ETH-bootloader? I've used the 0022 SD library with optiboot a lot, but still don't have the ETH bootloader working.

sangallimarco commented 13 years ago

I uploaded the hex with AVRrisp without bootloader ... I tried ETH bootload but it doesn't work...

tigoe commented 13 years ago

Interesting. Dave Mellis should probably take a look at your code, as he's most intimate with the SD library. If there's a bug there, he should know about it.