loathingKernel / ariadne-bootloader

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

Not able to ping the Arduino UNO (192.168.1.128) #16

Closed titusece closed 7 years ago

titusece commented 7 years ago

Dear All,

I've flashed the ariadne bootloader code into Arduino UNO + Ethernet shield. Also able to flash the code via USB interface as usal. But not able to flash via TFTP.

I'd setup the ethernet cable between Linux PC to Arduino UNO+Shield, and able to see the activity on ethernet port LEDs. And I set up address for PC as 192.168.1.125 and default IP address for Arduino UNO+Shield 192.168.1.128 Not able to ping the IP address 192.168.1.128 from PC and thus got TFTP timedout error when I tried to transfer the binary files. Tried using Linux and Windows PCs

Can anyone please help me on this problem ?

Regards, Titus S.

titusece commented 7 years ago

Able to ping the IP address now. There is loose connection between ethernet shield and arduino UNO. Also I press reset button while pinging the IP address.