Skip to content

Commit

Permalink
Fix Build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sieren committed Feb 8, 2021
1 parent ca1a342 commit a834c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_all.sh
Original file line number Diff line number Diff line change
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 a834c3f

Please sign in to comment.