Login
垃圾盘
Home
/
文档
/
Arduino
/
libraries
/
ESP32-PSRamFS
/
examples
/
esp-idf-psramvfs
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
main
2023-11-05 00:20:21
2.35 KB
CMakeLists.txt
2026-04-03 21:04:15
413 B
ReadMe.md
2026-04-03 21:04:15
715 B
sdkconfig
2026-04-03 21:04:15
38.23 KB
## ESP-IDF PSRamFS vfs example 1) cd to the example folder ```console foo@bar:$ cd examples/esp-idf-psramvfs ``` 2) create the components folder ```console foo@bar:$ mkdir components ``` 3) pull the library ```console foo@bar:$ git clone https://github.com/tobozo/ESP32-PsRamFS --branch=1.0.3-beta components/ESP32-PsRamFS ``` 4) setup the project ```console foo@bar:$ idf.py set-target esp32 ``` 5) make sure psram is enabled ```console foo@bar:$ idf.py menuconfig ``` Component config -> ESP32-specific -> Support for external, SPI-connected RAM = yes 6) build and flash ```console foo@bar:$ idf.py build flash monitor ```
Close
2026-05-06 23:23:35 Wednesday 216.73.217.20 Runningtime:4.444s Mem:1.56 MB