-
Notifications
You must be signed in to change notification settings - Fork 0
Testing with QEmu #3
Comments
works with:
|
seems like the main problem:
https://github.com/qemu/qemu/blob/384dbdda94c0bba55bf186cccd3714bbb9b737e9/hw/arm/raspi.c#L353 but none for the 4 and really not much info about sdhci on virt machine type: Initially I thought the sdcard controller was connected via PCIe lanes on the pi4 however it's less apparent that is the case now (lspci on a 4 doesn't reveal anything except for an xhci controller connected to the root complex): https://github.com/qemu/qemu/blob/384dbdda94c0bba55bf186cccd3714bbb9b737e9/docs/system/arm/raspi.rst In any case the problem is that qemu needs to emulate the hardware, the kernel looks for root on
|
This does appear to be somewhat more effective:
however serial won't work at all (only vga) and apparently it doesn't support btrfs |
|
Looks like this did the trick:
|
The text was updated successfully, but these errors were encountered: