SOC 开发常用命令汇总-Anlogic-安路社区-FPGA CPLD-ChipDebug

SOC 开发常用命令汇总

linux配IP

ifconfig eth0 192.168.100.100 netmask 255.255.255.128 up

[root@linux ~]# ifconfig {interface} {up|down}  <== 观察与启动接口
[root@linux ~]# ifconfig interface {options}    <== 设置与修改接口
参数:
Interface,网卡接口代号,包括 eth0、eth1、ppp0 等
Options,可以接的参数,包括如下:
    Up或down,启动 (up) 或关闭 (down) 该网络接口(不涉及任何参数)
    mtu,可以设置不同的 MTU 数值,例如MTU 1500 (单位为 byte)
    netmask,就是子屏蔽网络
    broadcast,就是广播地址
范例:

范例一:观察所有的网络接口(直接输入 ifconfig)
[root@linux ~]# ifconfig
eth0 Link encap:Ethernet  HWaddr 00:0F:EA:A3:06:A2
      inet addr:192.168.10.100  Bcast:192.168.10.255  
Mask:255.255.255.0
      inet6 addr: fe80::20f:eaff:fe73:682/64 Scope:Link
      UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
      RX packets:3439 errors:0 dropped:0 overruns:0 frame:0
      TX packets:2735 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:1000
      RX bytes:646935 (631.7 KiB)  TX bytes:562313 (549.1 KiB)
      Interrupt:209 Memory:fb000000-0

uboot配IP

NFS映射

tftp命令

请登录后发表评论

    没有回复内容