79153164

Date: 2024-11-03 16:35:35
Score: 1
Natty:
Report link

On your developer pc you need to merge all 4 bin files into one .bin file. This can be achieved in two ways:
or to use github.com/vtunr/esp32_binary_merger
or to use (built-in esptool functionality, i would use this) esptool merge_bin command

On the customer pc, you may install esptool and use write_flash command, but easier way just to install Flash Download Tool from espressif tools.
Keep in mind, your start address for flashing will be 0x0000

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: asat