Difference between revisions of "USB Gecko"
m |
|||
Line 3: | Line 3: | ||
The '''USB Gecko''' is a Wii/Gamecube development and hacking tool which connects to the USB port of the computer, and to the GameCube memory slot of the Wii. It can be used to upload homebrew, to use your computer as a remote terminal under [[Homebrew apps/Wii Linux|Wii Linux]] and as a [[Debugging|remote debugging]] tool. For more information see the [http://www.usbgecko.com USB Gecko homepage]. It has recently been discontinued and the schematics released on [http://code.google.com/p/usbgecko/ Google code]. | The '''USB Gecko''' is a Wii/Gamecube development and hacking tool which connects to the USB port of the computer, and to the GameCube memory slot of the Wii. It can be used to upload homebrew, to use your computer as a remote terminal under [[Homebrew apps/Wii Linux|Wii Linux]] and as a [[Debugging|remote debugging]] tool. For more information see the [http://www.usbgecko.com USB Gecko homepage]. It has recently been discontinued and the schematics released on [http://code.google.com/p/usbgecko/ Google code]. | ||
− | See [[ | + | See [[Gecko OS]] for the Hombrew application to launch a game and be able to debug it remotely using this device. |
To code computer side usbgecko application you need : | To code computer side usbgecko application you need : |
Revision as of 20:23, 6 October 2010
The USB Gecko is a Wii/Gamecube development and hacking tool which connects to the USB port of the computer, and to the GameCube memory slot of the Wii. It can be used to upload homebrew, to use your computer as a remote terminal under Wii Linux and as a remote debugging tool. For more information see the USB Gecko homepage. It has recently been discontinued and the schematics released on Google code.
See Gecko OS for the Hombrew application to launch a game and be able to debug it remotely using this device.
To code computer side usbgecko application you need :
Hardware
The USB Gecko is a two step converter to convert EXI<->serial<->usb. It is a fancy serial port. All the fun is provided by software. No, the EXI interrupt is not possible to trigger from the PC.