Re: Qemu sdhci-pci device can't be recognized by Linux kernel

2024-03-05 Thread Alistair Francis
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

Qemu sdhci-pci device can't be recognized by Linux kernel

2024-02-27 Thread Li, Yong
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