SK-AM62开发板,刷入了SDK8.6中的tisdk-base-image rootfs系统文件,请问如何修改网口名称和网口速度?
目前通过ethtool eth1命令查询到eth1 为100M,如何修改配置文件,改为1000M speed?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
SK-AM62开发板,刷入了SDK8.6中的tisdk-base-image rootfs系统文件,请问如何修改网口名称和网口速度?
目前通过ethtool eth1命令查询到eth1 为100M,如何修改配置文件,改为1000M speed?
可以使用 ethtool –s ethX [speed 10|100|1000] 指令修改网速。
网口名称我再确认一下。