Showing Posts From
Newsletter
- April 17, 2025
Enabling USB for Cubieboard QEMU
Embedded systems support various serial or parallel interfaces for communication. In some of the posts in [MistraSolutions blog](https://www.mistrasolutions.com/) interfaces like [SPI](https://www.mistrasolutions.com/page/qemu-custom-spi-peripheral/) and [I2C](https://www.mistrasolutions.com/page/qemu-custom-i2c-peripheral/) were covered. Today, one more serial interface will be covered, which i...
- 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
## 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...