https://github.com/redchenjs/spd-eeprom
A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs.
https://github.com/redchenjs/spd-eeprom
at24 ddr3 ddr4 dimm ee1004 sdram smbus spd-eeprom
Last synced: over 1 year ago
JSON representation
A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs.
- Host: GitHub
- URL: https://github.com/redchenjs/spd-eeprom
- Owner: redchenjs
- License: apache-2.0
- Created: 2020-09-15T09:50:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T06:10:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T09:48:34.798Z (over 1 year ago)
- Topics: at24, ddr3, ddr4, dimm, ee1004, sdram, smbus, spd-eeprom
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SPD EEPROM Tool
===============
A simple command line tool for reading and writing AT24/EE1004 SPD EEPROMs.
AUR: [spd-eeprom](https://aur.archlinux.org/packages/spd-eeprom)
## Dependencies
```
python3
```
## Usage
### List used DIMM slots
```
sudo ./spd-eeprom.py -l
```
### Read data from SPD EEPROM
```
sudo ./spd-eeprom.py -r -d DIMM -f FILE
```
### Write data to SPD EEPROM
```
sudo ./spd-eeprom.py -w -d DIMM -f FILE
```