You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ar_SA/finalizing-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you don't want one of these applications, you can remove them after you have
24
24
25
25
All applications installed on this guide are open-source. If you are interested in seeing how they work, or would like to leave a star to show your appreciation, their source code is linked here:
Copy file name to clipboardExpand all lines: docs/ar_SA/get-started.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,23 @@ Before starting this guide, we will see if custom firmware is already installed
18
18
### Section I - CFW Check
19
19
20
20
1. Power off your console
21
-
2. Hold the (Select) button
22
-
3. Power on your console while still holding the (Select) button
23
-
4. If you do not see a custom menu (your console just boots to the HOME Menu), you may proceed to the next section
21
+
2. Insert your SD card into your console
22
+
3. Hold the (Select) button
23
+
4. Power on your console while still holding the (Select) button
24
+
5. If you do not see a custom menu (your console just boots to the HOME Menu), you may proceed to the next section
24
25
25
26
::: warning
26
27
27
28
If you see the Luma3DS configuration screen or any other custom menu (e.g. GodMode9, Decrypt9WIP), STOP - you already have custom firmware! Continue from [here](checking-for-cfw#what-to-do-next).
28
29
29
30
:::
30
31
32
+
::: warning
33
+
34
+
If, when the console boots to the HOME Menu, you see the error "Could not detect an SD card", ensure that your SD card is properly formatted: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\))
Copy file name to clipboardExpand all lines: docs/ar_SA/key-information.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,25 +44,32 @@ In most cases, you can follow this guide as long as you are able to download fil
44
44
45
45
:::
46
46
47
-
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card).
47
+
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card). Note that on New 3DS and New 3DS XL consoles, you will need a screwdriver (JIS 00) to access the microSD card, which is located under the backplate.
48
48
49
-
The 3DS can read SD cards of any capacity (even those larger than 32GB), but the card must be formatted as FAT32 (**not** exFAT or NTFS). You can use one of the following tools to format your SD card, depending on your operating system: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\)). SD cards larger than **128GB** are not recommended due to known issues with custom themes and GBA/DS graphics.
49
+
Your (micro)SD card should conform to the following requirements:
50
50
51
-
::: info
52
-
53
-
It is highly recommended to **only use one SD card** with a console at any given time, as you cannot merge the contents of two SD cards later on. So, if your console already has an SD card, you should use that SD card to mod your console, or copy everything to a larger SD card before or after you mod it.
51
+
-**Brand**: Any name brand (SanDisk, Samsung, Kingston, Lexar, PNY, etc.)
52
+
- Beware of fake or illegitimate SD cards (e.g. Memory SD, PRO PLUS, SanDian, Extreme Pro), particularly those purchased from online marketplaces like AliExpress. See [here](https://www.flashcarts.net/microsd-fakes) for a guide on spotting fake SD cards. Using a fake or illegitimate SD card is very likely to result in things not working, or even **data loss**!
53
+
-**Capacity**: Between 2GB and 128GB (inclusive)
54
+
- These cards will be labelled SD (<=2GB), SDHC (4GB-32GB), or SDXC (64GB+)
55
+
- Cards smaller than 2GB are insufficient due to the minimum size of a NAND dump (around 1GB), which is made at the end of this guide as a safety measure
56
+
- Cards 200GB or larger will still work, but are not recommended due to possible issues with DS/GBA graphics and custom themes
57
+
-**Speed**: Any
58
+
- Currently, the cheapest cards on the market are **Class 10** (e.g. SanDisk Ultra). Faster cards are acceptable, but the 3DS cannot take advantage of their speed
59
+
-**Format**: FAT32 with MBR
60
+
- Cards that are 32GB or smaller should already be formatted in this way, while larger SD cards will have to be manually formatted: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\))
54
61
55
-
:::
62
+
For consoles that use a full-size SD card, a microSD card in an SD card adapter will work identically.
56
63
57
-
::: warning
64
+
::: info
58
65
59
-
To follow this guide, you'll need an SD card with a capacity of at least **2GB**.
66
+
It is highly recommended to **only use one SD card** with a console at any given time, as you cannot merge the contents of two SD cards later on. So, if your console already has an SD card, you should use that SD card to mod your console, or copy everything to a larger SD card before or after you mod it.
60
67
61
68
:::
62
69
63
70
::: info
64
71
65
-
If you want, you can check your SD card for errors before following this guide using [H2testw (Windows)](h2testw-\(windows\)), [F3 (Linux)](f3-\(linux\)), or [F3XSwift (Mac)](f3xswift-\(mac\)).
72
+
If you want, you can check your SD card for errors/legitimacy before following this guide using [H2testw](h2testw-\(windows\))/[ValiDrive](https://www.grc.com/validrive.htm) (Windows), [F3 (Linux)](f3-\(linux\)), or [F3XSwift (Mac)](f3xswift-\(mac\)).
Copy file name to clipboardExpand all lines: docs/bg_BG/finalizing-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you don't want one of these applications, you can remove them after you have
24
24
25
25
All applications installed on this guide are open-source. If you are interested in seeing how they work, or would like to leave a star to show your appreciation, their source code is linked here:
Copy file name to clipboardExpand all lines: docs/bg_BG/get-started.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,23 @@ Before starting this guide, we will see if custom firmware is already installed
18
18
### Section I - CFW Check
19
19
20
20
1. Power off your console
21
-
2. Hold the (Select) button
22
-
3. Power on your console while still holding the (Select) button
23
-
4. If you do not see a custom menu (your console just boots to the HOME Menu), you may proceed to the next section
21
+
2. Insert your SD card into your console
22
+
3. Hold the (Select) button
23
+
4. Power on your console while still holding the (Select) button
24
+
5. If you do not see a custom menu (your console just boots to the HOME Menu), you may proceed to the next section
24
25
25
26
::: warning
26
27
27
28
If you see the Luma3DS configuration screen or any other custom menu (e.g. GodMode9, Decrypt9WIP), STOP - you already have custom firmware! Continue from [here](checking-for-cfw#what-to-do-next).
28
29
29
30
:::
30
31
32
+
::: warning
33
+
34
+
If, when the console boots to the HOME Menu, you see the error "Could not detect an SD card", ensure that your SD card is properly formatted: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\))
Copy file name to clipboardExpand all lines: docs/bg_BG/key-information.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,25 +44,32 @@ In most cases, you can follow this guide as long as you are able to download fil
44
44
45
45
:::
46
46
47
-
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card).
47
+
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card). Note that on New 3DS and New 3DS XL consoles, you will need a screwdriver (JIS 00) to access the microSD card, which is located under the backplate.
48
48
49
-
The 3DS can read SD cards of any capacity (even those larger than 32GB), but the card must be formatted as FAT32 (**not** exFAT or NTFS). You can use one of the following tools to format your SD card, depending on your operating system: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\)). SD cards larger than **128GB** are not recommended due to known issues with custom themes and GBA/DS graphics.
49
+
Your (micro)SD card should conform to the following requirements:
50
50
51
-
::: info
52
-
53
-
It is highly recommended to **only use one SD card** with a console at any given time, as you cannot merge the contents of two SD cards later on. So, if your console already has an SD card, you should use that SD card to mod your console, or copy everything to a larger SD card before or after you mod it.
51
+
-**Brand**: Any name brand (SanDisk, Samsung, Kingston, Lexar, PNY, etc.)
52
+
- Beware of fake or illegitimate SD cards (e.g. Memory SD, PRO PLUS, SanDian, Extreme Pro), particularly those purchased from online marketplaces like AliExpress. See [here](https://www.flashcarts.net/microsd-fakes) for a guide on spotting fake SD cards. Using a fake or illegitimate SD card is very likely to result in things not working, or even **data loss**!
53
+
-**Capacity**: Between 2GB and 128GB (inclusive)
54
+
- These cards will be labelled SD (<=2GB), SDHC (4GB-32GB), or SDXC (64GB+)
55
+
- Cards smaller than 2GB are insufficient due to the minimum size of a NAND dump (around 1GB), which is made at the end of this guide as a safety measure
56
+
- Cards 200GB or larger will still work, but are not recommended due to possible issues with DS/GBA graphics and custom themes
57
+
-**Speed**: Any
58
+
- Currently, the cheapest cards on the market are **Class 10** (e.g. SanDisk Ultra). Faster cards are acceptable, but the 3DS cannot take advantage of their speed
59
+
-**Format**: FAT32 with MBR
60
+
- Cards that are 32GB or smaller should already be formatted in this way, while larger SD cards will have to be manually formatted: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\))
54
61
55
-
:::
62
+
For consoles that use a full-size SD card, a microSD card in an SD card adapter will work identically.
56
63
57
-
::: warning
64
+
::: info
58
65
59
-
To follow this guide, you'll need an SD card with a capacity of at least **2GB**.
66
+
It is highly recommended to **only use one SD card** with a console at any given time, as you cannot merge the contents of two SD cards later on. So, if your console already has an SD card, you should use that SD card to mod your console, or copy everything to a larger SD card before or after you mod it.
60
67
61
68
:::
62
69
63
70
::: info
64
71
65
-
If you want, you can check your SD card for errors before following this guide using [H2testw (Windows)](h2testw-\(windows\)), [F3 (Linux)](f3-\(linux\)), or [F3XSwift (Mac)](f3xswift-\(mac\)).
72
+
If you want, you can check your SD card for errors/legitimacy before following this guide using [H2testw](h2testw-\(windows\))/[ValiDrive](https://www.grc.com/validrive.htm) (Windows), [F3 (Linux)](f3-\(linux\)), or [F3XSwift (Mac)](f3xswift-\(mac\)).
Copy file name to clipboardExpand all lines: docs/ca_ES/finalizing-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you don't want one of these applications, you can remove them after you have
24
24
25
25
All applications installed on this guide are open-source. If you are interested in seeing how they work, or would like to leave a star to show your appreciation, their source code is linked here:
Copy file name to clipboardExpand all lines: docs/ca_ES/get-started.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,23 @@ Before starting this guide, we will see if custom firmware is already installed
18
18
### Section I - CFW Check
19
19
20
20
1. Power off your console
21
-
2. Hold the (Select) button
22
-
3. Power on your console while still holding the (Select) button
23
-
4. If you do not see a custom menu (your console just boots to the HOME Menu), you may proceed to the next section
21
+
2. Insert your SD card into your console
22
+
3. Hold the (Select) button
23
+
4. Power on your console while still holding the (Select) button
24
+
5. If you do not see a custom menu (your console just boots to the HOME Menu), you may proceed to the next section
24
25
25
26
::: warning
26
27
27
28
If you see the Luma3DS configuration screen or any other custom menu (e.g. GodMode9, Decrypt9WIP), STOP - you already have custom firmware! Continue from [here](checking-for-cfw#what-to-do-next).
28
29
29
30
:::
30
31
32
+
::: warning
33
+
34
+
If, when the console boots to the HOME Menu, you see the error "Could not detect an SD card", ensure that your SD card is properly formatted: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\))
Copy file name to clipboardExpand all lines: docs/ca_ES/key-information.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,25 +44,32 @@ In most cases, you can follow this guide as long as you are able to download fil
44
44
45
45
:::
46
46
47
-
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card).
47
+
The location of the SD card slot and the type of SD card that is accepted depends on the model of your 3DS. More information can be found on [Nintendo's official support page](https://en-americas-support.nintendo.com/app/answers/detail/a_id/271/~/how-to-insert-an-sd-card-or-microsd-card). Note that on New 3DS and New 3DS XL consoles, you will need a screwdriver (JIS 00) to access the microSD card, which is located under the backplate.
48
48
49
-
The 3DS can read SD cards of any capacity (even those larger than 32GB), but the card must be formatted as FAT32 (**not** exFAT or NTFS). You can use one of the following tools to format your SD card, depending on your operating system: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\)). SD cards larger than **128GB** are not recommended due to known issues with custom themes and GBA/DS graphics.
49
+
Your (micro)SD card should conform to the following requirements:
50
50
51
-
::: info
52
-
53
-
It is highly recommended to **only use one SD card** with a console at any given time, as you cannot merge the contents of two SD cards later on. So, if your console already has an SD card, you should use that SD card to mod your console, or copy everything to a larger SD card before or after you mod it.
51
+
-**Brand**: Any name brand (SanDisk, Samsung, Kingston, Lexar, PNY, etc.)
52
+
- Beware of fake or illegitimate SD cards (e.g. Memory SD, PRO PLUS, SanDian, Extreme Pro), particularly those purchased from online marketplaces like AliExpress. See [here](https://www.flashcarts.net/microsd-fakes) for a guide on spotting fake SD cards. Using a fake or illegitimate SD card is very likely to result in things not working, or even **data loss**!
53
+
-**Capacity**: Between 2GB and 128GB (inclusive)
54
+
- These cards will be labelled SD (<=2GB), SDHC (4GB-32GB), or SDXC (64GB+)
55
+
- Cards smaller than 2GB are insufficient due to the minimum size of a NAND dump (around 1GB), which is made at the end of this guide as a safety measure
56
+
- Cards 200GB or larger will still work, but are not recommended due to possible issues with DS/GBA graphics and custom themes
57
+
-**Speed**: Any
58
+
- Currently, the cheapest cards on the market are **Class 10** (e.g. SanDisk Ultra). Faster cards are acceptable, but the 3DS cannot take advantage of their speed
59
+
-**Format**: FAT32 with MBR
60
+
- Cards that are 32GB or smaller should already be formatted in this way, while larger SD cards will have to be manually formatted: [Windows](formatting-sd-\(windows\)), [macOS](formatting-sd-\(mac\)), [Linux](formatting-sd-\(linux\))
54
61
55
-
:::
62
+
For consoles that use a full-size SD card, a microSD card in an SD card adapter will work identically.
56
63
57
-
::: warning
64
+
::: info
58
65
59
-
To follow this guide, you'll need an SD card with a capacity of at least **2GB**.
66
+
It is highly recommended to **only use one SD card** with a console at any given time, as you cannot merge the contents of two SD cards later on. So, if your console already has an SD card, you should use that SD card to mod your console, or copy everything to a larger SD card before or after you mod it.
60
67
61
68
:::
62
69
63
70
::: info
64
71
65
-
If you want, you can check your SD card for errors before following this guide using [H2testw (Windows)](h2testw-\(windows\)), [F3 (Linux)](f3-\(linux\)), or [F3XSwift (Mac)](f3xswift-\(mac\)).
72
+
If you want, you can check your SD card for errors/legitimacy before following this guide using [H2testw](h2testw-\(windows\))/[ValiDrive](https://www.grc.com/validrive.htm) (Windows), [F3 (Linux)](f3-\(linux\)), or [F3XSwift (Mac)](f3xswift-\(mac\)).
0 commit comments