On Wio Terminal, I am unable to open the root directory on an SD card

Hi there,
try this?

root = SD.open("/");

printDirectory(root, 0);

Serial.println("done!");
}

HtH
GL :slight_smile: PJ
from this tutorial…