raspberrypilearning / software-guide

Installing and using Raspbian on the Raspberry Pi
https://www.raspberrypi.org/learning/software-guide
Other
13 stars 5 forks source link

No mention of issues with SDFormatter and 64GB SD cards #13

Closed lurch closed 7 years ago

lurch commented 7 years ago

As prices of microSD cards continue to fall, I guess more and more people are likely to attempt to use a 64GB (or larger) SD card with NOOBS. However as explained here there's some issues to be aware of when trying to use a 64GB microSD card with NOOBS.

The NOOBS instructions at https://www.raspberrypi.org/learning/software-guide/quickstart/ just say to use the SD Formatter tool. However anyone doing so with a 64GB (or larger) SD card will then end up with their card formatted as exFAT, and the Raspberry Pi isn't able to boot from cards that are formatted as exFAT. So the user following those NOOBS instructions will then have absolutely no idea why NOOBS is failing to boot on their Pi if they happen to be using a 64GB card.

The simplest way of 'fixing' this issue would be to add a link to https://www.raspberrypi.org/documentation/installation/sdxc_formatting.md from https://www.raspberrypi.org/learning/software-guide/quickstart/

lawsie commented 7 years ago

Thanks, this will be fixed by #14 once it's been copy edited.

lurch commented 7 years ago

Great, thank @lawsie :+1: Strictly speaking, exFAT is incompatible with the Raspberry Pi, rather than just NOOBS specifically; but the text that you have there currently is fine :)