Home
last modified time | relevance | path

Searched refs:emmc (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-3516-burn.md30 …<Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" Se…
31 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="1M" Length="9M" SelectFil…
32 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="10M" Length="50M" SelectF…
33 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="60M" Length="50M" SelectF…
41 …<Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" Se…
42 …<Part Sel="1" PartitionName="ohos_image" FlashType="emmc" FileSystem="none" Start="1M" Length="9M"…
43 …<Part Sel="1" PartitionName="rootfs" FlashType="emmc" FileSystem="ext3/4" Start="10M" Length="50M"…
44 …<Part Sel="1" PartitionName="userfs" FlashType="emmc" FileSystem="ext3/4" Start="60M" Length="50M"…
45 …<Part Sel="1" PartitionName="userdata" FlashType="emmc" FileSystem="ext3/4" Start="110M" Length="1…
80 … setenv bootargs "console=ttyAMA0,115200n8 root=emmc fstype=vfat rootaddr=10M rootsize=50M rw";
H A Dquickstart-appendix-hi3516-pkg.md257 …Hi3516DV300开发板烧写所需文件为:boot.img、Hi3516DV300-emmc.xml、system.img、u-boot-hi3516dv300_emmc.bin、uImage、…
264 3. 单击浏览在步骤1创建的文件夹中选择烧写配置文件(例如Hi3516DV300-emmc.xml)。
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Demmc_if.c83 static int32_t EmmcDeviceGetFromHandle(DevHandle handle, struct EmmcDevice **emmc) in EmmcDeviceGetFromHandle() argument
92 if (emmc == NULL) { in EmmcDeviceGetFromHandle()
107 *emmc = (struct EmmcDevice *)mmc; in EmmcDeviceGetFromHandle()
116 struct EmmcDevice *emmc = NULL; in EmmcGetCid() local
131 if (EmmcDeviceGetFromHandle(handle, &emmc) != HDF_SUCCESS) { in EmmcGetCid()
134 ret = EmmcDeviceGetCid(emmc, cid, size); in EmmcGetCid()
135 MmcDevicePut((struct MmcDevice *)emmc); in EmmcGetCid()
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-3516-burn.md32 …<Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" Se…
33 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="1M" Length="9M" SelectFil…
34 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="10M" Length="50M" SelectF…
35 …<Part Sel="1" PartitionName="" FlashType="emmc" FileSystem="none" Start="60M" Length="50M" SelectF…
45 …<Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" Se…
46 …<Part Sel="1" PartitionName="ohos_image" FlashType="emmc" FileSystem="none" Start="1M" Length="9M"…
47 …<Part Sel="1" PartitionName="rootfs" FlashType="emmc" FileSystem="ext3/4" Start="10M" Length="50M"…
48 …<Part Sel="1" PartitionName="userfs" FlashType="emmc" FileSystem="ext3/4" Start="60M" Length="50M"…
49 …<Part Sel="1" PartitionName="userdata" FlashType="emmc" FileSystem="ext3/4" Start="110M" Length="1…
84 … setenv bootargs "console=ttyAMA0,115200n8 root=emmc fstype=vfat rootaddr=10M rootsize=50M rw";
H A Dquickstart-appendix-hi3516-pkg.md261 …urning of the standard system are as follows: **boot.img**, **Hi3516DV300-emmc.xml**, **system.img…
268 …3. Click **Browse** and select the burning configuration file (for example, **Hi3516DV300-emmc.xml…
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/
H A DKconfig70 bool "Enable HDF platform emmc driver"
74 Answer Y to enable HDF platform emmc driver.
153 bool "Enable HDF imx8mm emmc driver"
157 Answer Y to enable HDF imx8mm emmc driver.
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/
H A DREADME_zh.md30 │ ├── emmc #emmc操作接口
H A DREADME.md30 │ ├── emmc # EMMC APIs
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/platform/
H A DKconfig67 bool "Enable HDF platform emmc driver"
71 Answer Y to enable HDF platform emmc driver.
/ohos5.0/drivers/hdf_core/adapter/uhdf/test/unittest/platform/
H A DBUILD.gn89 if (storage_type == "emmc") {
145 if (storage_type == "emmc") {
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/
H A DKconfig85 bool "Enable HDF platform emmc driver"
89 Answer Y to enable HDF platform emmc driver.
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-prepare-building.md122 storage_type = "emmc"
H A Dporting-stm32mp15xx-on-smallsystem.md106 storage_type = "emmc"
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/
H A DKconfig107 bool "Enable HDF platform emmc driver"
111 Answer Y to enable HDF platform emmc driver.
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-prepare-building.md122 storage_type = "emmc"
H A Dporting-stm32mp15xx-on-smallsystem.md104 storage_type = "emmc"
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-mmc-develop.md167 … deviceMatchAttr = "hi3516_mmc_emmc"; // 【必要】用于配置控制器私有数据,要与mmc_config.hcs中对应控制器保持一致。emmc类型。
/ohos5.0/base/startup/init/test/unittest/lite/
H A DBUILD.gn79 if (storage_type == "emmc") {
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ota-guide.md254 | FlashType | flash磁盘类型,例如emmc、ufs等。 |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ota-guide.md254 | FlashType | Flash type, for example, **emmc** or **ufs**.|