loathingKernel / ariadne-bootloader

A little less unfinished TFTP bootloader for Arduino Ethernet or Arduino with Ethernet Shield
45 stars 18 forks source link

Bootloader hangs when the ethernet shield is not inserted #30

Open Mioncz opened 6 years ago

Mioncz commented 6 years ago

Is possible for the bootloader to start the program if the W5100 (W5200, ...) shield is not present? Currently, the program does not start if the card is not present, and is not possible to upload the new program via the serial port.

per1234 commented 6 years ago

I haven't had time to try it out yet, but here is a proposed solution: https://github.com/per1234/Ariadne-Bootloader/commit/4888031738d6a70b7a51d1cd86b37dac2d3dd9b8

Also claimed to be done here: https://github.com/d0ughb0y/NetLoad/commit/70ff8156eaba493af8713c64e1140f7f4c0db175 but it's mashed together with a lot of other unrelated changes.