On Wed, Feb 28, 2024 at 12:19 AM Li, Yong wrote:
>
> Hello,
>
> QEMU virt platform of RISCV-64 can emulate the mmc device by using below
> parameters:
> -device sdhci-pci,sd-spec-version=3 \
> -drive if=none,file=disk.img,format=raw,id=MMC1 \
> -device sd-card,drive=MMC1
>
> And as to u-boot, it
Hello,
QEMU virt platform of RISCV-64 can emulate the mmc device by using below
parameters:
-device sdhci-pci,sd-spec-version=3 \
-drive if=none,file=disk.img,format=raw,id=MMC1 \
-device sd-card,drive=MMC1
And as to u-boot, it do can recognize the mmc device and load the linux kernel
from the