Added SD card layout to pages (#106)
* Added SD card layout to pages * some adjustments Co-authored-by: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
This commit is contained in:
parent
13628a8783
commit
8895df5061
5 changed files with 151 additions and 4 deletions
|
@ -38,4 +38,38 @@ Nothing special, you can leave them there, delete them or replace them with new
|
||||||
### My console suddenly lost online connectivity and I have an HDD sitting on top of the console, what should I do?
|
### My console suddenly lost online connectivity and I have an HDD sitting on top of the console, what should I do?
|
||||||
|
|
||||||
The internal antenna may have been influenced by the hard drive magnet.
|
The internal antenna may have been influenced by the hard drive magnet.
|
||||||
You can move the HDD to a different position atop the Wii U, or move it off the Wii U entirely.
|
You can move the HDD to a different position atop the Wii U, or move it off the Wii U entirely.
|
||||||
|
----------
|
||||||
|
|
||||||
|
# SD Card Layout
|
||||||
|
This is an example of what your SD Card should look like after you set it up. If you have a `-5` error or the `FSOpenFile failed` error your file locations may be incorrect.
|
||||||
|
```
|
||||||
|
💾sd:
|
||||||
|
┣ 📂cbhc (CBHC only)
|
||||||
|
┃ ┣ 📜bootDrcTex.tga
|
||||||
|
┃ ┣ 📜bootTvTex.tga
|
||||||
|
┃ ┣ 📜iconTex.tga
|
||||||
|
┃ ┗ 📜title.txt
|
||||||
|
┣ 📂haxchi (Haxchi & CBHC only)
|
||||||
|
┃ ┣ 📜bootDrcTex.tga
|
||||||
|
┃ ┣ 📜bootTvTex.tga
|
||||||
|
┃ ┣ 📜config.txt
|
||||||
|
┃ ┣ 📜iconTex.tga
|
||||||
|
┃ ┗ 📜title.txt
|
||||||
|
┣ 📂install
|
||||||
|
┃ ┗ 📂Homebrew Launcher Channel (Haxchi & CBHC only)
|
||||||
|
┃ ┣ 📜00000000.app
|
||||||
|
┃ ┣ 📜00000003.h3
|
||||||
|
┃ ┣ ...
|
||||||
|
┃ ┣ 📜title.cert
|
||||||
|
┃ ┣ 📜title.tik
|
||||||
|
┃ ┗ 📜title.tmd
|
||||||
|
┗ 📂wiiu
|
||||||
|
┣ 📂apps
|
||||||
|
┃ ┣ 📂homebrew_launcher
|
||||||
|
┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||||
|
┃ ┃ ┣ 📜icon.png
|
||||||
|
┃ ┃ ┗ 📜meta.xml
|
||||||
|
┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
|
@ -38,4 +38,43 @@ We will now place the required CFW files and some additional homebrew files on t
|
||||||
1. Copy the contents of the `wiiu-extracttosd.zip` file to the root of your SD Card.
|
1. Copy the contents of the `wiiu-extracttosd.zip` file to the root of your SD Card.
|
||||||
1. Copy the contents of the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card.
|
1. Copy the contents of the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card.
|
||||||
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
||||||
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
||||||
|
----------
|
||||||
|
|
||||||
|
### SD Card Layout {docsify-ignore}
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here to show the final SD Card layout.</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
💾sd:
|
||||||
|
┣ 📂cbhc
|
||||||
|
┃ ┣ 📜bootDrcTex.tga
|
||||||
|
┃ ┣ 📜bootTvTex.tga
|
||||||
|
┃ ┣ 📜iconTex.tga
|
||||||
|
┃ ┗ 📜title.txt
|
||||||
|
┣ 📂haxchi
|
||||||
|
┃ ┣ 📜bootDrcTex.tga
|
||||||
|
┃ ┣ 📜bootTvTex.tga
|
||||||
|
┃ ┣ 📜config.txt
|
||||||
|
┃ ┣ 📜iconTex.tga
|
||||||
|
┃ ┗ 📜title.txt
|
||||||
|
┣ 📂install
|
||||||
|
┃ ┗ 📂Homebrew Launcher Channel
|
||||||
|
┃ ┣ 📜00000000.app
|
||||||
|
┃ ┣ 📜00000003.h3
|
||||||
|
┃ ┣ ...
|
||||||
|
┃ ┣ 📜title.cert
|
||||||
|
┃ ┣ 📜title.tik
|
||||||
|
┃ ┗ 📜title.tmd
|
||||||
|
┗ 📂wiiu
|
||||||
|
┣ 📂apps
|
||||||
|
┃ ┣ 📂homebrew_launcher
|
||||||
|
┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||||
|
┃ ┃ ┣ 📜icon.png
|
||||||
|
┃ ┃ ┗ 📜meta.xml
|
||||||
|
┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
|
@ -36,4 +36,38 @@ We will now place the required CFW files and some additional homebrew files on t
|
||||||
1. Copy the contents of the `wiiu-extracttosd.zip` file to the root of your SD Card.
|
1. Copy the contents of the `wiiu-extracttosd.zip` file to the root of your SD Card.
|
||||||
1. Copy the contents of the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card.
|
1. Copy the contents of the `homebrew_launcher.v.1.4.zip` file to the root of your SD Card.
|
||||||
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
||||||
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
||||||
|
----------
|
||||||
|
|
||||||
|
### SD Card Layout {docsify-ignore}
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here to show the final SD Card layout.</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
💾sd:
|
||||||
|
┣ 📂haxchi
|
||||||
|
┃ ┣ 📜bootDrcTex.tga
|
||||||
|
┃ ┣ 📜bootTvTex.tga
|
||||||
|
┃ ┣ 📜config.txt
|
||||||
|
┃ ┣ 📜iconTex.tga
|
||||||
|
┃ ┗ 📜title.txt
|
||||||
|
┣ 📂install
|
||||||
|
┃ ┗ 📂Homebrew Launcher Channel
|
||||||
|
┃ ┣ 📜00000000.app
|
||||||
|
┃ ┣ 📜00000003.h3
|
||||||
|
┃ ┣ ...
|
||||||
|
┃ ┣ 📜title.cert
|
||||||
|
┃ ┣ 📜title.tik
|
||||||
|
┃ ┗ 📜title.tmd
|
||||||
|
┗ 📂wiiu
|
||||||
|
┣ 📂apps
|
||||||
|
┃ ┣ 📂homebrew_launcher
|
||||||
|
┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||||
|
┃ ┃ ┣ 📜icon.png
|
||||||
|
┃ ┃ ┗ 📜meta.xml
|
||||||
|
┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
|
@ -37,3 +37,23 @@ We will now place the required CFW files and some additional homebrew files on t
|
||||||
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
||||||
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card.
|
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card.
|
||||||
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
||||||
|
----------
|
||||||
|
|
||||||
|
### SD Card Layout {docsify-ignore}
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here to show the final SD Card layout.</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
💾sd:
|
||||||
|
┗ 📂wiiu
|
||||||
|
┣ 📂apps
|
||||||
|
┃ ┣ 📂homebrew_launcher
|
||||||
|
┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||||
|
┃ ┃ ┣ 📜icon.png
|
||||||
|
┃ ┃ ┗ 📜meta.xml
|
||||||
|
┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
|
@ -34,4 +34,24 @@ We will now place the required CFW files and some additional homebrew files on t
|
||||||
1. Copy the contents of the `mocha.zip` file to the root of your SD Card.
|
1. Copy the contents of the `mocha.zip` file to the root of your SD Card.
|
||||||
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
1. Copy the contents of the `savemii_mod.zip` file to the root of your SD Card.
|
||||||
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card.
|
1. Copy the `config.ini` file to the `/wiiu/apps/mocha` folder on your SD Card.
|
||||||
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
1. Copy the `payload.elf` from the `payload.zip` to the `wiiu` folder on your SD Card.
|
||||||
|
----------
|
||||||
|
|
||||||
|
### SD Card Layout {docsify-ignore}
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here to show the final SD Card layout.</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
💾sd:
|
||||||
|
┗ 📂wiiu
|
||||||
|
┣ 📂apps
|
||||||
|
┃ ┣ 📂homebrew_launcher
|
||||||
|
┃ ┃ ┣ 📜homebrew_launcher.elf
|
||||||
|
┃ ┃ ┣ 📜icon.png
|
||||||
|
┃ ┃ ┗ 📜meta.xml
|
||||||
|
┃ ┗ (All other apps like disc2app, nanddumper, etc. should be here too)
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue