2025-10-10 16:07:00 +08:00

6 lines
449 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

bk文件夹是要打包的文件系统内容将要打包的内容按照文件夹的方式存放到里面然后linux命令行执行以下命令即可生成文件系统镜像bk.bin。
./mklittlefs -c bk/ -b 4096 -p 256 -s 139264 bk.bin //139264是镜像的大小对应vnd_flash.c里资源文件分区长度
bk.bin按照上一级目录的《如何烧录文件系统镜像文件.png》即可烧写镜像到flash里面。