- May 19, 2024
Userspace application for QEMU custom memory-mapped device
_This is part 3 of the Linux device driver development post series._ In the [previous post](../ldd-linux-device-driver/) the structure of a Linux device driver for the custom memory-mapped peripheral in QEMU was shown. In this post we will cover the following things - [Developing userspace application for designed memory-mapped device](#developing-userspace-application-for-designed-memory-mapp...
- May 19, 2024
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...
- May 19, 2024
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...
- May 19, 2024
Linux device driver development using QEMU - introduction
In the previous [posts](../qemu-board-emulation-part1/) I introduced simple methods to prepare and run a QEMU image for board emulation. Target board was Cubieboard and mainline U-Boot and Linux kern...
- April 21, 2024
Yocto for Cubieboard in QEMU - Step-by-step
In the [previous post](../qemu-board-emulation-part2/) Ubuntu was used as root filesystem. Using Ubuntu as root filesystem is simple and fast to use, but it also has a lot of packages which are not n...