Showing Posts With Tag

Device-tree

Integrating support for custom QEMU peripherals in Yocto

In the previous posts a [custom memory-mapped peripheral](../ldd-custom-qemu-device/) was introduced, together with the [Linux device driver](../ldd-linux-device-driver/) for it and a [userspace appl...

Linux Device Driver for QEMU custom memory-mapped device

_This is part 2 of the Linux device driver development post series._ In the [previous post](../ldd-custom-qemu-device/) the steps for creating a custom memory-mapped peripheral in QEMU were presente...

Creating Custom QEMU Memory Mapped Device

_This is part 1 of the Linux device driver development post series._ In this post we will cover the following things - [Designing custom memory-mapped device in QEMU](#designing-custom-memory-mappe...