Deploying to gh-pages from @ hacks-guide/Guide_3DS@9ad37c2ce6 🚀
This commit is contained in:
parent
c2130fd792
commit
2153922cc1
4 changed files with 32 additions and 5 deletions
2
feed.xml
2
feed.xml
|
@ -1 +1 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-08-03T17:03:22+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-08-07T01:03:11+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
|
|
@ -486,6 +486,7 @@ window.cookieconsent.initialise({
|
|||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#required-reading" id="markdown-toc-required-reading">Required Reading</a></li>
|
||||
<li><a href="#instructions" id="markdown-toc-instructions">Instructions</a></li>
|
||||
<li><a href="#troubleshooting" id="markdown-toc-troubleshooting">Troubleshooting</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
@ -539,6 +540,16 @@ mmcblk0 179:0 0 3,8G 0 disk
|
|||
</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="troubleshooting">Troubleshooting</h3>
|
||||
|
||||
<ul>
|
||||
<li>SD card remains undetected by console or continues to display the wrong capacity after formatting
|
||||
<ul>
|
||||
<li>Your SD card may be partitioned or have unallocated space. Follow the instructions <a href="https://wiki.hacks.guide/wiki/SD_Clean/Linux">here</a> to reformat your SD card.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
|
|
@ -490,6 +490,7 @@ window.cookieconsent.initialise({
|
|||
<li><a href="#os-x-yosemite-1010-and-earlier" id="markdown-toc-os-x-yosemite-1010-and-earlier">OS X Yosemite (10.10) and earlier</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#troubleshooting" id="markdown-toc-troubleshooting">Troubleshooting</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
@ -560,6 +561,16 @@ window.cookieconsent.initialise({
|
|||
<li>If the SD card had any files and folders on it before the format, copy everything back from your computer</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="troubleshooting">Troubleshooting</h3>
|
||||
|
||||
<ul>
|
||||
<li>SD card remains undetected by console or continues to display the wrong capacity after formatting
|
||||
<ul>
|
||||
<li>Your SD card may be partitioned or have unallocated space. Follow the instructions <a href="https://wiki.hacks.guide/wiki/SD_Clean/Mac">here</a> to reformat your SD card.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
|
|
@ -488,7 +488,7 @@ window.cookieconsent.initialise({
|
|||
<li><a href="#what-you-need" id="markdown-toc-what-you-need">What You Need</a></li>
|
||||
<li><a href="#instructions-32gb-or-smaller" id="markdown-toc-instructions-32gb-or-smaller">Instructions (32GB or smaller)</a></li>
|
||||
<li><a href="#instructions-64gb-or-larger" id="markdown-toc-instructions-64gb-or-larger">Instructions (64GB or larger)</a></li>
|
||||
<li><a href="#common-errors-using-guiformat" id="markdown-toc-common-errors-using-guiformat">Common Errors using guiformat</a></li>
|
||||
<li><a href="#troubleshooting" id="markdown-toc-troubleshooting">Troubleshooting</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
@ -557,19 +557,24 @@ window.cookieconsent.initialise({
|
|||
<li>If the SD card had any files and folders on it before the format, copy everything back from your computer</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="common-errors-using-guiformat">Common Errors using guiformat</h3>
|
||||
<h3 id="troubleshooting">Troubleshooting</h3>
|
||||
|
||||
<ul>
|
||||
<li>Failed to open device: GetLastError()=32
|
||||
<li>guiformat shows the error “Failed to open device: GetLastError()=32”
|
||||
<ul>
|
||||
<li>Close everything that may be using the SD card, such as any File Explorer windows.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>GetLastError()=1117
|
||||
<li>guiformat shows the error “GetLastError()=1117”
|
||||
<ul>
|
||||
<li>Your SD card write-protection switch may be <a href="/images/sdlock.png">enabled</a>. The lock must be flipped upwards to allow writing to the SD card (including formatting).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>SD card remains undetected by console or continues to display the wrong capacity after formatting
|
||||
<ul>
|
||||
<li>Your SD card may be partitioned or have unallocated space. Follow the instructions <a href="https://wiki.hacks.guide/wiki/SD_Clean/Windows">here</a> to reformat your SD card.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue