Skip to content

Commit

Permalink
Merge pull request #148 from sieren/m5stack-cmake-fix
Browse files Browse the repository at this point in the history
Fix M5Stack Core2 Build Script
  • Loading branch information
sieren committed Feb 8, 2021
2 parents 5664f82 + a834c3f commit 645f708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_all.sh
Expand Up @@ -79,7 +79,7 @@ mkdir M5StackCore2
cp ../build/ota_data_initial.bin ./M5StackCore2/
cp ../build/partition_table/partition-table.bin ./M5StackCore2/
cp ../build/bootloader/bootloader.bin ./M5StackCore2/
cp ../build/homepoint.bin .//
cp ../build/homepoint.bin ./M5StackCore2
cp ../build/spiffs.bin ./M5StackCore2
cd M5Stack
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
Expand Down

0 comments on commit 645f708

Please sign in to comment.