A Wii U Identification homebrew
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
GaryOderNichts 0143b2e867 Update for latest libraries 2 months ago
.github/workflows WiiUIdent v1.0 2 months ago
data WiiUIdent v1.0 2 months ago
res WiiUIdent v1.0 2 months ago
source Update for latest libraries 2 months ago
.gitignore Build wuhb 3 months ago
Dockerfile Update for latest libraries 2 months ago
LICENSE WiiUIdent v1.0 2 months ago
Makefile Update for latest libraries 2 months ago
README.md Update for latest libraries 2 months ago

README.md

A Wii U Identification homebrew, which display information about console hardware components, software/hardware versions and much more.

WiiUIdent requires the MochaPayload!
Make sure to update to Aroma or Tiramisu, in order to use this application.

Features

WiiUIdent currently displays:

  • Identification
    • Model
    • Serial
    • Production Data
    • Keyset
  • Hardware
    • Type
    • Version
    • Board Type
    • SATA Device
    • DDR3 Size/Speed/Vendor
  • Region
    • Product Area
    • Game Region
  • Versions
    • System Version
    • Boot1 Version
  • MLC/SD Card information
    • Type
    • Manufacturer
    • Product Name
    • Product Revision
    • Production Date (MLC only)
    • Size
    • CID/CSD

System Database

WiiUIdent comes with an option to optionally upload system information to a database. This allows collecting various statistics about Wii U consoles.
After submitting your data, your system information will be added to the database with a System ID, which will be displayed on the console. The database is publicly accessible but personally identifying information will be kept confidential.
The database can be found here!

Screenshots

Building

For building you need:

You can also build WiiUIdent using docker:

# Build docker image (only needed once)
docker build . -t wiiuident_builder

# make 
docker run -it --rm -v ${PWD}:/project wiiuident_builder make

# make clean
docker run -it --rm -v ${PWD}:/project wiiuident_builder make clean

A pre-built container is available as garyodernichts/wiiuident_builder.

Additional Credits

  • @GerbilSoft for providing the System Database and the "System Information" implementation in the recovery_menu.
  • FontAwesome for the icons.
  • Terminus Font for the monospace font.