SC-F001 way better logging and parameters. not integrated yet but.
This commit is contained in:
26
build/flasher_args.json
Normal file
26
build/flasher_args.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"write_flash_args" : [ "--flash_mode", "dio",
|
||||
"--flash_size", "8MB",
|
||||
"--flash_freq", "40m" ],
|
||||
"flash_settings" : {
|
||||
"flash_mode": "dio",
|
||||
"flash_size": "8MB",
|
||||
"flash_freq": "40m"
|
||||
},
|
||||
"flash_files" : {
|
||||
"0x1000" : "bootloader/bootloader.bin",
|
||||
"0x10000" : "app-template.bin",
|
||||
"0x8000" : "partition_table/partition-table.bin",
|
||||
"0xd000" : "ota_data_initial.bin"
|
||||
},
|
||||
"bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" },
|
||||
"app" : { "offset" : "0x10000", "file" : "app-template.bin", "encrypted" : "false" },
|
||||
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
|
||||
"otadata" : { "offset" : "0xd000", "file" : "ota_data_initial.bin", "encrypted" : "false" },
|
||||
"extra_esptool_args" : {
|
||||
"after" : "hard_reset",
|
||||
"before" : "default_reset",
|
||||
"stub" : true,
|
||||
"chip" : "esp32"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user