Closed slizzered closed 4 years ago
I have the exact same U-Boot and just flashed mine yesterday. At the beginning I had the same problem as you with the tftp client from linux so I have changed to PumpKIN TFTP on Windows 10 and was able to successfully upload the image. Maybe worth a try.
@DrKinGpinG thank you very much, that worked for me 😄
This worked for me as well, apparently the problem is with my TFTP client. Thank you very much, @DrKinGpinG
Hey there! First of all, thank you very much for your effort with this project. I tried following the instructions on GoogleDrive, but I ran into a problem: Transferting the uboot-image works without a problem, but afterwards the script exits and I don't see a TFTP server starting up. Transferring files to the DUT only results in a timeout error.
It is possible to ping 192.168.1.1, but otherwise no connection can be established via Ethernet. The colored LED stays constantly in a reddish-orange color, just as it did while transferring the uboot-image.
This might be similar to this comment, where no message about TFTP is displayed: https://github.com/riptidewave93/LEDE-MR33/issues/1#issuecomment-420016794
I realize that I should initialize a connection, but don't manage to do so (using a fairly recent Linux Distro and
tftp
). Any Ideas?Cheers!