Today, I will teach you how to bake a Linux for your LitSpin project
Requirements needed
- A tested Linux distribution (list). For this recipe, Ubuntu 19.10 seems to work even if it is not tested
- A lot of packages. Here the list depending on your distribution
Tools needed
- Meta-openembedded: branch thud
- Poky: branch thud
- Meta-aries: branch master (Aries BSP layer for MCV SoM)
Clone those repositories in the same working directory
Creation of the meta-litspin layer
With the different tools, we can build a Linux distribution for the MCV evaluation kit (MCVEVK) and the MCV development board (MCVEVP).… Read more