RGH 1.2 for Xbox 360 on a Raspberry Pi Pico
Forked version of Trinity model made by Balázs Triszka (2022)
Some feedback and improvements to support other Xbox 360 models.
For connecting pins, use the references available in a simple Google search for Xbox 360 motherboard.
(POST, CPU_RESET, CPU_PLL, 3.3V and GND)
mkdir build
cd build
cmake ..
make
if error occurs use: cmake -DPICOTOOL_FORCE_FETCH_FROM_GIT=ON ..
- Tested in Xenon although you still get the expected result.
Raspberry Pi Pico | Xbox 360 Motherboard (Xenon) |
---|---|
3.3V | |
GND | GND |
GPIO 11 | CPU_RESET |
GPIO 12 | CPU_PLL |
GPIO 14 (Green LED) | |
GPIO 15 (Red LED - Optional) |
- Add pin scheme for each Xbox 360 model, although by objective, the Xenon, Opus and Zephyr versions; since the Falcon, Jasper and onwards, have their methods for RGH3
- Compile the uf2 file