![VersaLogic Zebra VL-EPC-2701 User Manual Download Page 22](http://html1.mh-extra.com/html/versalogic/zebra-vl-epc-2701/zebra-vl-epc-2701_user-manual_1006790022.webp)
Deploying the Image to Zebra
22
Zebra (VL-EPC-2701) Yocto Linux User Guide
2. Now use the
printenv
command to list all variables that are currently defined:
Figure 8. Printenv
3. In order to instruct the system to boot from the network, use the following commands to
update the U-Boot environment variables:
=> setenv serverip <Host PC IP>
=> setenv nfsroot /tftpboot/rootfs
=> setenv image zImage
=> setenv fdt_file zImage-imx6dl-zebra.dtb
=> setenv netargs 'setenv bootargs console=${console},${baudrate}
${smp}root=/dev/nfs ip=${ipaddr}
nfsroot=${serverip}:${nfsroot},v3,tcp'
=> saveenv