Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cp arm-linux/tgt/linux/dtm_dhcp.service <arch_linux_root>/etc/systemd/system/multi-user.target.wants

Configure the NFS server

Make sure <arch_linux_root> is exported by your NFS server

...

Boot the RCE into the bootloader.

For non-eFUSE RCEs, make note of the ethaddr variable for later restoration.

Reset the default u-boot environment, save, and reset:

zynq-uboot> env default -a
## Resetting to default environment

You may set nfs boot as the default boot option prior to saving the environment

zynq-uboot> setenv modeboot nfsboot

You may need to restore the MAC address (for non-eFUSE RCEs)

zynq-uboot> setenv ethaddr <mac_address>

You may need to restore the boot delay parameter (for autoboot)

zynq-uboot> setenv bootdelay 3

Save the environment and reset:

zynq-uboot> saveenv
Saving Environment to FAT...
writing uboot.env
done
zynq-uboot> reset
resetting ...

 

You may set nfs boot as the default boot option prior to saving the environment

zynq-uboot> setenv modeboot nfsboot

Boot Using NFS

Boot the RCE into the bootloader.

...