imx6qsabreauto ping test

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

imx6qsabreauto ping test

933 Views
leeseunghyun
Contributor I

Hi,  I am working on sabre auto board and wanted to test the Ping.

but..it was not well.

- First, download the BSP source. In order to using yocto project. see  https://community.freescale.com/docs/DOC-94849

- and , build:  $ bitbake fsl-image-gui .

- Deploy the sdcard image:  $ sudo dd if=fsl-image-gui-imx6qsabresd.sdcard of=/dev/sdX bs=1M

- My sd Card in the correct board's and boot

-----------------------------------------------------------------------------

- my computer ip setting

ifconfig eth0 192.168.10.100 netmask 255.255.255.0

route add default gw 192.168.10.1

- imx6 ip setting

ifconfig eth0 192.168.10.102 netmask 255.255.255.0

route add default gw 192.168.10.1

-----------------------------------------------------------------------------

test the ping is not well.

Do you ever need a different setting?

help me.

.

Labels (3)
Tags (1)
0 Kudos
2 Replies

575 Views
b36401
NXP Employee
NXP Employee

The configuration seems to be OK.

Are you using right cable to connect?

Also please try to ping 192.168.10.102 address from the board itself to make sure that ethernet interface is up.

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

575 Views
leeseunghyun
Contributor I

hi victor

try to ping 192.168.10.102 address from the board itself .... it's ok.

Connect is perfect. I do not know why do not ping(ethernet).

step1)

# ifconfig

캡처12.PNG

TX packets : 0 ..

What is wrong if tx packet is  0 ?

um...

step2)

I has been used the atheros phy. but, changed to broadcom phy, in order to ping the imx6q and the imx6q.

캡처.PNG

and, imx6 Board did not find the phy.

캡처1.PNG

So, I found a document.

캡처2.PNG

But, I do not know. Where should I set?

0 Kudos