Showing Posts With Tag
U boot
- 21 Jul, 2024
SWUpdate for Cubieboard QEMU
Software update is an important part of design of modern embedded systems. It allows faster time to market, since fixes, security or stability updates or even new features can be pushed to the devices ...
- 19 May, 2024
Userspace application for QEMU custom memory-mapped device
This is part 3 of the Linux device driver development post series. In the previous post the structure of a Linux device driver for the custom memory-mapped peripheral in QEMU was shown. In this post w ...
- 19 May, 2024
Linux Device Driver for QEMU custom memory-mapped device
This is part 2 of the Linux device driver development post series. In the previous post the steps for creating a custom memory-mapped peripheral in QEMU were presented. In this post following items wi ...
- 19 May, 2024
Creating Custom QEMU Memory Mapped Device
This is part 1 of the Linux device driver development post series. In this post we will cover the following thingsDesigning custom memory-mapped device in QEMU Register map Fitting into Cubieboard mem ...
- 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 ...