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
Trying to test Store&Forward on a collection of Heltec nodes. The E213 and T190 ESP32s3 hardware are supposed to have 8MB of PSRAM. The serial logs report 0 PSRAM found, and disable S&F. First tested with an image from the web installer, then a local PlatformIO build of 2.5.20 from the github repo.
First I thought that the firmware/variants/heltec_vision_master_e213/platformio.ini just required a additional "build_flags" of "-DBOARD_HAS_PSRAM". But then discovered that was already being set in "firmware/boards/heltec_vision_master_e213.json".
Suspected it could be some other incorrectly set variable but have not found the correct combination yet. I've tried adding:
Wondering if anyone has hints on where I might focus my efforts. Is there anything special that needs to be done for PSRAM? Any oddities with the PSRAM test code? Are any other ESP32s3 MCU platforms working OK with S&F?
Category
Hardware Compatibility
Hardware
Heltec Vision Master E213
Firmware Version
2.5.18 and 2.5.20
Description
Trying to test Store&Forward on a collection of Heltec nodes. The E213 and T190 ESP32s3 hardware are supposed to have 8MB of PSRAM. The serial logs report 0 PSRAM found, and disable S&F. First tested with an image from the web installer, then a local PlatformIO build of 2.5.20 from the github repo.
First I thought that the firmware/variants/heltec_vision_master_e213/platformio.ini just required a additional "build_flags" of "-DBOARD_HAS_PSRAM". But then discovered that was already being set in "firmware/boards/heltec_vision_master_e213.json".
Suspected it could be some other incorrectly set variable but have not found the correct combination yet. I've tried adding:
build.extra_flags:
"-mfix-esp32-psram-cache-issue",
"-mfix-esp32-psram-cache-strategy=memw",
and
"build.flash_mode": "dio",
"build.psram_type": "qspi",
Settings found on Heltec E213 example https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/boards.txt
Wondering if anyone has hints on where I might focus my efforts. Is there anything special that needs to be done for PSRAM? Any oddities with the PSRAM test code? Are any other ESP32s3 MCU platforms working OK with S&F?
Relevant log output
The text was updated successfully, but these errors were encountered: