Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discrepency in setup steps #42

Open
nickfromthebus opened this issue May 5, 2024 · 2 comments
Open

discrepency in setup steps #42

nickfromthebus opened this issue May 5, 2024 · 2 comments

Comments

@nickfromthebus
Copy link

nickfromthebus commented May 5, 2024

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?

image
image

@matteocrippa
Copy link
Owner

@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

@matteocrippa
Copy link
Owner

@8lackshiki download the files ending with esp8266 from here and in front there's the address to each of them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@matteocrippa @nickfromthebus and others