Xbox:ModXo: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
(Updated to highlight the V1.0 release and Shalx joining forces with Team Resurgent)
Line 1: Line 1:
<languages/><translate>
<languages/><translate>
{{Template:Note|Modxo is a relatively new modchip and in active development, make sure to visit the [https://github.com/Team-Resurgent/Modxo project's GitHub] page for the most up-to-date information and version. Information on this page is based on the V1.0 release.}}
<!--T:1-->
<!--T:1-->
{{Infobox/project
{{Infobox/project
Line 27: Line 30:
== Requirements == <!--T:5-->
== Requirements == <!--T:5-->
* Working LPC Port
* Working LPC Port
* Original Raspberry Pi Pico or RP2040-Zero (some clone boards are not compatible unless specified otherwise)
* YD-RP2040, original Raspberry Pi Pico or RP2040-Zero (some clone boards are not compatible unless specified otherwise)
* x4 100 Ohm resistors (tested with 1/4 W resistors)
* x4 100 Ohm resistors (tested with 1/4 W resistors)
* Optional diode if connecting modchip to both PC and xbox at the same time.
* Optional diode if (not using YD-RP2040) and connecting modchip to both PC and xbox at the same time.


== Installation Steps == <!--T:6-->
== Installation Steps == <!--T:6-->
Line 44: Line 47:
'''Note:''' Various 'flavors' of this packer are available on the repo, in Python, and GoLang, to be ran locally.
'''Note:''' Various 'flavors' of this packer are available on the repo, in Python, and GoLang, to be ran locally.


== Adapter Boards == <!--T:8-->
== Hardware / Adapter Boards == <!--T:8-->


=== V1.0 ===
The 'YD-RP2040' is recommended<ref>https://discord.com/channels/770816616937160745/1216896033506988102/1267898204998078466</ref> by Team Resurgent and is a low cost alternative to the Pi Pico and has a few small benefits:
* Optional W25Q128 for 16M storage
* Built-in 'RGB pixel' and protection diode to simplify 'bill of materials'
* Pin-out compatible with the original Pi Pico


<!--T:9-->
The only downside is that the data out pin of the 'RGB Pixel' is not exposed on the board, requiring to solder to it directly if you want to add external RGB.
* Electrical5: [https://github.com/Electrical5/Pico-ModXo Pi Pico], [https://github.com/Electrical5/ModXo-RP2040-Zero RP2040-Zero]


=== V0.2 ===
=== V1.0 === <!--T:9-->
* Electrical5: [https://github.com/Electrical5/Pico-ModXo Pi Pico / YD-RP2040], [https://github.com/Electrical5/ModXo-RP2040-Zero RP2040-Zero]


<!--T:10-->
=== V0.2 === <!--T:10-->
* ModzvilleUSA (RP2040-Tiny): https://github.com/modzvilleusa/Modxo-PCB-for-Rp2040-tiny
* ModzvilleUSA (RP2040-Tiny): https://github.com/modzvilleusa/Modxo-PCB-for-Rp2040-tiny


Line 60: Line 66:


</translate>
</translate>
== References ==

Revision as of 09:10, 20 August 2024

Other languages:
Exclamation-circle-fill.svgModxo is a relatively new modchip and in active development, make sure to visit the project's GitHub page for the most up-to-date information and version. Information on this page is based on the V1.0 release.


ModXo

Modxo.png

Information
Founder(s) ShalX
Contribution(s) ShalX, Team Resurgent
Purpose RP2040 Based Modchip
GitHub https://github.com/Team-Resurgent/Modxo


Modxo (pronounced "modsho") is a firmware that emulates an LPC bus, converting the Raspberry Pi Pico into an Original Xbox modchip capable of running a modified BIOS.

The project was originally founded by Shalx, which upon the success of the modchip joined forces with Team Resurgent to continue development of the modchip and improve integration into existing projects.

Build Circuit

Wiring diagram for the V0.2 Modxo circuit

Note: D0 is only needed by versions different from 1.6 and the LFrame pin connection is only needed by version 1.6. In addition, LPC rebuild is required.

Versions

With the release of V1.0 by Team Resurgent it's also possible to run PrometheOS on Modxo, which (among other features) allows uploading multiple bios banks via HTTP and FTP.

Requirements

  • Working LPC Port
  • YD-RP2040, original Raspberry Pi Pico or RP2040-Zero (some clone boards are not compatible unless specified otherwise)
  • x4 100 Ohm resistors (tested with 1/4 W resistors)
  • Optional diode if (not using YD-RP2040) and connecting modchip to both PC and xbox at the same time.

Installation Steps

  • Connect your Raspberry Pi Pico to a PC while holding down the BOOTSEL button, and a new drive will appear.
  • Copy the latest "Modxo.uf2" firmware onto the root of the mounted drive.
  • Reconnect the Raspberry Pi Pico while holding BOOTSEL to bring up the previous drive.
  • Copy your BIOS UF2 file into the drive
  • Copy over your converted BIOS UF2 file onto the drive.

Packing BIOS

  • Go to https://shalxmva.github.io/modxo/
  • Drag-and-drop your BIOS file. (This will work with any compatible BIOS image, including stock.)
  • The UF2 file with BIOS image will be downloaded.

Note: Various 'flavors' of this packer are available on the repo, in Python, and GoLang, to be ran locally.

Hardware / Adapter Boards

The 'YD-RP2040' is recommended[1] by Team Resurgent and is a low cost alternative to the Pi Pico and has a few small benefits:

  • Optional W25Q128 for 16M storage
  • Built-in 'RGB pixel' and protection diode to simplify 'bill of materials'
  • Pin-out compatible with the original Pi Pico

The only downside is that the data out pin of the 'RGB Pixel' is not exposed on the board, requiring to solder to it directly if you want to add external RGB.

V1.0

V0.2


References