You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however the filename for s3 version of bootloader is 0x1000_bootloader.bin and there is an 0xE000_boot.bin which is left blank. So I am confused as to proper addressing. Are the files labeled incorrectly or is the example wrong? And what is with the missing E000 address in example whereas the file exists? I am asking because I cannot get my ESP32 to work properly but the example is VERY unclear. Any help or clarification would be greatly appreciated! Also, would this mean that there are four (4) required files for the standard esp32 based on the filenames?
The text was updated successfully, but these errors were encountered:
@nickfromthebus the readme needs some updates and will be address in the next PR, btw feel free to refer to the structure in the archive, all the files for esp32-s3 are needed, and you can spot them ending with esp32-s3.
If you are installing from scratch you will need to install:
0x1000_bootloader_esp32-s3.bin
0xe000_boot_esp32-s3.bin
0x10000_firmware_esp32-s3.bin
0x8000_partition_esp32-s3.bin
Then any further upgrade will need just the firmware-esp32-s3.bin
in setup steps it says to use address in filename for bin files. In example of esp32-s3 however the example given is
0x0000 bootloader.bin
0x8000 partitions.bin
0xE000
0x10000 firmware.bin
however the filename for s3 version of bootloader is 0x1000_bootloader.bin and there is an 0xE000_boot.bin which is left blank. So I am confused as to proper addressing. Are the files labeled incorrectly or is the example wrong? And what is with the missing E000 address in example whereas the file exists? I am asking because I cannot get my ESP32 to work properly but the example is VERY unclear. Any help or clarification would be greatly appreciated! Also, would this mean that there are four (4) required files for the standard esp32 based on the filenames?
The text was updated successfully, but these errors were encountered: