Skip to content

Commit 325f1fc

Browse files
committed
Merge pull request #148 from sieren/m5stack-cmake-fix
Fix M5Stack Core2 Build Script
2 parents 5664f82 + a834c3f commit 325f1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ mkdir M5StackCore2
7979
cp ../build/ota_data_initial.bin ./M5StackCore2/
8080
cp ../build/partition_table/partition-table.bin ./M5StackCore2/
8181
cp ../build/bootloader/bootloader.bin ./M5StackCore2/
82-
cp ../build/homepoint.bin .//
82+
cp ../build/homepoint.bin ./M5StackCore2
8383
cp ../build/spiffs.bin ./M5StackCore2
84-
cd M5Stack
84+
cd M5StackCore2
8585
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
8686
cd ..
8787
mkdir release

0 commit comments

Comments
 (0)