Overview

Here you will see an example of how to flash Yocto Kirkstone onto the eMMC of the Tungsten700 SMARC SOM.

Download the Yocto Kirkstone Image Here.

How to Burn

The .zip archive include all the files to be flashed using fastboot.

  1. Enter fastboot mode from U-Boot prompt:

    fastboot 0

  2. Unzip the image using the following command:

     unzip *-tungsten-700-smarc-yocto-kirkstone.zip -d Tungsten700-Yocto
     cd Tungsten700-Yocto
    
  3. Flash the image. Flash bl2.img to mmc0boot0 partition using the following command:

    ~/Tungsten700-Yocto$ fastboot flash mmc0boot0 bl2.img

  4. Flash wic.img to mmc0 partition using the following command:

    ~/Tungsten700-Yocto$ fastboot flash mmc0 rity-demo-image-tungsten-700-smarc.wic.img