下载ethtool源码
https://mirrors.edge.kernel.org/pub/software/network/ethtool/
tar -xvf ethtool-4.17.tar.xz
cd ethtool-4.17
./configure --host=arm-linux CC=arm-xilinx-linux-gnueabi-gcc LDFLAGS=-static
make
原文:https://www.cnblogs.com/huakaimanlin/p/9281433.html