Skip to content

Commit

Permalink
bootloader.bin now version dependant
Browse files Browse the repository at this point in the history
  • Loading branch information
Olli69 committed May 21, 2023
1 parent 701341e commit 048ed63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install/esp32-generic-6ch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"chipFamily": "ESP32",
"parts": [
{"path": "../bootloader_dout_40m.bin", "offset" :4096},
{"path": "bootloader.bin", "offset" :4096},
{"path": "partitions.bin", "offset" :32768},
{"path": "../boot_app0.bin", "offset" :57344},
{ "path": "firmware.bin", "offset": 65536 },
Expand Down
1 change: 1 addition & 0 deletions postbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def before_upload(source, target, env):
shutil.copyfile(compile_folder+"firmware.bin", dest_dir+"firmware.bin")
shutil.copyfile(compile_folder+"littlefs.bin", dest_dir+"littlefs.bin")
shutil.copyfile(compile_folder+"partitions.bin", dest_dir+"partitions.bin")
shutil.copyfile(compile_folder+"bootloader.bin", dest_dir+"bootloader.bin")

manifest_from_path = "install/" + env_id + "/manifest.json"
manifest_to_path = dest_dir + "manifest.json"
Expand Down

0 comments on commit 048ed63

Please sign in to comment.