Login
垃圾盘
Home
/
文档
/
Arduino
/
libraries
/
ESP32-PSRamFS
/
examples
/
esp-idf-psramvfs
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
main
2023-11-05 00:20:21
2.49 KB
CMakeLists.txt
2021-09-23 00:16:10
232 B
Makefile
2021-09-23 00:16:10
179 B
ReadMe.md
2021-09-23 00:16:10
715 B
sdkconfig
2021-09-23 00:16:10
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-03-21 12:40:04 Saturday 216.73.216.218 Runningtime:0.015s Mem:1.56 MB