We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413f073 commit 1bbf571Copy full SHA for 1bbf571
m5stack/Makefile
@@ -68,10 +68,12 @@ flash: all
68
write_flash 0x1000 $(BUILD)/uiflow-$(GIT_VERSION).bin
69
70
fs:
71
+ [ -d $(BUILD) ] || mkdir -p $(BUILD)
72
./../tools/littlefs/prebuilt/linux/littlefs2 -c -v -i ./fs \
73
-o $(BUILD)/fs.bin -s 0x14e000 # defined in partitions.csv
74
75
nvs:
76
77
python ./../tools/nvs_partition_gen.py generate partition_nvs.csv \
78
$(BUILD)/nvs.bin 0x6000 # defined in partitions.csv
79
0 commit comments