Lines Matching +full:configuration +full:- +full:dir
1 .. zephyr:code-sample:: littlefs
3 :relevant-api: file_system_api flash_area_api
24 -------------------
32 [00:00:00.010,559] <err> littlefs: Corrupted dir pair at 0 1
33 [00:00:00.010,559] <wrn> littlefs: can't mount (LFS -84); formatting
40 [00:00:00.867,034] <err> fs: failed get file or dir stat (-2)
46 ---------------------------
52 https://www.thevtool.com/mounting-littlefs-on-linux-machine/
54 .. code-block:: console
57 …lfs -d -s -f --read_size=512 --prog_size=512 --block_size=512 --cache_size=512 --lookahead_size=81…
58 …lfs -d -s -f --read_size=512 --prog_size=512 --block_size=512 --cache_size=512 --lookahead_size=81…
60 echo -en '\x01' > foo.txt
61 cd -
62 fusermount -u ./mnt_littlefs
69 -------------------
78 ---------------------------
85 .. zephyr-app-commands::
86 :zephyr-app: samples/subsys/fs/littlefs
89 :gen-args: -DCONF_FILE=prj_blk.conf
94 It is possible that both the ``zephyr,sdmmc-disk`` and ``zephyr,mmc-disk`` block devices will be
95 present and enabled in the final board dts and configuration files simultaneously, the mount
99 * if the :kconfig:option:`CONFIG_DISK_DRIVER_SDMMC` configuration is defined, ``"SD"``
101 * if the :kconfig:option:`CONFIG_DISK_DRIVER_SDMMC` configuration is not defined, but the
102 :kconfig:option:`CONFIG_DISK_DRIVER_MMC` configuration is defined, ``"SD2"`` will
113 .. zephyr-app-commands::
114 :zephyr-app: samples/subsys/fs/littlefs
125 .. zephyr-app-commands::
126 :zephyr-app: samples/subsys/fs/littlefs