@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 […]
How you guys deal with the Device Tree file? Now I understand device tree syntax quite a bit I still don’t get how I can write my own
Greetings fellow earthlings, in my free time I like to take apart electronic devices and see how they are built and how I can re purpose them. Also I think […]
This Thread is Linked to the AMA on Device Trees with Zacck Osiemo (@superbike_z) and Ming (@Ming)! Post your questions here—whether it’s about Zephyr RTOS, Linux distributions, or device trees […]
Hello Guys, I am developing a SPI Controller Driver for TI processors for Zephyr, I have a doubt on how do i set the Dts to look like? ideally it […]
@melta101 or @32bitwidesaviour can either of you show me a rudimentary hardware driver in linux? How much of it is config and how much of it is code?
I am building an OS for my STM32MP175F dk2 board using Buildroot. The audio sound card is recognized in U-Boot boot messages and alsamixer, but /proc/asound/cards does not list the […]
@Middleware & OS @everyone How can I scan for available I2C devices on the bus? Am getting the error `Could not open file /dev/i2c-1: No such file or directory`, I […]
Hey guys, I’m using an AVR microcontroller with Zephyr to read data from an ADC via SPI. I’ve configured the SPI peripheral and device tree, but the data coming back […]