create-mmc-card-comp ["name"] ["file"] size ["type"]
This command creates a non-instantiated component of the class mmc_card_comp.
The class description for the mmc_card_comp class: The mmc_card_comp component represents an MMC/SD/SDHC/SDIO card.
- name is Optional
- If not specified, the component will get a class-specific default name.
- file is Optional
- File with disk contents for the full disk. Either a raw file or a virtual disk file in craff, DMG, or VHDX format
- size is Required
- Card size, in bytes
- type is Optional
- Card type ('mmc', 'sd', 'sdhc' or 'sdio'). Note that the card type will be adjusted by the model to handle large card sizes (i.e. card type will be forced to 'sdhc' if you create an 8 GB 'mmc' card).
std-comp