Difference between revisions of "List of WiiU custom firmwares"
From WikiTemp, the GBAtemp wiki
m (typo) |
(column description) |
||
Line 12: | Line 12: | ||
* OTP = One time Programmable chipset, contains console's unique keys. | * OTP = One time Programmable chipset, contains console's unique keys. | ||
* SEEPROM = Chipset which contains specific console's key, like current USB HDD key. | * SEEPROM = Chipset which contains specific console's key, like current USB HDD key. | ||
− | + | * SigPatch = Signature check patch, Allows launch and installation of unsigned titles. | |
+ | * IOSUhax node = API allowing easy file system access, external device FAT32 support, etc. | ||
Line 22: | Line 23: | ||
! style="width:4%" | redOTP | ! style="width:4%" | redOTP | ||
! style="width:4%" | redSEEPROM | ! style="width:4%" | redSEEPROM | ||
− | ! style="width:4%" | | + | ! style="width:4%" | SigPatch |
! style="width:4%" | Region free | ! style="width:4%" | Region free | ||
− | ! style="width:4%" | | + | ! style="width:4%" | IOSUhax Node |
! class="unsortable" | Description | ! class="unsortable" | Description | ||
! style="width:10%" | Author | ! style="width:10%" | Author |
Revision as of 13:40, 17 December 2016
WiiU Homebrew | |
---|---|
Introduction • Homebrew Development • Glossary | |
Lists | All Homebrew • Applications • Games • Emulators • Demos • CFWs • Exploits • Development Tools • PC Utilities |
Custom Firmwares
- See also: WiiU CFWs
- Coldboot = Compatible with Coldboothax. Can be loaded at console's launch using system.xml
- sysNAND= System NAND, the memory located on the console
- red = Redirected (the action of accessing the data on another location)
- redNAND = Redirected NAND, the NAND copy located on SD card
- OTP = One time Programmable chipset, contains console's unique keys.
- SEEPROM = Chipset which contains specific console's key, like current USB HDD key.
- SigPatch = Signature check patch, Allows launch and installation of unsigned titles.
- IOSUhax node = API allowing easy file system access, external device FAT32 support, etc.
Title | Coldboot | sysNAND | redNAND | redOTP | redSEEPROM | SigPatch | Region free | IOSUhax Node | Description | Author | Thread | Source |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Simple signature check patcher | ✘ | ✔ | ✘ | ✘ | ✘ | ✔ | ✘ | ✘ | Patch signature check and return to sysNAND or HBL. | Dimok | Thread | Source |