10-25-2018, 09:20 AM
As I responded in the Espressif forum:
You have to modify the esp-idf/components/esp32/spiram_psram.c, to enable psRAM initialization for ESP32-PICO-D4 and rebuild the firmware.
See this for instructions.
The correct pin mapping should be like this (latest response from esp-idf team).
I will modify this file in the next MicroPython repository update, probably it will selectable in menuconfig as it is not yet officially supported by esp-idf.
At the moment I don't have an ESP32-PICO-D4 board to test it, I hope to get one soon.
You have to modify the esp-idf/components/esp32/spiram_psram.c, to enable psRAM initialization for ESP32-PICO-D4 and rebuild the firmware.
See this for instructions.
The correct pin mapping should be like this (latest response from esp-idf team).
I will modify this file in the next MicroPython repository update, probably it will selectable in menuconfig as it is not yet officially supported by esp-idf.
At the moment I don't have an ESP32-PICO-D4 board to test it, I hope to get one soon.