The sdcard@1 node is already present and correct in the board devicetree, just held at status = "disabled". Enabling it is a one-line change.
sdcard@1 {
compatible = "espressif,esp32-sdspi";
- status = "disabled";
frequency-khz = <20000>;
};
Verified on hardware: a 16 GB FAT32 card mounts at boot and the Files app can browse it and write to it. It shares SPI2 with the e-paper panel and the LoRa radio, and I have seen no contention in normal use.
The
sdcard@1node is already present and correct in the board devicetree, just held atstatus = "disabled". Enabling it is a one-line change.Verified on hardware: a 16 GB FAT32 card mounts at boot and the Files app can browse it and write to it. It shares SPI2 with the e-paper panel and the LoRa radio, and I have seen no contention in normal use.