VersaLogic Zebra VL-EPC-2701 User Manual page 24

Yocto linux, arm i.mx6 single board computer with gigabit ethernet, video, usb, sata, serial i/o, digital i/o, can bus, spi and i2c
Table of Contents

Advertisement

2. Copy the SD card image onto the root file system:
root@imx6zebra:~# scp <username>@<build machine IP>:<image
directory path>/ fsl-image-validation-imx-imx6zebra.sdcard .
Alternatively, the image can be copied onto an USB flash drive and then mounted on the Zebra
board.
3. Write the image to the eMMC with the following command:
root@imx6zebra:~# dd if= fsl-image-validation-imx-imx6zebra.sdcard
of=/dev/mmcblk3 bs=1M && sync
4. Reboot Zebra and stop in U-Boot.
5. Enter the following commands at the U-Boot prompt to switch the boot device to the
eMMC:
=> setenv mmcdev 1
=> setenv mmcroot /dev/mmcblk3p2 rootwait rw
=> saveenv
=> boot
Note: If the boot device needs to be switched to the SD card, use the commands below:
=> setenv mmcdev 0
=> setenv mmcroot /dev/mmcblk1p2 rootwait rw
=> saveenv
=> boot
24
Deploying the Image to Zebra
Zebra (VL-EPC-2701) Yocto Linux User Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents