How to perform ping test

Applicable for STM32MP13x lines, STM32MP15x lines

1 Purpose

This article describes how to configure the Ethernet interface using the PING tool.

1.1 Perform ping test

To test the Ethernet connection, it is useful to know how to perform a “PING” between the PC and the board. The PING command exchanges a short message between the two devices to verify that the Ethernet connection is working.

To test the communication between the PC to the board controller, one can execute the PING command from the PC:

For example, to PING a board at IP address 10.48.1.172, type:

 ping 10.48.1.172

If the PING is successful, a message similar to the following is displayed:

   Pinging 10.48.1.172 with 32 bytes of data:
   Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
   Reply from 10.48.1.172: bytes=32 time=39ms TTL=15
   Reply from 10.48.1.172: bytes=32 time=39ms TTL=15

2 References