Hi @allisyuxianshen,
Umm no, that’s why I actually linked to the tutorial that explains how to use kas
: Using kas to reproduce your Yocto builds
In a nutshell:
- make sure your development host fulfills the requisites for building Yocto, as descibed here: Yocto Project Quick Build — The Yocto Project ® 5.1.999 documentation
sudo pip install kas
git clone https://github.com/mendersoftware/meta-mender-community
cd meta-mender-community
mkdir my-beaglebone && cd my-beaglebone
kas build ../kas/beaglebone.yml
- (wait a couple of hours)
- flash the
.sdimg
/.uefiimg
inbuild/tmp/deploy/images/beaglebone-yocto
to your SD card
But that really glosses over a lot of detail, so you’re strongly encouraged to also read up on Yocto as a whole, we have a lot of tutorials on that too.
Greetz,
Josef