-
Notifications
You must be signed in to change notification settings - Fork 108
Meta Soletta
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.
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)
To install the generated image follow this tutorial from Ostro: [Booting and Installation] (https://ostroproject.org/documentation/howtos/booting-and-installation.html)
With Yocto only, we support the following boards:
- Intel Edison
- Minnowboard Max
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)