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
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 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.
Send pull requests, patches, comments or questions to yocto@bytesatwork.ch.