Lines Matching +full:host +full:- +full:side

1 .. zephyr:code-sample:: shell-fs
3 :relevant-api: file_system_api
25 .. zephyr-app-commands::
26 :zephyr-app: samples/subsys/shell/fs
35 .. code-block:: console
37 zephyr/zephyr.exe -help
42 With FUSE access in the host filesystem
43 ---------------------------------------
45 If you enable the :ref:`host FUSE filsystem access <native_fuse_flash>`
46 you will also have the flash filesystem mounted and accessible from your Linux host filesystem.
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
97 All file system related commands are available as sub-commands of fs.
101 .. code-block:: console
105 Loading filesystem from host PC to flash memory
110 .. code-block:: console
118 From the host side file system must be loaded with 'dd' tool with 'bs=64'
124 .. code-block:: console
128 Example in the host PC:
130 .. code-block:: console
142 -----
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
223 Flash Host Access
226 For the :ref:`native sim board <native_sim>` the flash partitions can be accessed from the host