I am a beginner just starting with Yocto and Mender, and I would like to know how I can run the Yocto Project and Mender on my BeagleBone Black. Is there any updated documentation I can refer to? How can I flash the Yocto Project onto the BeagleBone Black and boot the system via a microSD card?
Please note that the canonical way for Yocto is to build your image from source, not downloading a prepared one, so the above mentioned process will require quite a bit of computing time.
Hi @TheYoctoJester
So, do I need to run sudo pip install kas in my Linux environment, then import beaglebone-uboot.yml or beaglebone.yml , and finally build it?
flash the .sdimg/.uefiimg in build/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.