devb-sdmmc-*
QNX SDP8.0Utilities ReferenceUtilities
Generic information for SDHI memory card, MMC, and eMMC drivers
Note:
You must be root or have the right abilities to start this driver.
Syntax:
devb-sdmmc-variant [blk option[,option]..
[cam option[,option]...]
[disk option[,option]...]
[sdmmc option[,option]...]
[sdio option[,option]...]
[fs_type options]
Runs on:
QNX OS
Options:
Note:
Use commas (
,
) to separate the options. You can put
the blk, cam, sdmmc, sdio,
and disk groups of options in any order. - blk options
- The blk options control the io-blk.so driver. If specified, they must follow the blk keyword.
- cam options
- The cam options control libcam.so. If specified, they must follow the cam keyword.
- disk options
- The disk options control the driver's interface to cam-disk.so. If specified, they must follow the disk keyword.
- sdmmc options:
- The sdmmc options control the driver's interface to the SD/MMC device. If there are multiple SD/MMC devices, you can repeat these options for each controller. Remember, however, to specify the sdmmc keyword before each controller's set of options.
- sdio options:
- The sdio options control the driver's interface to the SD/MMC host controller. If there are multiple host controllers, you can repeat these options for each controller. Remember, however, to specify the sdio keyword before each controller's set of options.
- fs_type options
- The fs_type options control any filesystem (fs-*.so) module being loaded. Here, fs_type is the filesystem type, such as qnx6 for the Power-Safe filesystem. For the list of supported filesystem options, see the reference for the corresponding shared object. For example, for qnx6, see fs-qnx6.so.
Examples:
These are examples for the devb-sdmmc-rcar-gen3 driver.
For an SD memory card:
devb-sdmmc-rcar_gen3 blk cache=64m cam pnp, bounce=128k sdio idx=0
For eMMC Flash:
devb-sdmmc-rcar_gen3 blk cache=64m cam bounce=128k mem name=below4G
sdio idx=2, emmc disk name=mmc
Page updated: