Quick question.
Using Firmware 4.2.9.0
I cannot get my SD Card to work. Using SD Card 1.2 with a 16 GB SanDisk.
I read someplace in here that SD/SDHC is OK and no size limit… Is that correct?
using GHI.Premium.IO;
using GHI.Premium.System;
using GHI.Premium.Hardware;
static PersistentStorage ps;
ps = new GHI.Premium.IO.PersistentStorage("SD");
ps always returns null
SD is formatted FAT32 and I can obtain
VolumeInfo vi = sdCard.GetStorageDevice().Volume;
I just cannot mount it.
Anything I should be aware of?
Thank you again!