
2 Nov
2005
2 Nov
'05
3:31 a.m.
Another suggestion: from a (linux) box command line, tftp to your server and verify that it works. Your message is indicating that your server is 192.168.4.1 and the file you are trying to get is /tftpboot/u-boot.bin so do the following (I'm typing this from memory, so it may not be quite right)...
$ tftp 192.168.4.1 tftp> get /tftpboot/u-boot.bin
Sorry but after I typed tftp 192.168.4.1, it came up with message looks like get uImage froam tftp server automatically.
Getting TFTP to work (i.e. properly configured) usually solves the problem in my experience.
gvb