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 325f1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ 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
cd M5StackCore2
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
cd ..
mkdir release
Expand Down

0 comments on commit 325f1fc

Please sign in to comment.