Table 29: Network Boot Mode
In this configuration the Linux kernel image (Image) and the device tree blob are loaded from the TFTP-, and the Linux file system is mounting on NFS-
Server on LAN.
Depending on your local network infrastructure, set the following environment variables at the U-Boot prompt:
setenv serverip <TFTP/NFS server IP>
setenv nfsroot <nfs root path on NFS server>
saveenv
Example:
Figure 7-22. Preparing U-Boot environment for net boot.
Then continue system boot with:
Boot
or simply reboot (power cycle) your system.