Hardware Questions regarding my Wii U CAT-DEV unit

d3wky

New Member
OP
Newbie
Joined
Jan 4, 2024
Messages
2
Trophies
0
Age
32
XP
29
Country
United States
I just did a trade for this Wii U CAT-DEV unit and I have a few questions. First off, I have no experience in game development, but it's something I've always been interested in. I had an opportunity to trade for this Wii U CAT-DEV unit and pulled the trigger because I thought it was interesting and wanted to learn more about it. So, the only thing I have is this box.. Would I need the custom console and pad that it would have come with in order to fully use this? Or is there anyway I could use a regular pad/console with this? Also, what all would I need to get this thing running and test it out? Any information and input is greatly appreciated. I realize I may be jumping into something that's a bit over my head, but I'm trying my best to learn and any info helps.

**Edit: So I've found out that I do in fact need the matching pad/console in order to really do anything with this. So now I have a really cool paperweight until I find the matching hardware. Wish me luck!**
 

Attachments

  • 20240103_185207.jpg
    20240103_185207.jpg
    1.8 MB · Views: 69
  • 20240103_185218.jpg
    20240103_185218.jpg
    1.2 MB · Views: 55
  • 20240103_185234.jpg
    20240103_185234.jpg
    1.6 MB · Views: 46
  • 20240103_185332.jpg
    20240103_185332.jpg
    2.8 MB · Views: 60
Last edited by d3wky,
  • Like
Reactions: handy333

SylverReZ

Well-Known Member
Member
Joined
Sep 13, 2022
Messages
9,799
Trophies
7
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
31,183
Country
United Kingdom
I just did a trade for this Wii U CAT-DEV unit and I have a few questions. First off, I have no experience in game development, but it's something I've always been interested in. I had an opportunity to trade for this Wii U CAT-DEV unit and pulled the trigger because I thought it was interesting and wanted to learn more about it. So, the only thing I have is this box.. Would I need the custom console and pad that it would have come with in order to fully use this? Or is there anyway I could use a regular pad/console with this? Also, what all would I need to get this thing running and test it out? Any information and input is greatly appreciated. I realize I may be jumping into something that's a bit over my head, but I'm trying my best to learn and any info helps.
This is only for testing alpha/beta builds of games, not really useful unless you want to archive lost media.
 

MythraWasTaken

New Member
Newbie
Joined
Jan 2, 2021
Messages
3
Trophies
1
XP
97
Country
United States
I just did a trade for this Wii U CAT-DEV unit and I have a few questions. First off, I have no experience in game development, but it's something I've always been interested in. I had an opportunity to trade for this Wii U CAT-DEV unit and pulled the trigger because I thought it was interesting and wanted to learn more about it. So, the only thing I have is this box.. Would I need the custom console and pad that it would have come with in order to fully use this? Or is there anyway I could use a regular pad/console with this? Also, what all would I need to get this thing running and test it out? Any information and input is greatly appreciated. I realize I may be jumping into something that's a bit over my head, but I'm trying my best to learn and any info helps.

**Edit: So I've found out that I do in fact need the matching pad/console in order to really do anything with this. So now I have a really cool paperweight until I find the matching hardware. Wish me luck!**
Hey,

Sorry I don't check gba-temp often, but this cat-dev could contain useful items on it, even if it doesn't contain games. Also your edit is not correct. Your cat-dev will be able to pair with any gamepad that is the same region as it. Retail, or dev (source: I have 3 cat-dev's, and all of them can pair with dev & retail gamepads as long as the regions of the two devices match).

This device may contain deleted archives, but it's gonna be pretty rare to have full games in it. The Cafe SDK heavily discouraged adding files directly to the CAT-DEV, and instead using something called "PCFS" where the filesystem of the wii-u was entirely read from a PC setup with the SDK for the wii-u. Still! It may contain useful items.

The big problem you're going to run into is, booting one of these devices, normally requires a full setup of Cafe SDK (something that can be hard to retrieve, and requires a very long laborious setup process). I've personally been working on a series of tools to help fix this gap, so cat-dev's don't just become e-waste, and hopefully we can improve dev experiences in general. This project is called Sprig ( rem-verse/sprig on github ). Here you'll be able to boot the device into SystemConfigTool (regardless of which mode your device is in), find the region, and pair it with a gamepad. You can also start working on dumping things.

Please reach out to me with any questions either here, on discord (DMs or in some place common like RGD), or otherwise if you need any help. Sprig is still very early days so the process would be:

1. Choose how you want to install Sprig.
- If you want to use the prebuilt packages, they haven't been tested much , and may be kinda buggy but the "msi" on the latest build of Sprig (if you're using windows), or the appropriate packages on the build page should download, and install all the binaries.
- If you want to build the package from source:
- Download and setup rust if you haven't already (the language sprig is written in) (lookup "rustup")
- Download and setup git if you haven't already.
- Open up "git bash" on windows, or a normal command prompt on any other OS, and run `cargo build` inside a git checkout of sprig.
- Prepend all commands with `./target/debug` so for example if a step says run: `bridgectl ls`, actually run `./target/debug/bridgectl ls`.
2. Power on your cat-dev and connect it to the same network your PC is on (the cat-dev should use a hardwired ethernet cable, the host pc can be wifi or ethernet).
3. Run `bridgectl ls -t` which will print out the information about the cat-dev that is powered on your network.
4. Run `bridgectl boot <ip address of bridge> --boot-without-pcfs` (e.g. if your cat-dev ip was: 192.168.1.1 run: `bridgectl boot 192.168.1.1 --boot-without-pcfs`).
5. The device should boot into SystemConfigTool by default, unless the host has overriden it (very rare, and very likely this console will contain builds we want).
6. Move both switches on the front of the cat-dev to "wireless" over "wired", and hit the sync button on the front (you may have to hit it once or twice).
7. It will take you to the sync page, and give you a password you can enter, and should tell you what region the console is in.

If you also were willing to share dumps:

- Go to: `<bridge ip>/update.cgi` in your browser on your laptop while the cat-dev is on, and connected to the network (again if your bridge ip is 192.168.1.1 go to: 192.168.1.1/update.cgi`). Look at the FW version, we call this the "MION Version". If it's anything other than `0.00.13.58`, `0.00.13.74`, `0.00.14.70`, `0.00.14.77`, or `0.00.14.80`, please please please dump this firmware version. You can do this with sprig, run:
- `bridgectl mion dump-eeprom <ip of cat-dev>`
- `bridgectl mion dump-firmware-from-memory <ip of cat-dev>`
- This will place two files down in whatever directory you're command prompt is actively in, please save these, or send these to someone who can archive them.

- I'm working on a tool to remote dump the cat-dev, but it's still going through some bug fixes. If you're not willing to open the device, please don't write any games to the hard drive until I have a chance to finish the remote dumping tool, and we can fully dump the hard drive contents of your cat-dev.
 

handy333

Well-Known Member
Member
Joined
Sep 8, 2010
Messages
191
Trophies
1
Age
33
Location
Over in Wonderlust
Website
projectrisingsun.weebly.com
XP
640
Country
United States
I just did a trade for this Wii U CAT-DEV unit and I have a few questions. First off, I have no experience in game development, but it's something I've always been interested in. I had an opportunity to trade for this Wii U CAT-DEV unit and pulled the trigger because I thought it was interesting and wanted to learn more about it. So, the only thing I have is this box.. Would I need the custom console and pad that it would have come with in order to fully use this? Or is there anyway I could use a regular pad/console with this? Also, what all would I need to get this thing running and test it out? Any information and input is greatly appreciated. I realize I may be jumping into something that's a bit over my head, but I'm trying my best to learn and any info helps.

**Edit: So I've found out that I do in fact need the matching pad/console in order to really do anything with this. So now I have a really cool paperweight until I find the matching hardware. Wish me luck!**
Man I wish so much to have that.
I " 'd" the other one that looked more like a special edition of a wiiu.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    Sounds good, I had blueberry coffee cake w my cup of coffee. We buy these cheap jiffy boxes n coffee cake recipe on side of box, its so good.
    Blueberry-Muffin-e1726589965529-865x1536.png
  • K3Nv3 @ K3Nv3:
    Not the usual Mojito?
  • K3Nv3 @ K3Nv3:
    I'm doing okay just enough to still have a couple fried eggs
    +1
  • BigOnYa @ BigOnYa:
    You get to eat eggs everyday? That's like the rich eating caviar everyday.
  • K3Nv3 @ K3Nv3:
    Yeah you think McDonald's is so bad but I get bogo egg mcmuffins motherchuckers
  • K3Nv3 @ K3Nv3:
    They have been having good deals on coffee $2 any size so I've been grabbing $2 large iced coffee there in the morning usually don't get anything else
  • BigOnYa @ BigOnYa:
    Yuk, hate iced coffee, unless its a ice cap from Tim Hortons, or coffee ice cream.
  • K3Nv3 @ K3Nv3:
    Or fireball mixed in with it
  • K3Nv3 @ K3Nv3:
    Coffee concentrates at home are better you can just add your own syrups or whatever
  • BigOnYa @ BigOnYa:
    Bailey's in coffee is good, fireball don't think so
  • K3Nv3 @ K3Nv3:
    https://a.co/d/chfaHs4 if I order in the summer will it be cooked by the time it arrives
  • K3Nv3 @ K3Nv3:
    Bailey's is basically coffee liqueur
    +1
  • BigOnYa @ BigOnYa:
    R.fc5f218535b9ecd3ceb67ca73b40b936
    This is really good also, but more expensive.
  • K3Nv3 @ K3Nv3:
    $4 for Digiorno not too bad
  • K3Nv3 @ K3Nv3:
    Lol Amazon has their own pizza now https://a.co/d/dgwobxu
  • BigOnYa @ BigOnYa:
    Costco has 4 pack pep pizza deal for only $9, it pretty good.
    costco-pepperoni-pizza-03.jpg
  • Maq47 @ Maq47:
    no cap, I woke up this morning feeling a bit morally sus. I think I went too skibidi and munted with a little too much rizzle-dizzle last night. monetary assistance is g-rizzle. uwu
  • K3Nv3 @ K3Nv3:
    When did Snoop Dogg join chat
    +2
  • BigOnYa @ BigOnYa:
    FoRizzle
    +1
  • Minox @ Minox:
    Wish I could get some more Koskenkorva vodka here
  • Minox @ Minox:
    Mine is about to run out and I don't go back for another 2-3 months
    K3Nv3 @ K3Nv3: https://youtube.com/shorts/IV9RTWLpPvg