[esp32-p4] is this possible to do with it?
Posted: Thu Oct 03, 2024 9:42 pm
Hi community,
Some idea came to my mind.
On esp32-p4 we have plenty of spiram, we also know it is possible on esp-idf to run binary from RAM, without actually flashing it.
Is it possible actually possible to load firmware from sd card into psram and run it from there? Maybe mmap-ing or other mechanism,
Im not asking if its possible with current API, just if its possible at all.
Thanks
Some idea came to my mind.
On esp32-p4 we have plenty of spiram, we also know it is possible on esp-idf to run binary from RAM, without actually flashing it.
Is it possible actually possible to load firmware from sd card into psram and run it from there? Maybe mmap-ing or other mechanism,
Im not asking if its possible with current API, just if its possible at all.
Thanks