apuder / TRS-IO

GNU General Public License v3.0
56 stars 25 forks source link

SD card not working #34

Closed troffon closed 2 years ago

troffon commented 2 years ago

The SD card status on the TRS-IO Configuration page shows up red, when I hover the mouse over it says "Failed to initialize SD card". I've tried a couple of SD cards, both Class 4 formatted as FAT32.

Checked connections of SD card holder to PCB.

WiFi/SMB share works fine.

apuder commented 2 years ago

Can you post the ESP'S log? (idf.py monitor)

troffon commented 2 years ago

Unfortunately I'm not familiar with the idf tools. Attached a log which I got by connecting Putty to ESP32 serial port, hope this will be of use. Thanks ESP32_Putty.log

troffon commented 2 years ago

After seeing that the ESP log failed early on sdmmc_card_init, I decided to re-solder all the sd card contacts. Now the sd card is functioning correctly. Closing this issue.