File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,9 @@ represented by VFS classes.
191
191
192
192
Build a Lfs1 filesystem on *block_dev *.
193
193
194
+ .. note :: There are reports of littlefs v1 failing in certain situations,
195
+ for details see `littlefs issue 347 `_.
196
+
194
197
.. class :: VfsLfs2(block_dev)
195
198
196
199
Create a filesystem object that uses the `littlefs v2 filesystem format `_.
@@ -204,8 +207,13 @@ represented by VFS classes.
204
207
205
208
Build a Lfs2 filesystem on *block_dev *.
206
209
210
+ .. note :: There are reports of littlefs v2 failing in certain situations,
211
+ for details see `littlefs issue 295 `_.
212
+
207
213
.. _littlefs v1 filesystem format : https://github.com/ARMmbed/littlefs/tree/v1
208
214
.. _littlefs v2 filesystem format : https://github.com/ARMmbed/littlefs
215
+ .. _littlefs issue 295 : https://github.com/ARMmbed/littlefs/issues/295
216
+ .. _littlefs issue 347 : https://github.com/ARMmbed/littlefs/issues/347
209
217
210
218
Block devices
211
219
-------------
Original file line number Diff line number Diff line change @@ -214,13 +214,18 @@ Littlefs
214
214
Littlefs _ is a filesystem designed for flash-based devices, and is much more
215
215
resistant to filesystem corruption.
216
216
217
+ .. note :: There are reports of littlefs v1 and v2 failing in certain
218
+ situations, for details see `littlefs issue 347 `_ and
219
+ `littlefs issue 295 `_.
220
+
217
221
Note: It can be still be accessed over USB MSC using the `littlefs FUSE
218
222
driver `_. Note that you must use the ``-b=4096 `` option to override the block
219
223
size.
220
224
221
225
.. _littlefs FUSE driver : https://github.com/ARMmbed/littlefs-fuse/tree/master/littlefs
222
-
223
226
.. _Littlefs : https://github.com/ARMmbed/littlefs
227
+ .. _littlefs issue 295 : https://github.com/ARMmbed/littlefs/issues/295
228
+ .. _littlefs issue 347 : https://github.com/ARMmbed/littlefs/issues/347
224
229
225
230
To format the entire flash using littlefs v2::
226
231
You can’t perform that action at this time.
0 commit comments