T1042 RDB - 64b Destination Host Unreachable

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

T1042 RDB - 64b Destination Host Unreachable

Jump to solution
1,213 Views
yusufalti333
Contributor IV

Hello nxp community,

I am planning to use TFTP for my T1042 RDB - 64b board to flash yocto generated U-boot and linux kernel etc. . Firstly i wanted to check network communication so I decided to send ping from a local windows machine. When I try to send ping, it replies to windows machine as 'Destination host unreachable'. I am using ETH0 port and board IP is 192.168.10.40. PC IP is 192.168.10.50 and subnet of both devices are 255.255.255.0. I also defined a gateway for both devices as 192.168.10.1.

I am using SDK 2.0 - 1703 and followed the steps described in https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf .

What is the problem here. Any suggestions ?

Labels (1)
0 Kudos
1 Solution
1,008 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Yusuf Altıparmak,

U-boot cannot receive networking packets  ping from outside.

Thanks,

Yiping

View solution in original post

3 Replies
1,008 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Yusuf Altıparmak,

Would you please provide your whole console log?

Please check whether there is networking problem under u-boot first.
=> setenv ethact FM1@DTSEC1
=> setenv ipaddr 100.1.1.110
=> ping 100.1.1.1
Using FM1@DTSEC1 device
host 100.1.1.1 is alive
=>

Thanks,

Yiping

1,008 Views
yusufalti333
Contributor IV

This was working exactly like you said. I was trying to reach board from my Own PC. I can not do it while U boot is activated on board (Not Linux). Then I activated Linux and set one of my ethernet ports as 192.168.10.40/255.255.255.0 and set it up. Then it worked. I reached board from my own PC. But U-boot is still unreachable with ping command.

0 Kudos
1,009 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Yusuf Altıparmak,

U-boot cannot receive networking packets  ping from outside.

Thanks,

Yiping