Skip to content
Commit 2d558da0 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Stefano Babic
Browse files

ARM: bootscript: Replace tftpboot with dhcp when downloading kernel



The 'dhcp' command is more versatile as it allows working with the DHCP
server to obtain serverip, ipaddress and other network parameters.

The configuration necessary to obtain the serverip (dhcpd.conf):
option option-150 code 150 = ip-address;

and in the subnet definition:
option option-150                     192.168.X.Y;

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 21c22db0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment