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
Esptool already supports writing to flash chips larger than 16 MB. Octal and quad flashes had to been implemented differently. This is probably relevant for ESP32-S3 only for now. I assume it will be a desired feature for ESP32-P4 as well.
The text was updated successfully, but these errors were encountered:
I just had a discussion with Scott and we concluded that possibly this could be implemented without esp-hal which could make things much easier. Just to do ROM calls with flash driver implementation. We need to make easy for the community to contribute new flash drivers.
Esptool already supports writing to flash chips larger than 16 MB. Octal and quad flashes had to been implemented differently. This is probably relevant for ESP32-S3 only for now. I assume it will be a desired feature for ESP32-P4 as well.
The text was updated successfully, but these errors were encountered: