专栏底层软件J5 网口 eth0 异常

J5 网口 eth0 异常

已解决
云飞2025-07-01
53
6

将J5重新烧写程序后,其次上电启动后无法,使用eth0,但是在uboot中ping 一下,就可以在文件系统中正常使用eth0

底层软件
征程5
评论1
0/1000
  • 费小财
    Lv.5
    #设置IP地址,以eth0为例 root@hobot:~# hrut_ipfull s eth0 192.168.0.100 255.255.255.0 192.168.0.1 root@hobot:~# #获取IP地址,以eth0为例 root@hobot:~# hrut_ipfull g eth0 ip=192.168.0.100 mask=255.255.255.0 gw=192.168.0.1 #清空IP地址,以eth0为例 root@hobot:~# hrut_ipfull c eth0 clear all ip related setting.
    用上面的命令 设置下 就不会被刷掉了
    2025-07-01
    1
    5
    • 云飞回复费小财:
      2025-07-01
      0
    • 云飞回复费小财:

      使用 ifconfig 没有看到 eth0,但是使用ifconfig -a 可以

      2025-07-01
      1
    • guo回复云飞:

      hrut_ipfull 配置后重启才能生效。

      2025-07-01
      1
    • 费小财回复云飞:

      对,要重启才会生效的

      2025-07-02
      1
    • 云飞回复费小财:

      lunch 选择错误导致的 谢谢

      2025-07-03
      0