Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4484

Raspberry Pi OS • QEMU console works on 2022 but not 2024 Raspberry Pi OS

$
0
0
Hello,
I am trying to run Raspberry Pi OS (latest version) using QEMU on my computer. I am running QEMU with these parameters :

Code:

qemu-system-aarch64 \   -machine raspi3b \   -cpu cortex-a72 \   -dtb /tmp/bcm2710-rpi-3-b-plus.dtb \   -m 1G -smp 4 -serial stdio \   -kernel /tmp/kernel8.img \   -sd $image_path \   -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1"
When I use an old version of Raspberry Pi OS (like 2022-04-04-raspios-bullseye-armhf-lite.img) everything is working fine. But when I use the latest version (2024-11-19-raspios-bookworm-armhf-lite.img) the OS is booting fine but without any console output. The QEMU serial stays blank.

I didn't see anybody else mentionning this issue. Any idea ?
Thank you !

Statistics: Posted by Gauthier99 — Tue Dec 24, 2024 10:17 am — Replies 5 — Views 103



Viewing all articles
Browse latest Browse all 4484

Trending Articles