u-boot tftp & ping problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

u-boot tftp & ping problem

1,485 次查看
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. 

标记 (1)
4 回复数

1,216 次查看
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 项奖励

1,216 次查看
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,216 次查看
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 项奖励

1,216 次查看
ufedor
NXP Employee
NXP Employee

Please check TFTP server on host PC.

0 项奖励