Lines Matching +full:check +full:- +full:uart +full:- +full:files

1 .. zephyr:code-sample:: shell-fs
3 :relevant-api: file_system_api
15 A board with LittleFS file system support and UART console
25 .. zephyr-app-commands::
26 :zephyr-app: samples/subsys/shell/fs
33 You have several options to control this. You can check them with:
35 .. code-block:: console
37 zephyr/zephyr.exe -help
39 Check the :ref:`native_sim UART documentation <native_ptty_uart>` for information on how to connect
40 to the UART.
43 ---------------------------------------
49 search path and that a 32-bit version of libfuse is installed. For more
50 background information on this requirement check
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
91 files.
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
124 .. code-block:: console
130 .. code-block:: console
138 Files System Shell Commands
142 -----
146 .. code-block:: console
151 --
153 List all files and directories in a given path
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