Code Monkey home page Code Monkey logo

Comments (1)

baboomerang avatar baboomerang commented on June 15, 2024

AMD Rome has DDR4? My tools do not support DDR4 yet.

Proceed at your own risk:
First we need to find where your RAM SPD is in the smbus.

Run i2cdetect -lt to list available SMBUS. Find this line **i2c-x** unknown SMBus I801 adapter
i2c-0 could be different numbers (i2c-1, i2c-2, i2c-3, .... i2c-7)

Run i2cdetect -y # (replace # with the number of the bus you found)
Example: i2cdetect -y 5

Ram is usually in 0x50-0x54 (but not always, exotic architectures may have it in a different location)

Run i2cdump -y # 0x50 and see if it is your RAM.
Example: i2cdump -y 7 0x50 (for my T430 thinkpad)

Only proceed from now on if you know its your RAM SPD.

Write to an empty location in RAM SPD to see if it sticks. (byte 240 of the SPD works)
Run i2cset -y #busnumber #ramlocation 240 0xff
Example: i2cset -y 7 0x54 240 0xff

Then read that location again:
Run i2cget -y #busnumber #ramlocation 240
Example: i2cget -y 7 0x54 240

If the read did not give you 0xff then the chip is locked. You need to replace DIMM EEPROM with a new one.

from overclockspd.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.