On Wed, 19 Jan 2022 at 18:50, Schultschik, Sven <[email protected]> wrote: > > Actually I try to emulate a real eMMC. I thought an sdcard would be > sufficient, but I'm not sure. > > eMMC (Embedded Multi Media Card) has a feature called RPMB (Replay Protected > Memory Block). > > Now if I think more about it I should rephrase the question. > > How to configure qemu to emulate an eMMC drive?
We don't support RPMB for our SD/MMC card model. We only have an "SD or MMC-like" card model, which as I say you can try putting into a virt board with the PCI SD controller; but if the RPMB support is a requirement for you you would need to also implement that handling in QEMU's SD/MMC card model. thanks -- PMM
