/
Bootserver
Bootserver
Netboot have to be configured in uboot and relies on a remote TFTP/NFS server. The TFTP/NFS-Server provides the root filesystem with Kernel and DeviceTree and have to be configured accordingly.
On some DHCP servers (eg. common used Fritz-Box models) the serverip
environment variable will be overwritten on dhcp
command. To do a netboot on those networks, set "serverip
" after the dhcp
command again or use static IP address on module.
Example of manual netboot:
=> setenv nfsroot <PATH_TO_YOUR_ROOTFS_ON_NETBOOT_SERVER>
=> run findfdt
=> setenv ip_dyn no
=> setenv autoload no
=> dhcp
=> setenv serverip <PATH_TO_YOUR_NETBOOT_SERVER_IP>
=> run netboot
If netboot should be default boot, stop before “run netboot” command and do:
=> setenv bootcmd run netboot
=> savee
=> reset
Remark:
This will also save IP-Address and the used device tree to environment
, multiple selections available,
Related content
i.MX 8M Mini Bootserver
i.MX 8M Mini Bootserver
More like this
Bootloader
Bootloader
More like this
Bootsource selection
Bootsource selection
Read with this
i.MX 8X Bootcontainer
i.MX 8X Bootcontainer
More like this
i.MX 8M Mini Bootcontainer
i.MX 8M Mini Bootcontainer
More like this
i.MX 8M Mini Bootloader
i.MX 8M Mini Bootloader
More like this