- 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 th...
- 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 ...
- 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 Ub...
- April 21, 2024
Yocto for Cubieboard in QEMU
## Root filesystem options The root filesystem is an important part of the BSP (Board Support Pack...