Showing Posts With Tag
Yocto
- October 20, 2024
Custom SPI peripheral in QEMU
In previous posts the process for creating a custom [memory mapped](../ldd-custom-qemu-device/) and...
- July 21, 2024
SWUpdate for Cubieboard QEMU
Software update is an important part of design of modern embedded systems. It allows faster time to...
- June 9, 2024
Integrating support for custom QEMU peripherals in Yocto
In the previous posts a [custom memory-mapped peripheral](../ldd-custom-qemu-device/) was introduce...
- May 26, 2024
Custom I2C peripheral in QEMU
QEMU supports creating various peripherals, not only the [memory-mapped](../ldd-custom-qemu-device/...
- May 19, 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](../ldd...
- May 19, 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](../ldd...
- April 21, 2024
Yocto for Cubieboard in QEMU - Step-by-step
In the [previous post](../qemu-board-emulation-part2/) Ubuntu was used as root filesystem. Using Ub...
- April 21, 2024
Yocto for Cubieboard in QEMU
## Root filesystem options The root filesystem is an important part of the BSP (Board Support Pack...