Skip to content

Commit ea12e68

Browse files
authored
Update sdxc_formatting.md (raspberrypi#1429)
1 parent 24b8194 commit ea12e68

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

installation/sdxc_formatting.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ According to the [SD specifications](https://www.sdcard.org/developers/overview/
44

55
The Raspberry Pi's bootloader, built into the GPU and non-updateable, only has support for reading from FAT filesystems (both FAT16 and FAT32), and is unable to boot from an exFAT filesystem. So if you want to use NOOBS on a card that is 64GB or larger, you need to reformat it as FAT32 first before copying the NOOBS files to it.
66

7-
## Linux and Mac OS
7+
## Using Raspberry Pi Imager
8+
9+
Our imaging tool has an option to format an SD card to the correct FAT filesystem. Download the tool from [here](https://www.raspberrypi.org/downloads/).
10+
11+
Run the Raspberry Pi Imager application, then from the `Choose OS option`, select `Erase (Format card as FAT32)`. Now select the SD card you wish to format from the `Choose SD Card` option, and finally click on `Write`.
12+
13+
## Other Options
14+
15+
### Linux and Mac OS
816

917
The standard formatting tools built into these operating systems are able to create FAT32 partitions; they might also be labelled as FAT or MS-DOS. Simply delete the existing exFAT partition and create and format a new FAT32 primary partition, before proceeding with the rest of the [NOOBS instructions](noobs.md). On a Mac, this means using the command-line `diskutil` program.
1018

11-
## Windows
19+
### Windows
1220

1321
The standard formatting tools built into Windows are limited, as they only allow partitions up to 32GB to be formatted as FAT32, so to format a 64GB partition as FAT32 you need to use a third-party formatting tool. A simple tool to do this is [FAT32 Format](http://www.ridgecrop.demon.co.uk/guiformat.htm) which downloads as a single file named `guiformat.exe` - no installation is necessary.
1422

0 commit comments

Comments
 (0)