1. 如果开发板未连接到网络,请将一端插入开发板的网口,另一端连接到路由器或交换机。
2. 使用命令杀死相关进程或者执行RkLunch-stop.sh关闭。
Code: Select all
# killall udhcpc
# udhcpc: received SIGTERM
Code: Select all
ifconfig eth0 up && udhcpc -i eth0
1. If the development board is not connected to the network, please insert one end into the development board's Ethernet port and connect the other end to the router or switch.
2. Use commands to terminate the relevant processes.
Code: Select all
# killall udhcpc
# udhcpc: received SIGTERM