This repository contains the manifest for repo and is intended to simplify the build procedure for byteDEVKIT STM32MP1 by bytesatwork AG.
Use repo to download all necessary repositories:
repo init -u https://github.com/bytesatwork/bsp-platform-st.git -b scarthgap
repo sync
When these commands are completed successfully, the following command will setup a Yocto Project environment for byteDEVKIT STM32MP1:
MACHINE=bytedevkit-stm32mp1 DISTRO=poky-bytesatwork EULA=1 . setup-environment build
The final command builds a minimal image:
bitbake bytesatwork-minimal-image
The output is found in:
tmp/deploy/images/bytedevkit-stm32mp1
The software provided is optimized for development convenience and is not suitable for use in production.