Skip to content

bytesatwork/meta-bytesatwork-st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-bytesatwork-st

Introduction

This is the official OpenEmbedded/Yocto BSP layer for byteDEVKIT STM32MP1 by bytes at work AG.

It is hosted on github.

This layer depends on:

URI: https://github.com/STMicroelectronics/meta-st-stm32mp
layer: meta-st-stm32mp
branch: kirkstone

BSP

This meta layer provides the Board Support Package (U-Boot and Linux kernel) for byteDEVKIT STM32MP1 by bytes at work AG. Simply set the variable MACHINE to bytedevkit-stm32mp1 to use this BSP.

Linux Kernel recipe: linux-stm32mp

U-Boot recipe: u-boot-stm32mp

SD Card

SD card images are created using wic. The following example shows how to create a bootable SD card with the image bytesatwork-minimal-image from meta-bytesatwork from a sourced Yocto environment:

cd $BUILDDIR
gunzip -c tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.wic.gz | dd of=/dev/sdX bs=1M && sync

or using bmap-tools:

cd $BUILDDIR
bmaptool copy tmp/deploy/images/bytedevkit-stm32mp1/bytesatwork-minimal-image-bytedevkit-stm32mp1.wic.bmap /dev/sdX

You can find more information on bmap-tools in the Yocto Project documentation.

Reporting bugs

Send pull requests, patches, comments or questions to yocto@bytesatwork.ch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published