QEMU для эмуляции SD-Bus и карты - PullRequest
0 голосов
/ 27 апреля 2020

Я пытаюсь смонтировать образ диска, эмулируемый как SD-карта, с помощью qemu-system-x86_64. qemu говорит мне, что это не поддерживается типом машины, может ли это быть правдой?

Моя команда выглядит так

sudo qemu-system-x86_64 -smp cores=4 -m 1024 -sd sdcard.qcow2 boot.img
WARNING: Image format was not specified for 'boot.img' and probing guessed raw.
         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
qemu-system-x86_64: -sd sdcard.qcow2: machine type does not support if=sd,bus=0,unit=0
...