Xbox:Eeprog

From ConsoleMods Wiki
Revision as of 12:00, 26 March 2024 by Bomb Bloke (talk | contribs) (Bomb Bloke moved page Eeprog to Xbox:Eeprog)
Jump to navigation Jump to search

EEPROG

EEPROG is a Linux C program designed for reading and writing to 24Cxx EEPROMs. Similar to PiPROM, EEPROG depends on the i2C-Tools package to access EEPROM chip data. One notable advantage of EEPROG is its hardware non-bias, EEPROG has been successfully used for dumping eeprom.bin files from Raspberry Pi 4, In theory EEPROG should work for any hardware with GPIO and linux support.

eeprog website

Sources cited

wiring example for Pi to xbox pinout.


Once you have eeprog installed dumping the firmware is done by simply running:

sudo ./eeprog /dev/i2c-1 0x54 -r 0:256 > eeprom.bin