Re: backing storage for eMMC boot partitions

2024-11-18 Thread Cédric Le Goater
Yes. That's a "problem" to fix for emmc/sd devices. They should only be created when defaults_enabled(), just like the flash devices. This is -nodefaults, right? The man-page for that says: -nodefaults Don't create default devices. Normally, QEMU sets the de‐ fault dev

Re: backing storage for eMMC boot partitions

2024-11-18 Thread Cédric Le Goater
Hello, [ ... ] also boots from the emmc controller. How do I provide the bus and bus index ? "bus=sdhci-bus.2" doesn't work for me. There is "sd-bus", but it does not have an index. Yes. Changes are required in the sdhci model and in the boards using it. I've not really understood how to as

Re: backing storage for eMMC boot partitions

2024-11-18 Thread Jan Lübbe
Hi, On Mon, 2024-11-18 at 10:14 +0100, Cédric Le Goater wrote: > > > also boots from the emmc controller. How do I provide the > > > bus and bus index ? "bus=sdhci-bus.2" doesn't work for me. > > > There is "sd-bus", but it does not have an index. > > Yes. Changes are required in the sdhci model

backing storage for eMMC boot partitions

2024-11-01 Thread Jan Lübbe
On Tue, 2024-10-29 at 07:40 -0700, Guenter Roeck wrote: > On 10/28/24 01:41, Jan Lübbe wrote: > > On Sun, 2024-10-27 at 20:32 -0700, Guenter Roeck wrote: > > > On 10/27/24 15:26, Cédric Le Goater wrote: > > > > On 10/27/24 23:11, Guenter Roeck wrote: > > > > > On 10/27/24 14:13, Cédric Le Goater wr