u-boot tftp & ping problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

u-boot tftp & ping problem

1,466 Views
mtanriverr
Contributor II

I'm using P2041RDB-PC and this target is connected to Linux host PC (Ubuntu 16.04 LTS). I'm able to ping host PC from u-boot but vice versa cannot be done.  When I'm trying to ping p2041rdb from host pc, it is unsuccessful. Because of this problem, tftboot command (download binary file from host pc )cannot be used. 

4 Replies

1,197 Views
mtanriverr
Contributor II

The problem is that minicom application used for serial console monitoring. I used kermit instead of minicom, and tftp problem has been disappeared. 

0 Kudos

1,197 Views
ufedor
NXP Employee
NXP Employee

Ping from U-Boot to a host should work. Ping from a host to U-Boot should not.
U-Boot uses a polling interface for networking - if you have not run a command, it will not respond to any packet.

1,197 Views
mtanriverr
Contributor II

Thanks ufedor for answer. But, I still have a problem downloading u-boot.bin file from host pc(linux). I have a problem tftp on host pc in your opinion?

0 Kudos

1,197 Views
ufedor
NXP Employee
NXP Employee

Please check TFTP server on host PC.

0 Kudos