Ming
DIIDevHeads IoT Integration Server
•Created by Ming on 1/17/2025 in #📦-middleware-and-os
For Anyone Interested in the RPi Yocto Project
@ZacckOsiemo (and anyone else interested in a RPi Yocto Project)
Yes, the Pi is supported by the Yocto Project.
You need to include the meta-raspberry-pi layer from https://git.yoctoproject.org/meta-raspberrypi
In your
I would then also highly recommend enableing the UART by adding the following line to
local.conf
file, set the MACHINE variable to to one of the machines listed in meta-raspberry-pi/conf/machineI would then also highly recommend enableing the UART by adding the following line to
local.conf
ENABLE_UART = "1"
For other options, such as enabling SPI, Video4Linux, etc, checkout the page
https://meta-raspberrypi.readthedocs.io/en/latest/extra-build-config.html2 replies