Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Meta Soletta

Bruno Bottazzini edited this page Apr 18, 2016 · 17 revisions

The meta-soletta project is a meta-layer for Yocto that contains the needed recipes to cross-compile Soletta and generate images for a target board.

The meta-soletta is being supported by Ostro Os an open source developed, Yocto-based operating system for IoT devices and, it is highly recommended to be used with the meta-soletta. The Ostro OS contains all the optimizations required for IoT development.

The generated images are a snapshot of the operating system ready to be booted. It contains the necessaries softwares for an easier IoT development and was made with Ostro Os.

It is included here two tutorials one is how to build with Ostro (recommended) and other is how to build with pure Yocto. With Yocto only we just supported

Generating the images with Ostro Os

Ostro supports the following boards:

  • Intel Edison
  • Minnowboard Max
  • Intel Galileo Gen2
  • BeagleBone Black
  • GigaByte GB-BXBT-3825

To generate the image follow this Ostro documentation: [Ostro Project - Building Images] (https://ostroproject.org/documentation/howtos/building-images.html)

Installing the images

To install the generated image follow this tutorial from Ostro: [Booting and Installation] (https://ostroproject.org/documentation/howtos/booting-and-installation.html)

Generating the images with Yocto

Generating image with Yocto for Minnowboard Max: To know how to generate with Yocto only for MinnowBoard [click here] (https://github.com/solettaproject/soletta/wiki/MinnowBoard-MAX-Instructions)

Generating image with Yocto for Intel Edison: To know how to generate with Yocto only for Edison [click here] (https://github.com/solettaproject/soletta/wiki/Creating-an-Edison-Image-with-Yocto)

Clone this wiki locally