From d3b5d4a586358f56b104f8667b1331542d1e5f03 Mon Sep 17 00:00:00 2001 From: MechanicalDragon Date: Fri, 16 Apr 2021 01:04:57 -0700 Subject: [PATCH] Add requirement to be able to add files to the SD This seems to be a common enough issue that adding this statement should address this --- _pages/en_US/home.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/_pages/en_US/home.txt b/_pages/en_US/home.txt index d0d244dc37..b7c6f3cc2d 100644 --- a/_pages/en_US/home.txt +++ b/_pages/en_US/home.txt @@ -84,6 +84,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. + If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ++ In order to follow this guide, you will need to be able to put files onto the sd card. ___