- 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 several ways to obtain root filesystem for an embedded Linux system - Prebuilt root filesystem - [Ubuntu Base](http://cdimage.ubuntu.com/ubuntu-base/releases/22.04/release/), [Armbian](https://www.arm...
- March 24, 2024
Preparing and running QEMU ARM for Cubieboard (Part 2)
_This is part 2 of the QEMU Board Emulation post series._ In the [previous post](../qemu-board-emulation-part1/) the basic steps for obtaining and compiling QEMU, U-Boot and Linux were presented. Th...
- March 24, 2024
Preparing and running QEMU ARM for Cubieboard (Part 1)
_This is part 1 of QEMU Board Emulation series_ In this post I will cover the following things - [Building QEMU](#building-qemu) - [Downloading QEMU source code](#downloading-qemu-source-code) ...
- 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...