Exceptionally, this wiki is under maintenance.

You can continue to browse it to discover the STM32MP1 series and associated ecosystems (STM32 boards, embedded software, development tools, trace & debug tools...) but contributors can not improve their favorite articles, during phase.

Thank you for your understanding.

How to perform ping test

Revision as of 07:59, 3 February 2020 by Registered User
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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