- 21 Apr, 2024
Yocto for Cubieboard in QEMU - Step-by-step
In the previous post Ubuntu was used as root filesystem. Using Ubuntu as root filesystem is simple and fast to use, but it also has a lot of packages which are not necessary. In this post I will cover the Yocto setup for Cubieboard. Using Yocto we will be able to build a custom distribution which will allow us to run Linux. Items that will be covered areYocto introduction Base Yocto setup Distribu ...
- 21 Apr, 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 w ...
- 24 Mar, 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 the basic steps for obtaining and compiling QEMU, U-Boot and Linux were presented. The only part that was missing for the c ...
- 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 Build ...
- 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 ...