Skip to content

Commit d5ceb18

Browse files
Add mklittlefs.sh script
1 parent bf16ba5 commit d5ceb18

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scripts/mklittlefs.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
mydir=$(readlink -f "$0")
4+
mydir=$(dirname "$mydir")
5+
6+
size=0x200000 # 2MB
7+
~/sources/mklittlefs/mklittlefs -c "$mydir"/../internal_filesystem/ -s "$size" internal_filesystem.bin
8+

0 commit comments

Comments
 (0)