Lines Matching +full:sample +full:- +full:point +full:- +full:data
1 .. zephyr:code-sample:: shell-fs
3 :relevant-api: file_system_api
23 You can build this sample for :ref:`native_sim <native_sim>` with:
25 .. zephyr-app-commands::
26 :zephyr-app: samples/subsys/shell/fs
35 .. code-block:: console
37 zephyr/zephyr.exe -help
43 ---------------------------------------
49 search path and that a 32-bit version of libfuse is installed. For more
53 .. code-block:: console
55 export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
57 .. zephyr-app-commands::
58 :zephyr-app: samples/subsys/shell/fs
60 :gen-args: -DCONFIG_FUSE_FS_ACCESS=y
67 .. zephyr-app-commands::
68 :zephyr-app: samples/subsys/shell/fs
77 the :zephyr:code-sample:`littlefs` sample.
79 .. zephyr-app-commands::
80 :zephyr-app: samples/subsys/shell/fs
88 If you want to use the 'flash load' command then build the sample with the
90 If the buffer is too small then some data may be lost during transfer of large
97 All file system related commands are available as sub-commands of fs.
101 .. code-block:: console
110 .. code-block:: console
114 It allows loading the data via UART, directly into flash memory at a given
115 address. Data must be aligned to a value dependent on the target flash memory,
119 (if the file is loaded in chunks greater than 64B the data is lost and isn't
124 .. code-block:: console
130 .. code-block:: console
142 -----
144 Mount a file system partition to a given mount point
146 .. code-block:: console
151 --
155 .. code-block:: console
160 --
164 .. code-block:: console
169 ---
173 .. code-block:: console
178 -----
183 .. code-block:: console
185 fs write <path> [-o <offset>] <hex number> ...
188 ----
192 .. code-block:: console
197 -----
201 .. code-block:: console
206 -----
210 .. code-block:: console
215 --
219 .. code-block:: console