标签: linux networking embedded-linux dhcp u-boot
在U-Boot中,dhcp命令自动设置一些环境变量。例如gatewayip,netmask,bootfile和rootpath。这些环境变量都对应于DHCP服务器的配置设置。
DHCP服务器中的哪个配置设置会通知U-Boot DHCP客户端设置serverip环境变量?