TIDUF83 September 2024
Figure 4-1 shows the block diagram of the test setup. The setup consists of a Jacinto™ 7 processor EVM, TIDA-020072, DP83TC812EVM-MC, a standard PC, and cable assemblies.
iPerf3, an open-source tool used to measure network performance and bandwidth, is already integrated in TI's SDK, and can be used with following commands after an IP address is assigned to the Ethernet port.
Run the following command on the PC (server):
iperf3 -s
Additionally, run the following command on the Jacinto™ 7 (client):
iperf3 -c 192.168.1.1 (the IP address of the server)