Showing Posts From
Newsletter
- 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 kernel were used for testing. The goal of those posts was to show how to use QEMU for board emulation. <br /> In this blog post series I will go deeper into the topics of device driver and userspace app...
- April 21, 2024
Yocto for Cubieboard in QEMU
## Root filesystem options The root filesystem is an important part of the BSP (Board Support Package), since it holds all of the applications, configuration files and kernel modules. There are sev...
- March 24, 2024
QEMU Board Emulation introduction with Cubieboard
## Why QEMU? There are many cheap COTS (Commercial Off-The-Shelf) development boards available for playing with and learning Embedded linux: [Raspberry Pi](https://www.raspberrypi.org/), [BeagleBone...