Added SD card layout for both Tiramisu and Aroma (#167)
* Added SD card layout for Tiramisu * Added SD card layout for Aroma
This commit is contained in:
parent
bc01e271fb
commit
801226db11
2 changed files with 82 additions and 0 deletions
|
@ -22,3 +22,42 @@ We will now place the required Aroma files on the SD Card.
|
||||||
- The two `wiiu` folders should be merged if not done automatically.
|
- The two `wiiu` folders should be merged if not done automatically.
|
||||||
|
|
||||||
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
|
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
|
||||||
|
----------
|
||||||
|
|
||||||
|
### SD Card Layout {docsify-ignore}
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Click here to show the final SD Card layout.</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
💾sd:
|
||||||
|
┗ 📂wiiu
|
||||||
|
┣ 📂apps
|
||||||
|
┃ ┣ 📜AromaUpdater.wuhb
|
||||||
|
┃ ┣ 📜PayloadLoaderInstaller.wuhb
|
||||||
|
┃ ┗ (All other apps should be here too)
|
||||||
|
┣ 📂environments
|
||||||
|
┃ ┗ 📂aroma
|
||||||
|
┃ ┣ 📂modules
|
||||||
|
┃ ┃ ┣ 📂setup
|
||||||
|
┃ ┃ ┃ ┣ 📜00_mocha.rpx
|
||||||
|
┃ ┃ ┃ ┣ 📜10_wums_loader.rpx
|
||||||
|
┃ ┃ ┃ ┗ 📜99_autoboot.rpx
|
||||||
|
┃ ┃ ┗ (All other Aroma modules ending with .wms should be here too)
|
||||||
|
┃ ┣ 📂plugins
|
||||||
|
┃ ┃ ┣ 📜AromaBasePlugin.wps
|
||||||
|
┃ ┃ ┣ 📜drc_region_free.wps
|
||||||
|
┃ ┃ ┣ 📜homebrew_on_menu.wps
|
||||||
|
┃ ┃ ┣ 📜regionfree.wps
|
||||||
|
┃ ┃ ┗ (All other Aroma plugins ending with .wps should be here too)
|
||||||
|
┃ ┗ 📜root.rpx
|
||||||
|
┣ 📂payloads
|
||||||
|
┃ ┣ 📂default
|
||||||
|
┃ ┃ ┗ 📜payload.elf
|
||||||
|
┃ ┗ 📂nanddumper
|
||||||
|
┃ ┗ 📜payload.elf
|
||||||
|
┣ 📜payload.rpx
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
|
@ -27,3 +27,46 @@ We will now place the required CFW files and some additional homebrew files on t
|
||||||
1. Copy the `01_sigpatches.rpx` file to `/wiiu/environments/tiramisu/modules/setup` on your SD Card.
|
1. Copy the `01_sigpatches.rpx` file to `/wiiu/environments/tiramisu/modules/setup` on your SD Card.
|
||||||
|
|
||||||
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
|
?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes.
|
||||||
|
----------
|
||||||
|
|
||||||
|
### 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
|
||||||
|
┃ ┣ 📜PayloadLoaderInstaller.wuhb
|
||||||
|
┃ ┗ (All other apps should be here too)
|
||||||
|
┣ 📂environments
|
||||||
|
┃ ┣ 📂installer
|
||||||
|
┃ ┃ ┗ 📂modules
|
||||||
|
┃ ┃ ┗ 📂setup
|
||||||
|
┃ ┃ ┣ 📜00_mocha.rpx
|
||||||
|
┃ ┃ ┗ 📜90_launch_installer.rpx
|
||||||
|
┃ ┗ 📂tiramisu
|
||||||
|
┃ ┣ 📂modules
|
||||||
|
┃ ┃ ┗ 📂setup
|
||||||
|
┃ ┃ ┣ 📜00_mocha.rpx
|
||||||
|
┃ ┃ ┣ 📜01_sigpatches.rpx
|
||||||
|
┃ ┃ ┣ 📜50_hbl_installer.rpx
|
||||||
|
┃ ┃ ┗ 📜99_autoboot.rpx
|
||||||
|
┃ ┗ 📜root.rpx
|
||||||
|
┣ 📂payloads
|
||||||
|
┃ ┣ 📂default
|
||||||
|
┃ ┃ ┗ 📜payload.elf
|
||||||
|
┃ ┣ 📂fw_img_loader
|
||||||
|
┃ ┃ ┗ 📜payload.elf
|
||||||
|
┃ ┗ 📂nanddumper
|
||||||
|
┃ ┗ 📜payload.elf
|
||||||
|
┣ 📜payload.rpx
|
||||||
|
┗ 📜payload.elf
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue