Skip to content

EEPROM reader/writer for the Original Xbox that also decodes the EEPROM data

License

Notifications You must be signed in to change notification settings

dtomcat/picoPromSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic YAML Badge

picoPromSD

EEPROM reader/writer and OG Xbox Seagate Password retrieval for the Original Xbox that also decodes the EEPROM data

This project is based on the work from Ryzee119's ArduinoProm:

ArduinoProm. An Arduino based Original Xbox EEPROM reader and writer. It can be used to recover a HDD key etc.

ArduinoProm is inspired and adapted upon the awesome work by Grimdoomer on PiPROM, now achievable on a <$3 Arduino board. See https://github.com/grimdoomer/PiPROM for the Original Raspberry Pi version!

Use at your own risk

The firmware has been written around the Arduino Pro Micro Leonardo (5V/16Mhz). However I would expect it to work on any Arduino with a built in USB >bootloader/Virtual Comport support, and obviously I2C support.

  1. Open ArduinoProm.ino in Arduino IDE
  2. Connect your Arduino to your PC and setup the IDE. An example below
    Arduino IDE preview
  3. Hit the program button then confirm it compiles and programs successfully.

By Ryzee119

This project uses code by Ryzee119, dx4m (from this project), and may contain code from various snippets from different forums (sorry lost my notes on who to thank).

This project is a continuation of my work from ArdPromSD project. This project was moved to an RP2040 MCU for more memory space. This allowed me add the features I wanted to from the previous project, but ran out of program space to do so. New features include better logging, eeprom decryption, as well as being able to retrieve the password from OEM seagate drives without the need for the original eeprom, original xbox, or even a PC!

Over the next few months I'll slowly be uploading more and more to make it fully open sourced. Enjoy!

About

EEPROM reader/writer for the Original Xbox that also decodes the EEPROM data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published