File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.
7
7
8
8
```
9
9
10
- ./mkspiffs {-c <pack_dir>|-u <dest_dir>|-l|-i} [-b <number>] [-p <number>] [-s
11
- <number>] [--] [--version] [-h] <image_file>
10
+ mkspiffs {-c <pack_dir>|-u <dest_dir>|-l|-i} [-d <0-5>] [-b <number>]
11
+ [-p <number>] [-s <number>] [--] [--version] [-h]
12
+ <image_file>
12
13
13
14
14
- Where:
15
+ Where:
15
16
16
17
-c <pack_dir>, --create <pack_dir>
17
18
(OR required) create spiffs image from a directory
26
27
(OR required) visualize spiffs image
27
28
28
29
30
+ -d <0-5>, --debug <0-5>
31
+ Debug level. 0 means no debug output.
32
+
29
33
-b <number>, --block <number>
30
34
fs block size, in bytes
31
35
71
75
72
76
## To do
73
77
74
- - Error handling
75
- - Determine the image size automatically when opening a file
76
- - Code cleanup
78
+ - [ ] Add more denug output and print spiffs debug output
79
+ - [ ] Error handling
80
+ - [ ] Determine the image size automatically when opening a file
81
+ - [ ] Code cleanup
You can’t perform that action at this time.
0 commit comments