当前位置: 技术问答>linux和unix
如何设置u-boot变量ip地址?
来源: 互联网 发布时间:2016-11-14
本文导语: 主机IP为 192.168.110.101 用户手册设置如下: u-boot>setenv etnaddr 11:22:33:44:55:66 u-boot>setenv ipaddr 192.168.0.54 u-boot>setenv serverip 192.168.0.55 请问这样可以吗? | u-boot>setenv etnaddr 11:22:33:44:55:66 是设置板子的mac...
主机IP为 192.168.110.101
用户手册设置如下:
u-boot>setenv etnaddr 11:22:33:44:55:66
u-boot>setenv ipaddr 192.168.0.54
u-boot>setenv serverip 192.168.0.55
请问这样可以吗?
用户手册设置如下:
u-boot>setenv etnaddr 11:22:33:44:55:66
u-boot>setenv ipaddr 192.168.0.54
u-boot>setenv serverip 192.168.0.55
请问这样可以吗?
|
u-boot>setenv etnaddr 11:22:33:44:55:66 是设置板子的mac地址。
u-boot>setenv ipaddr 192.168.0.54是设置板子的IP地址。
u-boot>setenv serverip 192.168.0.55是设置提供内核下载的服务器IP地址。
还需要u-boot>setenv gatewayip 192.168.0.1 设置网关
u-boot>setenv netmask 255.255.255.0 设置子网掩码
可能还需要有其他的设置,看一下用户手册上的说明和例子。
最后u-boot>saveenv
u-boot>setenv ipaddr 192.168.0.54是设置板子的IP地址。
u-boot>setenv serverip 192.168.0.55是设置提供内核下载的服务器IP地址。
还需要u-boot>setenv gatewayip 192.168.0.1 设置网关
u-boot>setenv netmask 255.255.255.0 设置子网掩码
可能还需要有其他的设置,看一下用户手册上的说明和例子。
最后u-boot>saveenv
|
是不是主机ip要和serverip完全一样?
不是, 和tftp服务器的ip一样就可以, 我的tftp就在虚拟机里, 所以和window不一样
不是, 和tftp服务器的ip一样就可以, 我的tftp就在虚拟机里, 所以和window不一样