Editing Syscon Firmware
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 658: | Line 658: | ||
|fantbl || 0xC087 || 0xDD0C0000 || get/set/getini/setini/gettable/settable/getselect/setselect || Fan table: get/set - currently in RAM/in use ; getini/setini - stored in EEPROM (!! in COK the chksum does not updated automatically !!) | |fantbl || 0xC087 || 0xDD0C0000 || get/set/getini/setini/gettable/settable/getselect/setselect || Fan table: get/set - currently in RAM/in use ; getini/setini - stored in EEPROM (!! in COK the chksum does not updated automatically !!) | ||
<pre> | <pre> | ||
fantbl - Fan Table set/get command | |||
Usage: fantbl set fanconNo pNo tempD tempU duty | Usage: fantbl set fanconNo pNo tempD tempU duty | ||
ex. fantbl set 0 p1 0x1400 0x1E40 0xC0 | ex. fantbl set 0 p1 0x1400 0x1E40 0xC0 | ||
Line 707: | Line 708: | ||
|hyst || 0xAEF5 || 0xDD0C0000 || get/set/getini/setini || This value is stored inside the Thermal Config area, every thermal sensor has their own. See: [https://en.wikipedia.org/wiki/Hysteresis#Control_systems Hysteresis] | |hyst || 0xAEF5 || 0xDD0C0000 || get/set/getini/setini || This value is stored inside the Thermal Config area, every thermal sensor has their own. See: [https://en.wikipedia.org/wiki/Hysteresis#Control_systems Hysteresis] | ||
<pre> | <pre> | ||
hyst - Hysteresis set/get command | |||
Usage: hyst set TZoneNo temp | Usage: hyst set TZoneNo temp | ||
ex. hyst set 1 0x0200 | ex. hyst set 1 0x0200 | ||
Line 818: | Line 820: | ||
|trp ||0xAB2F || 0xDD0C0000 || get/set/getini/setini || This value is stored inside the Thermal Config area, every thermal sensor has their own<!-- Transient Receptor Potential ? https://en.wikipedia.org/wiki/Thermosensation --> | |trp ||0xAB2F || 0xDD0C0000 || get/set/getini/setini || This value is stored inside the Thermal Config area, every thermal sensor has their own<!-- Transient Receptor Potential ? https://en.wikipedia.org/wiki/Thermosensation --> | ||
<pre> | <pre> | ||
trp - Thermal Protection set/get command | |||
Usage: trp set TZoneNo temp | Usage: trp set TZoneNo temp | ||
ex. trp set 2 0x5980 | ex. trp set 2 0x5980 | ||
Line 833: | Line 836: | ||
|tshutdown || 0xB2A1 || 0xDD0C0000 || get/set/getini/setini || Thermal shutdown. This value is stored inside the Thermal Config area, every thermal sensor has their own | |tshutdown || 0xB2A1 || 0xDD0C0000 || get/set/getini/setini || Thermal shutdown. This value is stored inside the Thermal Config area, every thermal sensor has their own | ||
<pre> | <pre> | ||
tshutdown - Thermal Shutdown set/get command | |||
Usage: tshutdown set TZoneNo temp | Usage: tshutdown set TZoneNo temp | ||
ex. tshutdown set 2 0x5A80 | ex. tshutdown set 2 0x5A80 |