What is the largest microSD card that a Monoprice Select Mini can read?
I have a Monoprice Select Mini v2 and it came with a 256 MB SD card. I have a bunch of 16 GB cards. I have made sure that the new SD card has a FAT32 filesystem. I copy the gcode file onto this card and when I put it in the printer, it can't find any files!
And yes, the file is at the root level of the filesystem and it uses the proper naming convention. The file works on the old card.
Since the old card still works, this isn't an emergency, but I want to have a backup and I don't have any other cards that small.
16 GB Micro SD cards don't work, at least the ones I have.
That's interesting. Maybe the firmware developers were trying to conserve memory? I shall have to try a 32GB card that I have (with my Tronxy X1). It is also possible that Monoprice have tweaked their firmware for some reason, rather than use default values.
Try to determine the actual file system on your working SD card, maybe you just need exfat or something. You can use Disk Manager on Windows (does not detect all of them) or mount utility on Linux. Your problem also may have something to deal with SDHC support in the SD reader of your printer. Try using different SDHC and SD cards (SDHCs start from 4GB iirc).
The exFAT system doesn't work, though that may be due to the size of the card. i reformated it to a FAT32, and that didn't work. I haven't been able to find a source for 256 MB micro SD cards.
You could try to use the least advanced SD card, the SDSC style. These will be less than 4 GB. Since you can't find 256 MB cards, try an SDSC 1 GB card.
@NomadMaker, I took too long to edit :) Continued... In my work, we've had to support many generations of SD cards, and there are occasional problems with backward compatibility of SDHC cards when accessed through an older signaling protocol.
I finally got a 16 GB card to work. Perhaps the previous 16 GB card I'd used was defective.
Unfortunately, the answer isn't as simple as that a specific size of SD card works and another size doesn't. The Marlin firmware wiki mentions:
The SD- or MMC- Card must be formatted as FAT and must have a MMC interface. This is more likely with cards <= 2 GB.
MMC is the predecessor of SD. SD cards are not necessarily fully backwards compatible with MMC. Apparently, Marlin uses some features specific to MMC, so your card should support it.
The SD card support in Marlin is based on the Arduino SD Card Library, which further mentions:
The library supports FAT16 and FAT32 file systems on standard SD cards and SDHC cards.
Based on this:
Cards should be formatted FAT16 or FAT32.
Cards bigger than 32 GB definitely won't work (not SD or SDHC).
Cards at most 2 GB will probably work.
Cards between 2 GB and 32 GB might work, depending on the specifics of the card.
Is there any way of knowing that an SD card supports the MMC protocol without putting it into the printing (but another machine or even from the manufacture's website?). Are some brands more likely to support it?
License under CC-BY-SA with attribution
Content dated before 7/24/2021 11:53 AM
Mick 5 years ago
I would expect Repetier and Marlin to support up to 32GB (the maximum size for a FAT32 partition).