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

ESP32 with multiples flash memory (IDFGH-11334) #12482

Open
3 tasks done
PabloGarciaJaen opened this issue Oct 30, 2023 · 1 comment
Open
3 tasks done

ESP32 with multiples flash memory (IDFGH-11334) #12482

PabloGarciaJaen opened this issue Oct 30, 2023 · 1 comment
Labels
Status: Opened Issue is new

Comments

@PabloGarciaJaen
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Hello,

I am developing and ESP32 with 2 memory flash. I want to upload a "bootloader" code in one of them and the main code in the other one.
The first memory, at one point of its code, it will indicate that the ESP32 must jump to the other flash to continue with the code.

Is this possible? Is there any example?.

Thanks

@espressif-bot espressif-bot added the Status: Opened Issue is new label Oct 30, 2023
@github-actions github-actions bot changed the title ESP32 with multiples flash memory ESP32 with multiples flash memory (IDFGH-11334) Oct 30, 2023
@igrr
Copy link
Member

igrr commented Oct 31, 2023

No, this is not supported in ESP-IDF, all the executable code has to be in one flash chip.

(Technically, this is possible in ESP32 — some code could be added to the 2nd stage bootloader to remap the GPIOs to another SPI flash chip. But this is not something that IDF supports. You can try to do it yourself, following some comments in #1205)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants