At present there's no microSDXC cards, but with microSDHC now at its limit (32GB) and full-sized SDXC cards (64GB and up) now on the market that can be used with either SD-to-microSD adapters or as SSDs (with appropriate internal adapters that support IDE access), SDXC is an emerging issue for Rockbox. This may have been better placed in the feature-suggestions forum, but I came here because it treads uncomfortably close to the
NoDo list (though I do *NOT* advocate changing it) and it'll be awhile before it's urgent.
It's known that the first generation of SDXC (SD 3.0 or UHS-I) is electrically identical to SDHC, but is formatted using Microsoft's proprietary exFAT format; thus conventional wisdom (
here and
here) has been that they can be used with Rockbox simply by reformatting them as FAT32 with a third-party utility. (Not only are file systems other than FAT32 NoDo, but AFAIK there is *no* open-source implementation of exFAT, though reportedly one is in the works for Linux.) Second-generation SDXC cards (SD 4.0 or UHS-II) will have a different pin-out to support higher speeds, which (as assumed so far) will make them incompatible with current slots; they're too speculative to discuss for now.
However,
this post says it is *NOT* enough to simply reformat the SDXC card as FAT32; you must *also* change its Master Boot Record (MBR) partition type ID to 0Ch (FAT32 LBA), which is *NOT* always automatic. (ExFAT uses 07h, same as NTFS.) If the MBR ID is wrong, Rockbox won't read the card--whether as a SSD (per the poster's experience) or thru a card slot (as I tested with a microSDHC card in my Sansa e280v1 running Rockbox 3.9, with FAT32 formatting but an MBR ID of 07h).
From both the poster's experience and my own testing with a 160GB external USB HDD, it appears third-party utilities are inconsistent about changing the MBR ID. Though he reported the
GUI version of FAT32Format didn't change the MBR ID, in my testing both the GUI and
command-line versions of FAT32Format *did* change it; the difference may be that I was formatting an HDD instead of a SDXC card. However, in my testing
Partition Wizard Home Edition 6.0 does *not* automatically change the MBR ID, though a separate setting will change the MBR ID manually. He also tested the Windows version of
mkdosfs, but I didn't; I suspect it doesn't change the MBR ID either. He used the command-line version of
MBRWizard (click "CLI Freeware"--its GUI version is commercial; also check
their old site for tips) to change the MBR ID; I used both that and Partition Wizard. (Note: All command-line tools require an
elevated command prompt in both Vista & 7.)
From this testing, it's clear that once microSDXC hits the market, many users will find that even reformatting their cards to FAT32 may *NOT* make them readable in Rockbox. It'll be hard enough to point them towards third-party FAT32 formatters; making them also change the MBR ID manually might be a step too far for ordinary users. Given my experience with FAT32Format was different than the earlier poster's, it may not even be enough to point them to the "right" FAT32 formatter that fixes the MBR ID automatically.
A possible solution for a future Rockbox build is for it to do what Windows apparently does--ignore the MBR ID and detect FAT32 formatting directly, at least for microSD slots; I suspect that could be done in firmware without modifying the bootloader. (That's especially true of older Sansa models like mine where the OF does *not* support microSDHC, but Rockbox does.) It would be nice if that could also be done with SDXC cards (and other >32GB cards) used as SSDs; but that implicates the bootloader, which may make it just as much a NoDo as exFAT. (Besides, those modders *should* have enough tech experience to do the MBR ID fix themselves--not just for Rockbox, but for the OF as well.) Any comments or suggestions?