- 24 Mar, 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 thingsBuilding QEMU Downloading QEMU source code Configuring and building QEMU Running QEMUGetting toolchain Building U-Boot Downloading U-Boot source code Configuring and building U-Boot Running U-Boot inside QEMUBuilding Linux kernel Downloading source code Configuring and building Running U-Boot and Linux insi ...
- 24 Mar, 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, BeagleBone, OrangePi ... The benefit of using CO ...