Hey guys,
Our FujiNet project (https://github.com/FujiNetWIFI/fujinet-platformio/) uses an ESP32-WROVER-E with 16mb of available flash, and 8MB of PSRAM.
Is it possible to update the ESP32 via SD card, using PSRAM as temp storage? Our firmware has the potential to grow larger, and doing the typical route via OTA is not as appealing to us, as it takes a substantial amount of our flash storage away from us for future development.
-Thom
is it possible to update via SD card using PSRAM as temp storage?
-
- Posts: 1696
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: is it possible to update via SD card using PSRAM as temp storage?
Update from an SD card should be possible in theory. You'd have to include SD card and FAT drivers into a custom bootloader (not the standard IDF drivers though, since they depend on FreeRTOS running), or into a small factory app.
PSRAM is of little use in this case. An application cannot overwrite itself while running no matter where the update data comes from.
PSRAM is of little use in this case. An application cannot overwrite itself while running no matter where the update data comes from.
Who is online
Users browsing this forum: No registered users and 107 guests