Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
@superbike_z (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 `local.conf` file, set the MACHINE variable to to one of the machines listed in meta-raspberry-pi/conf/machine
I 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.html
Thank you oh great Gnome from the hills ππΎππΎ
CONTRIBUTE TO THIS THREAD