Searched refs:mount (Results 1 – 25 of 39) sorted by relevance
12
10 bool "The card will be formatted if mount has failed."14 If this config item is set, the card will be formatted if mount has failed.21 If this config item is set, SDMMC is used to mount the SDcard.22 Otherwise, will use SPI host to access and mount the SDcard.
4 bool "Format the card if mount failed"8 the mount has failed.
13 … - mount FAT filesystem using FATFS library (and format card, if the filesystem cannot be mounted),80 …T_FAILED` menuconfig option enabled. Card was unformatted, so the initial mount has failed. Card w…86 W (596) vfs_fat_sdmmc: failed to mount card (13)104 ### Failure to mount filesystem107 example: Failed to mount filesystem. If you want the card to be formatted, set the EXAMPLE_FORMAT_I…109 The example will be able to mount only cards formatted using FAT32 filesystem. If the card is forma…
38 string "Host path to mount (e.g. absolute path to web dist directory)"46 string "Website mount point in VFS"49 Specify the mount point in VFS.
9 … - mount SPIFFS filesystem using SPIFFS library (and format, if the filesystem can not be mounted),37 … set to `true` in the source code. SPIFFS was unformatted, so the initial mount has failed. SPIFFS…41 W (324) SPIFFS: mount failed, -10025. formatting...
13 … - mount FAT filesystem using FATFS library (and format card, if the filesystem cannot be mounted),99 …T_FAILED` menuconfig option enabled. Card was unformatted, so the initial mount has failed. Card w…105 W (596) vfs_fat_sdmmc: failed to mount card (13)141 ### Failure to mount filesystem144 example: Failed to mount filesystem. If you want the card to be formatted, set the EXAMPLE_FORMAT_I…146 The example will be able to mount only cards formatted using FAT32 filesystem. If the card is forma…
22 - Path prefix where to mount the filesystem (e.g. ``"/sdcard"``, ``"/spiflash"``)28 …mount the filesystem using the same drive number which was passed to :cpp:func:`esp_vfs_fat_regist…
169 Each registered FS has a path prefix associated with it. This prefix can be considered as a "mount …171 In case when mount points are nested, the mount point with the longest matching path prefix is used…182 …e, mount point names must start with the path separator (``/``) and must contain at least one char…
33 - Set the mount point in your filesystem in `SD card mount point in the filesystem` menu item. This…124 | 2. Enter 'mount <device>' to mount filesystem |135 sniffer> mount sd316 - Make sure you have pluged in your SD card and mount it into filesystem before doing sniffer work …
79 int "Host FS: Maximum number of the host filesystem mount points"82 Define maximum number of host filesystem mount points.
237 static int mount(int argc, char **argv) in mount() function322 .func = &mount, in register_mount()
59 string "SD card mount point in the filesystem"62 Specify the mount point in the VFS (Virtual File System) for SD card.
76 …hen we also need to specify the full path of the website in `Host path to mount (e.g. absolute pat…77 * Set the mount point of the website in `Website mount point in VFS` option, the default value is `…
59 hdiutil mount ~/esp/crosstool.dmg
47 hdiutil mount ~/esp/crosstool.dmg
28 …fat_register` 相同的驱动编号挂载文件系统。请参考 `FatFs 文档 <http://www.elm-chan.org/fsw/ff/doc/mount.html>`_,查看更多信息;
10 …- mount FAT filesystem using FATFS library (and format the filesystem, if the filesystem can not b…
30 …-R), then Section `How to Flash a Board`_ provides instructions on how to mount a module onto ESP3…116 Please mount a module of your choice onto your ESP32-DevKitS(-R) according to the following steps:
22 …terfacing. Developers can either connect peripherals with jumper wires or mount ESP32-DevKitC V4 o…
191 Added forced mount feature with changes of f_mount().205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
92 To mount your ESP-LyraP-LCD32 onto the board with a female Extension Header:
48 …ls to be mounted, enable the config option `The card will be formatted if mount has failed` (`EXAM…