An open API service indexing awesome lists of open source software.

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.

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
```