Hey guys,
I just got my SFE datalogger, but it can’t access my SD card. Spark says either the format is wrong or the board needs repair; does this look like the right procedure for formatting under Linux?
-
fdisk, new primary partition across whole card, set to FAT16 (type 6), write.
-
mkfs.msdos -F 16 /dev/sda1
The resulting card seems right, and works in my computer and camera… Anybody got any ideas?