5

Does anyone know if one of these microSD-cards is compatible with the Raspberry Pi model B ?

  • SDSQUNC-032G Micro SDHC Ultra Class 10 UHS-I
  • SDSQUNC-064G Micro SDXC Ultra Class 10 UHS-I

(The second one is just the bigger version of the first one.)

I've looked up following webpages:

but both of them seem to be outdated.

I would appreciate any advice. :-)

scherzkrapferl
  • 393
  • 1
  • 4
  • 16

2 Answers2

3

The second card is actually the one I use as my primary card in my Raspberry Pi. I've never had any problems with it, and have been very happy with its performance.

Jacobm001
  • 11,904
  • 7
  • 47
  • 58
3

The Embedded Linux Wiki maintains a fairly up-to-date Raspberry Pi SD card compatibility list.

The SDSQUNC-064G-GN6MA is listed there as being compatible with Raspberry Pi 2 B. There is no difference between Raspberry Pi 1 B and 2 B models concerning SD card compatibility. So yes, it is compatible.

However, this is a microSDXC and not a microSDHC card, it comes formatted in exFAT, which is governed by a proprietary license. One will have to reformat it to FAT32 or copy an image over it. NOOB will not work without reformatting. Once installed, extending the file system will work though.

Serge Stroobandt
  • 455
  • 7
  • 18