Flashing Yocto Kirkstone 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. Enter fastboot mode from U-Boot prompt: fastboot 0 Unzip the image using the following command: unzip *-tungsten-700-smarc-yocto-kirkstone.zip -d Tungsten700-Yocto cd Tungsten700-Yocto Flash the image. Flash bl2.img to mmc0boot0 partition using the following command: ~/Tungsten700-Yocto$ fastboot flash mmc0boot0 bl2.img Flash wic.img to mmc0 partition using the following command: ~/Tungsten700-Yocto$ fastboot flash mmc0 rity-demo-image-tungsten-700-smarc.wic.img