CONFIDENTIAL
Z3-DM368-ZDVR V1.03.01
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
22
(k)
Type “printenv” to show the current environment variables in u-boot.
(l)
Check the value of serverip, nfsserver, and netmask to make sure it conforms to your network.
You can use setenv to change anything that needs to be modified.
(m)
Set boot mode to NFS/TFTP
DM365 EVM:> run set-nfs
DM365 EVM:> run set-tftp
(4) Connect the Ethernet connection on the DM368-ZDVR and make sure the DM368-ZDVR is connected to
the same network as the computer serving as the TFTP and NFS Server.
(
5) From the u-boot prompt, type “boot”
DM365 EVM:> boot
You should see the Z3-DM368-RPS boot the kernel obtained via TFTP, mount a file system using NFS,
and then go straight to the serial menu. Appendix A shows an example of a successful boot. If you are
running into issues, see the “Troubleshooting” section in Appendix C.
6.3 Other available u-boot commands
Besides booting from NAND and TFTP/NFS, there are other boot configurations that are possible. Below
are the possible options provided in the Z3 u-boot environment:
set-nfs
Get root file system from NFS
set-ram0
Get root file system from NAND
set-tftp
Get kernel from TFTP
set-nand
Get kernel from NAND
update-kernel
Write a new kernel image in NAND from TFTP
update-ram0
Write a new root file system in NAND from TFTP
Figure 14 Example of Successful u-boot Configuration