jingweimo的个人博客分享 http://blog.sciencenet.cn/u/jingweimo

博文

[转载]Formatting an SDXC card for use with Raspberry Pi NOOBS

已有 1802 次阅读 2019-6-1 23:39 |系统分类:科研笔记|文章来源:转载

According to the SD specifications, any SD card larger than 32GB is an SDXC card and has to be formatted with the exFAT filesystem. This means the official SD Formatter tool will always format cards that are 64GB or larger as exFAT.

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.

Linux and Mac OS

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. On a Mac, this means using the built-in Disk Utility application.

Windows

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 which downloads as a single file named guiformat.exe - no installation is necessary.

Run the SD Formatter tool first to ensure that any other partitions on the SD card are deleted. Then run the FAT32 Format (guiformat.exe) tool, ensure you choose the correct drive letter, leave the other options at their default settings, and click "Start". After it has finished, you can proceed with the rest of the NOOBS instructions.

If the FAT32 Format tool doesn't work for you, alternative options are MiniTool Partition Wizard Free Edition and EaseUS Partition Master Free which are "home user" versions of fully featured partition editor tools, and so not as straightforward to use.


References:

https://www.raspberrypi.org/documentation/installation/sdxc_formatting.md

https://www.ahadonline.org/how-to-format-sd-card-to-fat32-for-pi-3/

https://stackoverflow.com/questions/43928925/raspberry-pi-error-resizing-existing-fat-partition

https://www.sdcard.org/downloads/index.html



https://wap.sciencenet.cn/blog-578676-1182515.html

上一篇:Clean install of Windows 10
下一篇:Install OpenCV on the Raspberry Pi 3 B+
收藏 IP: 68.83.204.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-16 06:46

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部