From fbc2bbe074628135679df8ed52ac44cdf589d046 Mon Sep 17 00:00:00 2001 From: Thinh Do Date: Mon, 20 Jul 2026 15:54:31 +0700 Subject: [PATCH] docs: add ARM embedded Linux QEMU guide --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9aeb41..168e473 100644 --- a/README.md +++ b/README.md @@ -929,6 +929,8 @@ Embedded system development often involves simulating or emulating hardware envi - [📝 QEMU Simulation - Blinky - STM32F767ZI Full Stack](https://longer-vision-robot.gitbook.io/stm32f767zi-full-stack/chapter-2.-programming-for-stm32/2.4-qemu-simulation-blinky) - [📝 Emulating a Raspberry Pi in QEMU](https://interrupt.memfault.com/blog/emulating-raspberry-pi-in-qemu) +- [📝👶 Building an ARM Embedded Linux System in QEMU](https://github.com/dchithinh/mastering-embeded-linux-programming) + #### 🔵 Renode - [🔗 Renode - GitHub Repo](https://github.com/renode/renode)