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.
2 parents 5664f82 + a834c3f commit 325f1fcCopy full SHA for 325f1fc
scripts/build_all.sh
@@ -79,9 +79,9 @@ mkdir M5StackCore2
79
cp ../build/ota_data_initial.bin ./M5StackCore2/
80
cp ../build/partition_table/partition-table.bin ./M5StackCore2/
81
cp ../build/bootloader/bootloader.bin ./M5StackCore2/
82
-cp ../build/homepoint.bin .//
+cp ../build/homepoint.bin ./M5StackCore2
83
cp ../build/spiffs.bin ./M5StackCore2
84
-cd M5Stack
+cd M5StackCore2
85
python ../merge_bin_esp.py --output_name homepoint_m5stackcore2_full.bin --bin_path partition-table.bin ota_data_initial.bin bootloader.bin homepoint.bin spiffs.bin --bin_address 0x8000 0xd000 0x1000 0x10000 0x2b0000
86
cd ..
87
mkdir release
0 commit comments