Load and Run the Image on the Target

Instructions for loading and running the image vary depending on your board.

Freescale i.MX6Q SABRE Lite board
  1. Insert the SD card you prepared earlier into the lower slot (i.e., the large, full-size SD card slot) on the SABRELite board.
  2. Press the Reset button.
  3. Interrupt the countdown by pressing any key at the first boot on this system.
  4. Enter the following commands to prepare the U-Boot environment variables for booting the system:
    MX6Q SABRELITE U-Boot> setenv sdslot '0' 
    MX6Q SABRELITE U-Boot> setenv loadaddr '0x10800000' 
    MX6Q SABRELITE U-Boot> setenv bootifs 'qnx-ifs' 
    MX6Q SABRELITE U-Boot> setenv bootcmd_fatload 'mmc dev ${sdslot}; fatload mmc ${sdslot}:1 ${loadaddr} ${bootifs}; go ${loadaddr}' 
    MX6Q SABRELITE U-Boot> setenv bootcmd 'run bootcmd_fatload'
    MX6Q SABRELITE U-Boot> saveenv
        
  5. Type boot or press the Reset button.
  6. Follow the instructions to calibrate the screen.
All other types of boards
  1. Insert the SD card into your target board and power on the board. The board will automatically boot and prompt you to calibrate your display.
  2. Follow the instructions to calibrate the screen.