- 06 May, 2026
QEMU Board emulation helper scripts update
The QEMU Board emulation part 1 and part 2 posts were the first posts on MistraSolutions back in March 2024. They were a detailed instructions on how to start emulation using QEMU Cubieboard, with all the steps needed to build both QEMU, as well as how to use U-Boot, Linux kernel and Ubuntu root filesystem to make a bootable SD card image and run it inside QEMU. Additionally, helper scripts were a ...
- 22 Feb, 2026
Mongoose webserver as UI for QEMU custom peripherals
In the previous posts on Custom QEMU peripherals (Memory-mapped, I2C, SPI) the validation of peripheral functionality was done using a CLI (Command Line Interface) application, developed in C++ or Rust. Using a CLI application is a straightforward way to get started and perform basic testing. It provides a simple way to visualise the latest measured or received data directly from the terminal. Thi ...