per1234 / Ariadne-Bootloader

Arduino TFTP bootloader for W5100 Ethernet controller(Arduino Ethernet, Ethernet Shield, etc.)
16 stars 8 forks source link

Arduino Ethernet noblink bootloader won't time out #27

Open vav2sab opened 9 months ago

vav2sab commented 9 months ago

Flashed Ariadne bootloader onto Arduino Ethernet board with the disabled blink option. Loading a sketch over tftp works and the sketch would run right after loading but after a reset (either after ResetServer or after pushing reset button or after cycling power) Arduino Ethernet would remain in the tftp server mode awaiting for a new sketch but would not run previously loaded sketch.

Tried Ariadne bootloader with the enabled blink option - works as expected: after a reset tftp server awaits for a while for an eventual new sketch but after some time the previously loaded sketch would run.