Hi,
I need to boot a couple of Jetson Nano Development Kits over the network via iPXE. How would I go about doing so?
Hi,
I need to boot a couple of Jetson Nano Development Kits over the network via iPXE. How would I go about doing so?
Sorry that we don’t support iPXE. But we support to boot from NFS.
https://developer.nvidia.com/embedded/dlc/NVIDIA_Tegra_Linux_Driver_Package
Hello kosmon,
We haven’t tried iPXE but we are able to get U-boot’s PXE command working on the NANOs. May be “pxe get” command fetches “undionly.kpxe” instead of the tftpboot/pxelinux.cfg/01-, and works as you expect.
The u-boot src needs to be modified for NANO since “saveenv” command doesn’t work on the shipped u-boot binary.