
Description
This program is a modification of custom ios module by neimod, implementing a usb2 (ehci) driver instead of the oh0 module.
- added libcios, to avoid (source) code duplication between modules and iostester
- corrected some bugs in the original code (stack address pointed to the begginning of actual memory allocation, but needed to be at the end.)
- added tinyehci, a minimal generic ehci driver based on linux ehci-hcd driver.
- added oh0module, which implements the oh0 ios messages with tinyehci, and new usbstorage messages for even better
- added patchmii installer
Usage
- install the cios_usb2 with cios_usb2_install.dol
- Plug your usb key into wii external port (for HW modders, this should actually also work with the unused internal port if the pins are present on the PCB..)
- test it with tester.elf
Source: Wiibrew

3 comments:
Would this improve the speed dumping a disc to USB pen?
It could speed it up a great deal.
It could also help pave the way for loading ISO via USB, possibly bypassing the 3x limit that is screwing up most current loaders.
Does anyone know whether this is safe to install and whether it impairs the IOS249?
Post a Comment