[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: qemu aarch64 virt sdcard
From: |
Peter Maydell |
Subject: |
Re: qemu aarch64 virt sdcard |
Date: |
Thu, 20 Jan 2022 10:18:01 +0000 |
On Wed, 19 Jan 2022 at 18:50, Schultschik, Sven
<sven.schultschik@siemens.com> 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