Project

General

Profile

Compiling iperf3

TI SDK
  • git clone https://github.com/esnet/iperf.git
  • cd iperf
  • git checkout 3.0-STABLE
  • ./configure --host=arm-linux CC=arm-arago-linux-gnueabi-gcc CXX=arm-arago-linux-gnueabi-g++ LDFLAGS=-L$OE_QMAKE_LIBDIR_QT
  • make && make install DESTDIR=$(pwd)/ARM
  • copy ARM/usr/local/bin/iperf3 and ARM/usr/local/lib/libiperf.so* to 335x
Yocto SDK
  • git clone https://github.com/esnet/iperf.git
  • cd iperf
  • git checkout 3.0-STABLE
  • . /opt/criticallink/mitysom-335x_20151118/environment-setup-cortexa8t2hf-vfp-neon-criticallink-linux-gnueabi
  • ./configure --host=arm-linux
  • make && make install DESTDIR=$(pwd)/ARM
  • copy ARM/usr/local/bin/iperf3 and ARM/usr/local/lib/libiperf.so* to 335x

Run client
iperf3 -c <server ip>

Run server
iperf3 -s

Go to top
Add picture from clipboard (Maximum size: 1 GB)