Skip to content

LilyGO T-Deck Max: enable the SD card #626

Description

@Crazypedia

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions