Syscon Thermal Configs: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
 
(92 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Description =
= Description =
The thermal config is an area inside [[SC EEPROM|syscon]] where are stored the settings related with fan speed control ([https://en.wikipedia.org/wiki/Pulse-width_modulation#Duty_cycle duty]), organized by following [[Syscon_Thermal_Config/structs|this C structures]]<br>
The thermal config is an area inside syscon [[SC EEPROM|EEPROM]] where are stored the settings related with fan speed control ([https://en.wikipedia.org/wiki/Pulse-width_modulation#Duty_cycle duty]), organized by following [[Syscon_Thermal_Configs/structs|this C structures]]<br>
In [[Mullion]] syscon series is located at offset 0x3300, length 0x200, and is "protected" by a checksum located at 0x34FE (the last 2 bytes of the 0x200 bytes chunk)<br>
In [[Mullion]] syscon series is located at offset 0x3300, length 0x200, and is "protected" by a checksum located at 0x34FE (the last 2 bytes of the 0x200 bytes chunk)<br>
In [[Sherwood]] syscon series is located at 0x250, we consider it have a length of 0x200 too, and is "protected" by a checksum located at 0x7FE (the last 2 bytes of a 0x800 bytes chunk including the thermal config and other eeprom areas)
In [[Sherwood]] syscon series is located at 0x250, we consider it have a length of 0x200 too, and is "protected" by a checksum located at 0x7FE (the last 2 bytes of a 0x800 bytes chunk including the thermal config and other eeprom areas)


The thermal configs are specific for a motherboard model, usually all motherboards of the same model shares the same thermal config, but not always, it has been found different thermal configs used in the same motherboard model (e.g. DIA-001 have 2 posible official thermal configs)
The thermal configs are specific for a motherboard model, usually all motherboards of the same model shares the same thermal config, but not always, it has been found different thermal configs used in the same motherboard model (e.g. DIA-001 have 2 posible factory thermal configs)
{{Syscon checksums}}
{{Syscon checksums}}


== Thermal Config Formats ==
== Thermal Config Formats ==
The [[Syscon Firmware]] is designed to read the data from inside the thermal config region in a specific format, if the format is incorrect the [[Syscon Hardware|syscon]] cant read it. The thermal config format was updated 2 times along the whole lifetime of retail PS3 models, so there is a total of 3 thermal config formats  used in retail PS3 models (and one more used for non-retail PS3 models, like the reference tool [[DECR-1000]])<br>
The [[Syscon Firmware]] is designed to read the data from inside the thermal config region in a specific format, if the format is incorrect the [[Syscon Hardware|syscon]] cant read it. The thermal config format was updated 2 times along the whole lifetime of retail PS3 models, so there is a total of 3 thermal config formats  used in retail PS3 models (and one more used for non-retail PS3 models, like the reference tool [[DECR-1000]])<br>
The [[Syscon Firmware]] version is directly related with the [[Syscon Hardware|syscon models]] (every unique syscon model contains a unique firmware version), but the syscon is not directly related with the motherboard, as example sony was using the latest [[Mullion]] syscon with the oldest motherboard ([[CXR714120-304GB]] in [[COK-001]]) to refurbish [[CECHAxx]] PS3 models with a 40nm [[RSX]]. In this case the thermal config needs to use the format required by the "donor" syscon firmware
Every unique [[Syscon Hardware|syscon model]] contains an unique [[Syscon Firmware|syscon firmware]] version associated with it, but the syscon firmware keeps backward compatibility with previous motherboad models, for this reason we really need to know the exact syscon model (instead of the motherboard name or PS3 model name that could be misleading). As example, sony repair centers was repairing [[COK-001]] motherboards by using [[CXR714120-303GB]] syscon to replace the factory 90nm [[RSX]] by a 65nm [[RSX]], or [[CXR714120-304GB]] by a 40nm [[RSX]]. In this kind of refurbished consoles the thermal config format is updated from v1 to v2 because the new syscon firmware requires it. In other words, the syscon from factory was using thermal config format v1 but the new syscon uses thermal config format v2
*Thermal config format 1: Since [[CECHAxx]] PS3 model with [[COK-001]] motherboard
**[[Mullion]] syscons: [[CXR713120-201GB]], [[CXR713120-202GB]]
*Thermal config format 2: Since [[CECHGxx]] PS3 model with [[SEM-001]] motherboard
**[[Mullion]] syscons: [[CXR713120-203GB]], [[CXR714120-301GB]], [[CXR714120-302GB]], [[CXR714120-303GB]], [[CXR714120-304GB]]
*Thermal config format 3: Since [[CECHLxx]], [[CECHMxx]], [[CECHPxx]], [[CECHQxx]] PS3 models with [[VER-001]] motherboard
**[[Sherwood]] syscons: [[SW-301]], [[SW-302]], [[SW2-301]], [[SW2-302]], [[SW2-303]], [[SW3-301]], [[SW3-302]], [[SW3-303]], [[SW3-304]]


{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=PS3 Thermal config format 1 ([[Mullion]] old)|code=<div style="font-size:120%; margin-top:-7px; margin-bottom:-7px">
*'''Thermal config format v1''': Old [[Mullion]] syscons with '''32KB used EEPROM''': [[CXR713120-201GB]], [[CXR713120-202GB]]
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF</span> <span style="background:#99f">00 4A</span> <span style="background:#99f">00 4B</span> <span style="background:#99f">00 4C</span><br>
**From factory in retail [[COK-001]], [[COK-002]] motherboards
<span style="background:#99f">00 4D</span> <span style="background:#99f">00 4E</span> <span style="background:#99f">00 4F</span> <span style="background:#99f">00 50</span> <span style="background:#99f">00 51</span> <span style="background:#99f">00 52</span> <span style="background:#99f">00 55</span> <span style="background:#99f; color:#000">00 00</span><br>
*'''Thermal config format v2''': New [[Mullion]] syscons <abbr title="The CXR713120-203GB have 32KB but only 20KB are used">with '''20KB used EEPROM'''</abbr>: [[CXR713120-203GB]], [[CXR714120-301GB]], [[CXR714120-302GB]], [[CXR714120-303GB]], [[CXR714120-304GB]]
<span style="background:#99f; color:#000">00 3C</span> <span style="background:#99f; color:#000">00 3D</span> <span style="background:#99f; color:#000">00 43</span> <span style="background:#99f; color:#000">00 44</span> <span style="background:#99f; color:#000">00 47</span> <span style="background:#99f; color:#000">80 47</span> <span style="background:#99f; color:#000">00 48</span> <span style="background:#99f; color:#000">80 48</span><br>
**From factory in retail [[SEM-001]], [[DIA-001]], [[DIA-002]] motherboards, and PS3 reference tool [[DEB-001]] motherboard
<span style="background:#99f; color:#000">00 49</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF FF FF<br>
*'''Thermal config format v3''': All [[Sherwood]] syscons: [[SW-301]], [[SW-302]], [[SW2-301]], [[SW2-302]], [[SW2-303]], [[SW3-301]], [[SW3-302]], [[SW3-303]], [[SW3-304]]
**From factory in all the other retail motherboards
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF</span> <span style="background:#b00">00 53</span> <span style="background:#b00">00 54</span> <span style="background:#b00">00 55</span><br>
 
<span style="background:#b00">00 56</span> <span style="background:#b00">00 57</span> <span style="background:#b00">00 58</span> <span style="background:#b00">00 59</span> <span style="background:#b00">00 5A</span> <span style="background:#b00">00 5B</span> <span style="background:#b00">00 5F</span> <span style="background:#b00; color:#000">00 00</span><br>
See also: [[Syscon_Thermal_Configs/structs|C Structs]], [[Thermal#Temperature_Data_Format|Temperature Data Format]] and [[{{TALKPAGENAME}}|Discussion]]
<span style="background:#b00; color:#000">00 30</span> <span style="background:#b00; color:#000">00 47</span> <span style="background:#b00; color:#000">00 4D</span> <span style="background:#b00; color:#000">00 4E</span> <span style="background:#b00; color:#000">00 50</span> <span style="background:#b00; color:#000">80 50</span> <span style="background:#b00; color:#000">00 51</span> <span style="background:#b00; color:#000">80 51</span><br>
 
<span style="background:#b00; color:#000">00 52</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF FF FF<br>
{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=PS3 Thermal config format 1 ([[Mullion]] old, 32KB used EEPROM)<br>[[COK-001]]/[[CXR713120-201GB]] with 90nm RSX|code=<div style="font-size:1.2em; margin-top:-7px; margin-bottom:-7px">
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#33f">00 4A</span> <span style="background:#33f">00 4B</span> <span style="background:#33f">00 4C</span><br>
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span><br>
<span style="background:#33f">00 4D</span> <span style="background:#33f">00 4E</span> <span style="background:#33f">00 4F</span> <span style="background:#33f">00 50</span> <span style="background:#33f">00 51</span> <span style="background:#33f">00 52</span> <span style="background:#33f">00 55</span> <span style="background:#77f">00 00</span><br>
<span style="background:#77f">00 3C</span> <span style="background:#77f">00 3D</span> <span style="background:#77f">00 43</span> <span style="background:#77f">00 44</span> <span style="background:#77f">00 47</span> <span style="background:#77f">80 47</span> <span style="background:#77f">00 48</span> <span style="background:#77f">80 48</span><br>
<span style="background:#77f">00 49</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#900">00 53</span> <span style="background:#900">00 54</span> <span style="background:#900">00 55</span><br>
<span style="background:#900">00 56</span> <span style="background:#900">00 57</span> <span style="background:#900">00 58</span> <span style="background:#900">00 59</span> <span style="background:#900">00 5A</span> <span style="background:#900">00 5B</span> <span style="background:#900">00 5F</span> <span style="background:#f00">00 00</span><br>
<span style="background:#f00">00 30</span> <span style="background:#f00">00 47</span> <span style="background:#f00">00 4D</span> <span style="background:#f00">00 4E</span> <span style="background:#f00">00 50</span> <span style="background:#f00">80 50</span> <span style="background:#f00">00 51</span> <span style="background:#f00">80 51</span><br>
<span style="background:#f00">00 52</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span><br>
<span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">00</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#888; color:#000">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">00</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#0a0">00 3C</span> <span style="background:#0a0">00 3D</span> <span style="background:#0a0">00 3E</span><br>
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF</span> <span style="background:#0a0">00 3C</span> <span style="background:#0a0">00 3D</span> <span style="background:#0a0">00 3E</span><br>
<span style="background:#0a0">00 3F</span> <span style="background:#0a0">00 40</span> <span style="background:#0a0">00 41</span> <span style="background:#0a0">00 42</span> <span style="background:#0a0">00 43</span> <span style="background:#0a0">00 44</span> <span style="background:#0a0">00 47</span> <span style="background:#0a0; color:#000">00 00</span><br>
<span style="background:#0a0">00 3F</span> <span style="background:#0a0">00 40</span> <span style="background:#0a0">00 41</span> <span style="background:#0a0">00 42</span> <span style="background:#0a0">00 43</span> <span style="background:#0a0">00 44</span> <span style="background:#0a0">00 47</span> <span style="background:#0a0; color:#000">00 00</span><br>
<span style="background:#0a0; color:#000">00 27</span> <span style="background:#0a0; color:#000">00 30</span> <span style="background:#0a0; color:#000">00 36</span> <span style="background:#0a0; color:#000">00 37</span> <span style="background:#0a0; color:#000">80 3A</span> <span style="background:#0a0; color:#000">00 3B</span> <span style="background:#0a0; color:#000">00 3C</span> <span style="background:#0a0; color:#000">80 3C</span><br>
<span style="background:#0a0; color:#000">00 27</span> <span style="background:#0a0; color:#000">00 30</span> <span style="background:#0a0; color:#000">00 36</span> <span style="background:#0a0; color:#000">00 37</span> <span style="background:#0a0; color:#000">80 3A</span> <span style="background:#0a0; color:#000">00 3B</span> <span style="background:#0a0; color:#000">00 3C</span> <span style="background:#0a0; color:#000">80 3C</span><br>
<span style="background:#0a0; color:#000">00 3D</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#0a0; color:#000">00 3D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span><br>
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span><br>
<span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">00</span> FF FF FF FF FF FF FF FF FF<br>
<span style="background:#888; color:#000">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">00</span> FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="background:#444; outline:1px dashed #fff; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px">00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0, inset 0px 2px #ff0">4D</span> <span style="background:#440; outline:1px dashed #ff0; outline-offset:-1px">14</span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span></span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#33f">FF</span> <span style="background:#900">FF</span> <span style="background:#888">00</span> <span style="background:#0a0">FF</span> <span style="background:#888">00</span></span> <span style="outline:1px solid #fff; outline-offset:-1px">FF</span><br>
<span style="color:#ff0; outline:1px dashed #ff0; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px">00</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px">4D</span> <span style="color:#ff0; outline:1px solid #ff0; outline-offset:-1px">14</span> <span style="outline:1px solid #fff; outline-offset:-1px">FF FF FF FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#99f">FF</span> <span style="color:#b00">FF</span> <span style="color:#888">00</span> <span style="color:#0a0">FF</span> <span style="color:#888">00</span></span> <span style="outline:1px solid #fff; outline-offset:-1px">FF</span><br>
<span style="background:#33f; outline:1px dotted #fff; outline-offset:-1px">54 00</span> <span style="background:#33f; outline:1px dashed #fff; outline-offset:-1px">55 00</span> <span style="background:#33f; outline:1px solid #fff; outline-offset:-1px">02 00</span> <span style="background:#900; outline:1px dotted #fff; outline-offset:-1px">5E 00</span> <span style="background:#900; outline:1px dashed #fff; outline-offset:-1px">5F 00</span> <span style="background:#900; outline:1px solid #fff; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span><br>
<span style="background:#99f; outline:2px dotted #000; outline-offset:-2px">54 00</span> <span style="background:#99f; outline:2px dotted #fff; outline-offset:-1px">55 00</span> <span style="color:#99f; outline:1px solid #99f; outline-offset:-1px">02 00</span> <span style="background:#b00; outline:2px dotted #000; outline-offset:-2px">5E 00</span> <span style="background:#b00; outline:2px dotted #fff; outline-offset:-1px">5F 00</span> <span style="color:#b00; outline:1px solid #b00; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span><br>
<span style="color:#888; outline:1px solid #888; outline-offset:-1px">02 00</span> <span style="background:#0a0; outline:2px dotted #000; outline-offset:-2px">46 00</span> <span style="background:#0a0; outline:2px dotted #fff; outline-offset:-1px">47 00</span> <span style="color:#0a0; outline:1px solid #0a0; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span> <span style="color:#888; outline:1px solid #888; outline-offset:-1px">02 00</span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#33f">FF</span> <span style="background:#900">FF</span></span><br>
<span style="color:#888; outline:1px solid #888; outline-offset:-1px">02 00</span> <span style="background:#0a0; outline:2px dotted #000; outline-offset:-2px">46 00</span> <span style="background:#0a0; outline:2px dotted #fff; outline-offset:-1px">47 00</span> <span style="color:#0a0; outline:1px solid #0a0; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span> <span style="color:#888; outline:1px solid #888; outline-offset:-1px">02 00</span> <span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#99f">FF</span> <span style="color:#b00">FF</span></span><br>
<span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#888">FF</span> <span style="background:#0a0">FF</span> <span style="background:#888">FF</span></span> FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#888">FF</span> <span style="color:#0a0">FF</span> <span style="color:#888">FF</span></span> FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF <span style="background:#222; outline:1px dotted #888; outline-offset:-1px">15 71</span>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF <span style="background:#222; outline:1px dotted #888; outline-offset:-1px">15 71</span>
</div>}}
</div>
{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=PS3 Thermal config format 2 ([[Mullion]] new)|code=<div style="font-size:120%; margin-top:-7px; margin-bottom:-7px">
<div style="margin-top:-45.4em; margin-bottom:45.4em; height:1px; background:#ccc></div>
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF</span><br>
<div style="margin-top:-39.2em; margin-bottom:39.2em; height:1px; background:#ccc></div>
<span style="color:#ff0;">FF FF FF FF</span> <span style="background:#99f">00 4A</span> <span style="background:#99f">00 4B</span> <span style="background:#99f">00 4C</span> <span style="background:#99f">00 4D</span> <span style="background:#99f">00 4E</span> <span style="background:#99f">00 4F</span><br>
<div style="margin-top:-32.9em; margin-bottom:32.9em; height:1px; background:#ccc></div>
<span style="background:#99f">00 50</span> <span style="background:#99f">00 51</span> <span style="background:#99f">00 52</span> <span style="background:#99f">00 55</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span><br>
<div style="margin-top:-26.6em; margin-bottom:26.6em; height:1px; background:#ccc></div>
<span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f; color:#000">00 00</span> <span style="background:#99f; color:#000">00 3C</span><br>
<div style="margin-top:-20.2em; margin-bottom:20.2em; height:1px; background:#ccc></div>
<span style="background:#99f; color:#000">00 3D</span> <span style="background:#99f; color:#000">00 43</span> <span style="background:#99f; color:#000">00 44</span> <span style="background:#99f; color:#000">00 47</span> <span style="background:#99f; color:#000">80 47</span> <span style="background:#99f; color:#000">00 48</span> <span style="background:#99f; color:#000">80 48</span> <span style="background:#99f; color:#000">00 49</span><br>
<div style="margin-top:-14em; margin-bottom:12.7em; height:1px; background:#ccc></div>
<span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span><br>
}}
<span style="background:#99f; color:#000">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF<br>
 
{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=PS3 Thermal config format 2 ([[Mullion]] new, 20KB used EEPROM)<br>[[COK-001]]/[[CXR714120-304GB]] with 40nm RSX (refurbished)|code=<div style="font-size:1.2em; margin-top:-7px; margin-bottom:-7px">
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span><br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#33f">00 4A</span> <span style="background:#33f">00 4B</span> <span style="background:#33f">00 4C</span> <span style="background:#33f">00 4D</span> <span style="background:#33f">00 4E</span> <span style="background:#33f">00 4F</span><br>
<span style="background:#33f">00 50</span> <span style="background:#33f">00 51</span> <span style="background:#33f">00 52</span> <span style="background:#33f">00 55</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span><br>
<span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#33f">FF FF</span> <span style="background:#77f">00 00</span> <span style="background:#77f">00 3C</span><br>
<span style="background:#77f">00 3D</span> <span style="background:#77f">00 43</span> <span style="background:#77f">00 44</span> <span style="background:#77f">00 47</span> <span style="background:#77f">80 47</span> <span style="background:#77f">00 48</span> <span style="background:#77f">80 48</span> <span style="background:#77f">00 49</span><br>
<span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span><br>
<span style="background:#77f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
 
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span><br>
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF</span><br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#900">00 53</span> <span style="background:#900">00 54</span> <span style="background:#900">00 55</span> <span style="background:#900">00 56</span> <span style="background:#900">00 57</span> <span style="background:#900">00 58</span><br>
<span style="color:#ff0;">FF FF FF FF</span> <span style="background:#b00">00 53</span> <span style="background:#b00">00 54</span> <span style="background:#b00">00 55</span> <span style="background:#b00">00 56</span> <span style="background:#b00">00 57</span> <span style="background:#b00">00 58</span><br>
<span style="background:#900">00 59</span> <span style="background:#900">00 5A</span> <span style="background:#900">00 5B</span> <span style="background:#900">00 5F</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span><br>
<span style="background:#b00">00 59</span> <span style="background:#b00">00 5A</span> <span style="background:#b00">00 5B</span> <span style="background:#b00">00 5F</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span><br>
<span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#900">FF FF</span> <span style="background:#f00">00 00</span> <span style="background:#f00">00 30</span><br>
<span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00; color:#000">00 00</span> <span style="background:#b00; color:#000">00 30</span><br>
<span style="background:#f00">00 47</span> <span style="background:#f00">00 4D</span> <span style="background:#f00">00 4E</span> <span style="background:#f00">00 50</span> <span style="background:#f00">80 50</span> <span style="background:#f00">00 51</span> <span style="background:#f00">80 51</span> <span style="background:#f00">00 52</span><br>
<span style="background:#b00; color:#000">00 47</span> <span style="background:#b00; color:#000">00 4D</span> <span style="background:#b00; color:#000">00 4E</span> <span style="background:#b00; color:#000">00 50</span> <span style="background:#b00; color:#000">80 50</span> <span style="background:#b00; color:#000">00 51</span> <span style="background:#b00; color:#000">80 51</span> <span style="background:#b00; color:#000">00 52</span><br>
<span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span><br>
<span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span><br>
<span style="background:#f00">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF<br>
<span style="background:#b00; color:#000">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
 
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4D</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">73</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">99</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span><br>
<span style="color:#ff0;">33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF</span><br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#0a0">00 3C</span> <span style="background:#0a0">00 3D</span> <span style="background:#0a0">00 3E</span> <span style="background:#0a0">00 3F</span> <span style="background:#0a0">00 40</span> <span style="background:#0a0">00 41</span><br>
<span style="color:#ff0;">FF FF FF FF</span> <span style="background:#0a0">00 3C</span> <span style="background:#0a0">00 3D</span> <span style="background:#0a0">00 3E</span> <span style="background:#0a0">00 3F</span> <span style="background:#0a0">00 40</span> <span style="background:#0a0">00 41</span><br>
<span style="background:#0a0">00 42</span> <span style="background:#0a0">00 43</span> <span style="background:#0a0">00 44</span> <span style="background:#0a0">00 47</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span><br>
<span style="background:#0a0">00 42</span> <span style="background:#0a0">00 43</span> <span style="background:#0a0">00 44</span> <span style="background:#0a0">00 47</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span><br>
<span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0; color:#000">00 00</span> <span style="background:#0a0; color:#000">00 27</span><br>
<span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0">FF FF</span> <span style="background:#0a0; color:#000">00 00</span> <span style="background:#0a0; color:#000">00 27</span><br>
<span style="background:#0a0; color:#000">00 30</span> <span style="background:#0a0; color:#000">00 36</span> <span style="background:#0a0; color:#000">00 37</span> <span style="background:#0a0; color:#000">80 3A</span> <span style="background:#0a0; color:#000">00 3B</span> <span style="background:#0a0; color:#000">00 3C</span> <span style="background:#0a0; color:#000">80 3C</span> <span style="background:#0a0; color:#000">00 3D</span><br>
<span style="background:#0a0; color:#000">00 30</span> <span style="background:#0a0; color:#000">00 36</span> <span style="background:#0a0; color:#000">00 37</span> <span style="background:#0a0; color:#000">80 3A</span> <span style="background:#0a0; color:#000">00 3B</span> <span style="background:#0a0; color:#000">00 3C</span> <span style="background:#0a0; color:#000">80 3C</span> <span style="background:#0a0; color:#000">00 3D</span><br>
<span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span><br>
<span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span><br>
<span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF<br>
<span style="background:#0a0; color:#000">FF FF</span> <span style="background:#0a0; color:#000">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
 
<span style="background:#444; outline:1px dashed #fff; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px">00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0, inset 0px 2px #ff0">4D</span> <span style="background:#440; outline:1px dashed #ff0; outline-offset:-1px">14</span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span></span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#33f">FF</span> <span style="background:#900">8B</span> <span style="background:#888">00</span> <span style="background:#0a0">FF</span> <span style="background:#888">00</span></span> <span style="outline:1px solid #fff; outline-offset:-1px">FF</span><br>
<span style="color:#ff0; outline:1px dashed #ff0; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px">00</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px">4D</span> <span style="color:#ff0; outline:1px solid #ff0; outline-offset:-1px">14</span> <span style="outline:1px solid #fff; outline-offset:-1px">FF FF FF FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#99f">FF</span> <span style="color:#b00">8B</span> <span style="color:#888">00</span> <span style="color:#0a0">FF</span> <span style="color:#888">00</span></span> <span style="outline:1px solid #fff; outline-offset:-1px">FF</span><br>
<span style="background:#33f; outline:1px dotted #fff; outline-offset:-1px">54 00</span> <span style="background:#33f; outline:1px dashed #fff; outline-offset:-1px">55 00</span> <span style="background:#33f; outline:1px solid #fff; outline-offset:-1px">02 00</span> <span style="background:#900; outline:1px dotted #fff; outline-offset:-1px">5E 00</span> <span style="background:#900; outline:1px dashed #fff; outline-offset:-1px">5F 00</span> <span style="background:#900; outline:1px solid #fff; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span><br>
<span style="background:#99f; outline:2px dotted #000; outline-offset:-2px">54 00</span> <span style="background:#99f; outline:2px dotted #fff; outline-offset:-1px">55 00</span> <span style="color:#99f; outline:1px solid #99f; outline-offset:-1px">02 00</span> <span style="background:#b00; outline:2px dotted #000; outline-offset:-2px">5E 00</span> <span style="background:#b00; outline:2px dotted #fff; outline-offset:-1px">5F 00</span> <span style="color:#b00; outline:1px solid #b00; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span><br>
<span style="color:#888; outline:1px solid #888; outline-offset:-1px">FF FF</span> <span style="background:#0a0; outline:2px dotted #000; outline-offset:-2px">46 00</span> <span style="background:#0a0; outline:2px dotted #fff; outline-offset:-1px">47 00</span> <span style="color:#0a0; outline:1px solid #0a0; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span> <span style="color:#888; outline:1px solid #888; outline-offset:-1px">FF FF</span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#33f">FF</span> <span style="background:#900">8B</span></span><br>
<span style="color:#888; outline:1px solid #888; outline-offset:-1px">FF FF</span> <span style="background:#0a0; outline:2px dotted #000; outline-offset:-2px">46 00</span> <span style="background:#0a0; outline:2px dotted #fff; outline-offset:-1px">47 00</span> <span style="color:#0a0; outline:1px solid #0a0; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">FF FF</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">FF FF</span> <span style="color:#888; outline:1px solid #888; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#99f">FF</span> <span style="color:#b00">8B</span></span><br>
<span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#888">FF</span> <span style="background:#0a0">FF</span> <span style="background:#888">FF</span></span> FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#888">FF</span> <span style="color:#0a0">FF</span> <span style="color:#888">FF</span></span> FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF <span style="background:#222; outline:1px dotted #888; outline-offset:-1px">55 3D</span>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF <span style="background:#222; outline:1px dotted #888; outline-offset:-1px">55 3D</span>
</div>}}
</div>
{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=PS3 Thermal config format 3 ([[Sherwood]])|code=<div style="font-size:120%; margin-top:-7px; margin-bottom:-7px">
<div style="margin-top:-45.4em; margin-bottom:45.4em; height:1px; background:#000></div>
<span style="color:#ff0;">33</span> <span style="background:#99f">44 00</span> <span style="background:#99f; color:#000">00 00</span> <span style="color:#ff0;">39</span> <span style="background:#99f">45 00</span> <span style="background:#99f; color:#000">39 00</span> <span style="color:#ff0;">3B</span> <span style="background:#99f">46 00</span> <span style="background:#99f; color:#000">39 80</span> <span style="color:#ff0;">3E</span><br>
<div style="margin-top:-39.2em; margin-bottom:39.2em; height:1px; background:#ccc></div>
<span style="background:#99f">47 00</span> <span style="background:#99f; color:#000">3A 00</span> <span style="color:#ff0;">40</span> <span style="background:#99f">48 00</span> <span style="background:#99f; color:#000">3A 80</span> <span style="color:#ff0;">43</span> <span style="background:#99f">4C 00</span> <span style="background:#99f; color:#000">40 00</span> <span style="color:#ff0;">45</span> <span style="background:#99f">50</span><br>
<div style="margin-top:-32.9em; margin-bottom:32.9em; height:1px; background:#000></div>
<span style="background:#99f">00</span> <span style="background:#99f; color:#000">44 00</span> <span style="color:#ff0;">48</span> <span style="background:#99f">51 00</span> <span style="background:#99f; color:#000">44 80</span> <span style="color:#ff0;">4A</span> <span style="background:#99f">52 00</span> <span style="background:#99f; color:#000">45 00</span> <span style="color:#ff0;">50</span> <span style="background:#99f">53 00</span><br>
<div style="margin-top:-26.6em; margin-bottom:26.6em; height:1px; background:#ccc></div>
<span style="background:#99f; color:#000">45 80</span> <span style="color:#ff0;">55</span> <span style="background:#99f">54 00</span> <span style="background:#99f; color:#000">46 00</span> <span style="color:#ff0;">5A</span> <span style="background:#99f">55 00</span> <span style="background:#99f; color:#000">46 80</span> <span style="color:#ff0;">66</span> <span style="background:#99f">56 00</span> <span style="background:#99f; color:#000">47</span><br>
<div style="margin-top:-20.2em; margin-bottom:20.2em; height:1px; background:#000></div>
<span style="background:#99f; color:#000">00</span> <span style="color:#ff0;">80</span> <span style="background:#99f">57 00</span> <span style="background:#99f; color:#000">48 00</span> <span style="color:#ff0;">99</span> <span style="background:#99f">58 00</span> <span style="background:#99f; color:#000">4F 80</span> <span style="color:#ff0;">FF</span> <span style="background:#99f">5B 00</span> <span style="background:#99f; color:#000">50 00</span><br>
<div style="margin-top:-14em; margin-bottom:12.7em; height:1px; background:#ccc></div>
<span style="color:#ff0;">FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#99f">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="color:#ff0;">FF</span><br>
}}
<span style="background:#99f">FF FF</span> <span style="background:#99f; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF<br>


<span style="color:#ff0;">33</span> <span style="background:#b00">50 00</span> <span style="background:#b00; color:#000">00 00</span> <span style="color:#ff0;">39</span> <span style="background:#b00">51 00</span> <span style="background:#b00; color:#000">45 00</span> <span style="color:#ff0;">3B</span> <span style="background:#b00">52 00</span> <span style="background:#b00; color:#000">45 80</span> <span style="color:#ff0;">3E</span><br>
{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=PS3 Thermal config format 3 (All [[Sherwood]])<br>[[JTP-001]]/[[JSD-001]]/[[SW2-303]] with 40nm RSX|code=<div style="font-size:1.2em; margin-top:-7px; margin-bottom:-7px">
<span style="background:#b00">53 00</span> <span style="background:#b00; color:#000">46 00</span> <span style="color:#ff0;">40</span> <span style="background:#b00">54 00</span> <span style="background:#b00; color:#000">46 80</span> <span style="color:#ff0;">43</span> <span style="background:#b00">55 00</span> <span style="background:#b00; color:#000">47 00</span> <span style="color:#ff0;">45</span> <span style="background:#b00">56</span><br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#33f">3B 00</span> <span style="background:#77f">00 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">39</span> <span style="background:#33f">3C 00</span> <span style="background:#77f">2F 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">3B</span> <span style="background:#33f">3D 00</span> <span style="background:#77f">31 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">3E</span><br>
<span style="background:#b00">00</span> <span style="background:#b00; color:#000">47 80</span> <span style="color:#ff0;">48</span> <span style="background:#b00">57 00</span> <span style="background:#b00; color:#000">48 00</span> <span style="color:#ff0;">4A</span> <span style="background:#b00">58 00</span> <span style="background:#b00; color:#000">48 80</span> <span style="color:#ff0;">50</span> <span style="background:#b00">59 00</span><br>
<span style="background:#33f">3E 00</span> <span style="background:#77f">31 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#33f">3F 00</span> <span style="background:#77f">33 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">43</span> <span style="background:#33f">40 00</span> <span style="background:#77f">34 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">45</span> <span style="background:#33f">41</span><br>
<span style="background:#b00; color:#000">49 00</span> <span style="color:#ff0;">55</span> <span style="background:#b00">5A 00</span> <span style="background:#b00; color:#000">49 80</span> <span style="color:#ff0;">5A</span> <span style="background:#b00">5B 00</span> <span style="background:#b00; color:#000">4A 00</span> <span style="color:#ff0;">66</span> <span style="background:#b00">5C 00</span> <span style="background:#b00; color:#000">4A</span><br>
<span style="background:#33f">00</span> <span style="background:#77f">36 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#33f">46 00</span> <span style="background:#77f">37 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4A</span> <span style="background:#33f">4A 00</span> <span style="background:#77f">3D 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">50</span> <span style="background:#33f">4C 00</span><br>
<span style="background:#b00; color:#000">80</span> <span style="color:#ff0;">80</span> <span style="background:#b00">5D 00</span> <span style="background:#b00; color:#000">4B 00</span> <span style="color:#ff0;">99</span> <span style="background:#b00">5E 00</span> <span style="background:#b00; color:#000">51 80</span> <span style="color:#ff0;">FF</span> <span style="background:#b00">61 00</span> <span style="background:#b00; color:#000">52 00</span><br>
<span style="background:#77f">3E 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">55</span> <span style="background:#33f">4D 00</span> <span style="background:#77f">3E 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#33f">4E 00</span> <span style="background:#77f">3F 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#33f">4F 00</span> <span style="background:#77f">3F</span><br>
<span style="color:#ff0;">FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#b00">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="color:#ff0;">FF</span><br>
<span style="background:#77f">80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#33f">50 00</span> <span style="background:#77f">40 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">B3</span> <span style="background:#33f">51 00</span> <span style="background:#77f">41 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#33f">55 00</span> <span style="background:#77f">43 00</span><br>
<span style="background:#b00">FF FF</span> <span style="background:#b00; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">FF</span> FF FF FF FF FF FF FF<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#33f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#33f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#33f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span><br>
 
<span style="background:#33f">FF FF</span> <span style="background:#77f">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF<br>
<span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span><br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">33</span> <span style="background:#900">53 00</span> <span style="background:#f00">00 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">39</span> <span style="background:#900">54 00</span> <span style="background:#f00">44 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">3B</span> <span style="background:#900">55 00</span> <span style="background:#f00">45 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">3E</span><br>
<span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF</span><br>
<span style="background:#900">56 00</span> <span style="background:#f00">45 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">40</span> <span style="background:#900">57 00</span> <span style="background:#f00">46 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">43</span> <span style="background:#900">58 00</span> <span style="background:#f00">46 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">45</span> <span style="background:#900">59</span><br>
<span style="background:#888">FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span><br>
<span style="background:#900">00</span> <span style="background:#f00">47 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">48</span> <span style="background:#900">5A 00</span> <span style="background:#f00">47 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">4A</span> <span style="background:#900">5B 00</span> <span style="background:#f00">48 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">50</span> <span style="background:#900">5C 00</span><br>
<span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF</span><br>
<span style="background:#f00">48 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">55</span> <span style="background:#900">5D 00</span> <span style="background:#f00">49 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">5A</span> <span style="background:#900">5E 00</span> <span style="background:#f00">49 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">66</span> <span style="background:#900">5F 00</span> <span style="background:#f00">4A</span><br>
<span style="background:#888; color:#000">FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span><br>
<span style="background:#f00">00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">80</span> <span style="background:#900">60 00</span> <span style="background:#f00">4A 80</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">B3</span> <span style="background:#900">61 00</span> <span style="background:#f00">4B 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#900">64 00</span> <span style="background:#f00">4E 00</span><br>
<span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span> <span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0;">FF</span><br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#900">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#900">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span> <span style="background:#900">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">FF</span><br>
<span style="background:#888">FF FF</span> <span style="background:#888; color:#000">FF FF</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">33</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">FF</span> <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">01</span> <span style="background:#fff; color:#000">00</span> <span style="background:#fff; color:#000; border-radius:33%">00</span> FF FF FF FF FF FF FF<br>
<span style="background:#900">FF FF</span> <span style="background:#f00">FF FF</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">33</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">FF</span> <span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">01</span> <span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">00</span> <span style="background-image:radial-gradient(#444 75%, white 1%)">FF</span> FF FF FF FF FF FF FF<br>
 
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="color:#ff0; outline:1px dashed #ff0; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px">00 00</span> <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px">4D</span> <span style="color:#ff0; outline:1px solid #ff0; outline-offset:-1px">14</span> <span style="outline:1px solid #fff; outline-offset:-1px">FF FF FF FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#99f">81</span> <span style="color:#b00">88</span> 81 88 FF</span><br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="background:#99f; outline:2px dotted #000; outline-offset:-2px">5A 00</span> <span style="background:#99f; outline:2px dotted #fff; outline-offset:-1px">5B 00</span> <span style="color:#99f; outline:1px solid #99f; outline-offset:-1px">02 00</span> <span style="background:#b00; outline:2px dotted #000; outline-offset:-2px">60 00</span> <span style="background:#b00; outline:2px dotted #fff; outline-offset:-1px">61 00</span> <span style="color:#b00; outline:1px solid #b00; outline-offset:-1px">02 00</span> <span style="background:#888; outline:2px dotted #000; outline-offset:-2px">7D 00</span> <span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">7D 00</span><br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="color:#888; outline:1px solid #888; outline-offset:-1px">02 00</span> FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
<span style="background:#444; outline:1px dashed #fff; outline-offset:-1px">FF FF</span> <span style="outline:1px solid #fff; outline-offset:-1px">00 00</span> <span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0, inset 0px 2px #ff0">40</span> <span style="background:#440; outline:1px dashed #ff0; outline-offset:-1px">14</span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span></span> <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#33f">84</span> <span style="background:#900">8B</span> <span style="background:#000">84</span> <span style="background:#000">8B</span> <span style="background:#000">FF</span></span><br>
<span style="background:#33f; outline:1px dotted #fff; outline-offset:-1px">54 00</span> <span style="background:#33f; outline:1px dashed #fff; outline-offset:-1px">55 00</span> <span style="background:#33f; outline:1px solid #fff; outline-offset:-1px">02 00</span> <span style="background:#900; outline:1px dotted #fff; outline-offset:-1px">63 00</span> <span style="background:#900; outline:1px dashed #fff; outline-offset:-1px">64 00</span> <span style="background:#900; outline:1px solid #fff; outline-offset:-1px">02 00</span> FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
Line 130: Line 137:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
</div>}}{{clear}}
</div>
{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=Color Legend|code=<div style="font-size:120%; margin-top:-7px; margin-bottom:-7px">
<div style="margin-top:-40.7em; margin-bottom:40.7em; height:1px; background:#ccc></div>
<span style="text-decoration:underline">Speeds</span><br>
<div style="margin-top:-29.4em; margin-bottom:29.4em; height:1px; background:#ccc></div>
Duty <span style="color:#ff0;">%%</span>
<div style="margin-top:-18.5em; margin-bottom:17.45em; height:1px; background:#ccc></div>
Duty min <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:underline">%%</span>
}}
Duty max <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px; text-decoration:overline">%%</span>
Fan initial duty <span style="color:#ff0; outline:1px dotted #ff0; outline-offset:-1px">%%</span><br>
 
<span style="text-decoration:underline">Times</span><br>
Fan initial time <span style="color:#ff0; outline:1px solid #ff0; outline-offset:-1px">TT</span>
Tshutdown time <span style="color:#ff0; outline:1px dashed #ff0; outline-offset:-1px">TT TT</span><br>


{{boxcodelite|float=left|syntax=wiki|background=#000|color=#fff|title=Color Legend|code=<div style="font-size:1.2em; margin-top:-7px; margin-bottom:-7px">
<span style="text-decoration:underline">Fancon tables status</span><br>
<span style="text-decoration:underline">Fancon tables status</span><br>
Policy <span style="background:#fff; color:#000; outline:2px dotted #000; outline-offset:-2px">PP</span>
<span style="border-radius:40%; background-image:radial-gradient(#444 65%, white 1%)">&thinsp;&thinsp;P&thinsp;&thinsp;</span> = policy (00=Full, 01=Auto, 02=Manual)<br>
Select <span style="background:#fff; color:#000">SS</span>
<span style="background-image:radial-gradient(#444 75%, white 1%); box-shadow:inset 0px -1px #fff, inset 0px 1px #fff">&thinsp;&thinsp;S&thinsp;&thinsp;</span> = select (00=ROM, FF=RAM)<br>
Active <span style="background:#fff; color:#000; border-radius:33%">AA</span>
<span style="background-image:radial-gradient(#444 75%, white 1%)">&thinsp;&thinsp;A&thinsp;&thinsp;</span> = active (00=Remove, FF=Use)


<span style="text-decoration:underline">Temperatures CELL</span><br>
<span style="text-decoration:underline">Fan Speeds</span><br>
TempU <span style="background:#99f">LO HI</span> (Mullion) or <span style="background:#99f">HI LO</span> (Sherwood)<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px">&thinsp;&thinsp;%&thinsp;&thinsp;</span> = duty<br>
TempD <span style="background:#99f; color:#000">LO HI</span> (Mullion) or <span style="background:#99f; color:#000">HI LO</span> (Sherwood)<br>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0">&thinsp;&thinsp;%&thinsp;&thinsp;</span> = duty_min<br>
trp <span style="background:#99f; outline:2px dotted #000; outline-offset:-2px">HI LO</span>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px 2px #ff0">&thinsp;&thinsp;%&thinsp;&thinsp;</span> = duty_max<br>
tshutdown <span style="background:#99f; outline:2px dotted #fff; outline-offset:-1px">HI LO</span>
<span style="background:#440; outline:1px solid #ff0; outline-offset:-1px; box-shadow:inset 0px -2px #ff0, inset 0px 2px #ff0">&thinsp;&thinsp;%&thinsp;&thinsp;</span> = fan_initial_duty<br>
hyst <span style="color:#99f; outline:1px solid #99f; outline-offset:-1px">HI LO</span>
 
<span style="text-decoration:underline">Times</span><br>
<span style="background:#440; outline:1px dashed #ff0; outline-offset:-1px">&thinsp;&thinsp;T&thinsp;&thinsp;</span> = fan_initial_time<br>
<span style="background:#444; outline:1px dashed #fff; outline-offset:-1px">&ensp;&ensp;T&ensp;&ensp;</span> = tshutdown_time<br>
 
<span style="text-decoration:underline">Temperatures BE</span> (CELL)<br>
<span style="background:#77f">HI LO</span> = temp_d (or <span style="background:#77f">LO HI</span> in Mullion)<br>
<span style="background:#33f">HI LO</span> = temp_u (or <span style="background:#33f">LO HI</span> in Mullion)<br>
<span style="background:#33f; outline:1px dotted #fff; outline-offset:-1px">HI LO</span> = trp<br>
<span style="background:#33f; outline:1px dashed #fff; outline-offset:-1px">HI LO</span> = tshutdown<br>
<span style="background:#33f; outline:1px solid #fff; outline-offset:-1px">HI LO</span> = hyst
 
<span style="text-decoration:underline">Temperatures RSX</span><br>
<span style="background:#f00">HI LO</span> = temp_d (or <span style="background:#f00">LO HI</span> in Mullion)<br>
<span style="background:#900">HI LO</span> = temp_u (or <span style="background:#900">LO HI</span> in Mullion)<br>
<span style="background:#900; outline:1px dotted #fff; outline-offset:-1px">HI LO</span> = trp<br>
<span style="background:#900; outline:1px dashed #fff; outline-offset:-1px">HI LO</span> = tshutdown<br>
<span style="background:#900; outline:1px solid #fff; outline-offset:-1px">HI LO</span> = hyst
 
<span style="text-decoration:underline">Temperatures SB</span><br>
<span style="background:#0a0; color:#000">HI LO</span> = temp_d (or <span style="background:#0a0; color:#000">LO HI</span> in Mullion)<br>
<span style="background:#0a0">HI LO</span> = temp_u (or <span style="background:#0a0">LO HI</span> in Mullion)<br>
<span style="background:#0a0; outline:2px dotted #000; outline-offset:-2px">HI LO</span> = trp<br>
<span style="background:#0a0; outline:2px dotted #fff; outline-offset:-1px">HI LO</span> = tshutdown<br>
<span style="color:#0a0; outline:1px solid #0a0; outline-offset:-1px">HI LO</span> = hyst
 
<span style="text-decoration:underline">Temperatures BEVR & EEGS</span> (inactive tables)<br>
<span style="background:#888; color:#000">LO HI</span> = temp_d<br>
<span style="background:#888">LO HI</span>  = temp_u<br>
<span style="background:#888; outline:2px dotted #000; outline-offset:-2px">HI LO</span> = trp<br>
<span style="background:#888; outline:2px dotted #fff; outline-offset:-1px">HI LO</span> = tshutdown<br>
<span style="color:#888; outline:1px solid #888; outline-offset:-1px">HI LO</span> = hyst


<span style="text-decoration:underline">Others</span><br>
<span style="text-decoration:underline">Others</span><br>
Partially unknowns <span style="outline:1px solid #fff; outline-offset:-1px"><span style="color:#99f">CC</span> <span style="color:#b00">RS</span> <span style="color:#888">VR</span> <span style="color:#0a0">SB</span> <span style="color:#888">EE</span></span><br>
Partially unknowns <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#33f">BE</span> <span style="background:#900">RX</span> <span style="background:#888">VR</span> <span style="background:#0a0">SB</span> <span style="background:#888">EE</span></span><br>
Completly unknowns <span style="outline:1px solid #fff; outline-offset:-1px">00</span>
Completly unknowns <span style="background:#444; outline:1px solid #fff; outline-offset:-1px"><span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span> <span style="background:#000">FF</span></span>
<span style="outline:1px solid #fff; outline-offset:-1px">00</span>
<span style="outline:1px solid #fff; outline-offset:-1px">00 00</span>
<span style="outline:1px solid #fff; outline-offset:-1px">00 00</span>
<span style="outline:1px solid #fff; outline-offset:-1px">FF</span>
<span style="outline:1px solid #fff; outline-offset:-1px">FF</span><br>
<span style="outline:1px solid #fff; outline-offset:-1px">FF FF FF FF FF</span>
<span style="background:#222; outline:1px dotted #888; outline-offset:-1px">UM CS</span> = fan_therm_csum (Mullion only)
</div>}}
</div>}}{{clear}}


= Official thermal configs (retail PS3 models) =
= Factory thermal configs (retail) =
This configs are orientative, the purpose of this list is to collect all the officials for a better understanding of them, if you find other official config not in the list please add it, but dont publish here any custom config, the scope of this list is limited only to the original settings used by sony<br>
This configs are orientative, the purpose of this list is to collect all the factory thermal configs for a better understanding of them, if you find other config not in the list please add it, but dont publish here any custom config, the scope of this list is limited only to the original settings used by sony<br>
This wiki page is inspired by [https://www.psx-place.com/threads/syscon-fan-settings-coordinate-graphs.31188/ this thread], the coordinate graph images from that thread are made by me (sandungas) and eventually i will upload new versions of them to wiki, but not yet because at the time of writing this (may 2021) are not the final version<!--i dont want to upload multiple versions of the images to wiki because that wiki feature always gives me problems-->
This wiki page is inspired by [https://www.psx-place.com/threads/syscon-fan-settings-coordinate-graphs.31188/ this thread], the coordinate graph images from that thread are made by me (sandungas) and eventually i will upload new versions of them to wiki, but not yet because at the time of writing this (may 2021) are not the final version<!--i dont want to upload multiple versions of the images to wiki because that wiki feature always gives me problems-->


When talking about thermal configs is very convenient to use unique identifyers for them, and the checksum "protection" used by syscon is perfect for that purpose, in [[Mullion]] series this is specially accurate because that cheksum is the checksum of the exact thermal config (except the last 2 bytes). In [[Sherwood]] is not so easy because the cheksum includes other areas of the eeprom so is not exactly an unique identifyer of the thermal config, for that reason in the [[Sherwood]] thermal configs is indicated the CRC32 (of the 0x200 bytes area only, calculated in PC), and all the others too to standarize his "labeling" and to be able to calculate the checksums of all them in PC in a easy way
When talking about thermal configs is very convenient to use unique identifyers for them, and the checksum "protection" used by syscon is perfect for that purpose, in [[Mullion]] series this is specially accurate because that cheksum is the checksum of the exact thermal config (except the last 2 bytes). In [[Sherwood]] is not so easy because the cheksum includes other areas of the eeprom so is not exactly an unique identifyer of the thermal config, for that reason in the [[Sherwood]] thermal configs is indicated the CRC32 (of the 0x200 bytes area only, calculated in PC), and all the others too to standarize his "labeling" and to be able to calculate the checksums of all them in PC in a easy way


{{Boxtip1|content=You can "download" this configs by copypasting the hexadecimal view to notepad++, use the "find and replace" feature to replace the spaces and linefeeds by nothing, then copypaste that single line of bytes to a hexeditor and save the file as a .BIN}}
{{Boxtip1|content=You can "download" this configs by copypasting the hexadecimal view to a hexeditor and save the file as a .BIN}}


== PS3 Fat models ==
== Fat PS3 models ==


=== CRC32: CA0A6A87 (eepcsum: EADE) ===
=== CRC32: CA0A6A87 (eepcsum: EADE) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHBxx|CECHB]]<abbr title="Japan">'''00'''</abbr> with [[COK-001]] motherboard
**[[CECHBxx|CECHB]]<abbr title="Japan">'''00'''</abbr> with [[COK-001]] motherboard and [[CXR713120-201GB]] syscon
***hversion=Cok14, revision=0B8E, version=v1.0.0_k1
***hversion=Cok14, revision=0B8E, version=v1.0.0_k1


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|syntax=wiki|code=<div style="font-size:1em; margin-top:-7px; margin-bottom:-7px">
33 40 45 48 4A 4D 5A 73 80 FF 00 50 00 51 00 52
33 40 45 48 4A 4D 5A 73 80 FF 00 50 00 51 00 52<br>
00 53 00 54 00 55 00 56 00 57 00 58 00 5B 00 00
00 53 00 54 00 55 00 56 00 57 00 58 00 5B 00 00<br>
00 2D 00 3F 80 3F 00 40 80 40 00 41 00 44 80 44
00 2D 00 3F 80 3F 00 40 80 40 00 41 00 44 80 44<br>
00 45 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
00 45 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF<br>
33 40 45 48 4A 4D 5A 73 80 FF 00 53 00 54 00 55<br>
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00<br>
00 28 00 3F 80 3F 00 40 80 40 00 41 00 4D 80 4D<br>
00 4E 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF<br>
33 40 45 48 4A 4D 5A 73 80 FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF<br>
33 40 45 48 4A 4D 5A 73 80 FF 00 3E 00 3F 00 40<br>
00 41 00 42 00 43 00 44 00 45 00 46 00 49 00 00<br>
00 1E 00 23 80 23 00 24 80 24 00 25 00 38 80 3B<br>
00 3C 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF<br>
33 40 45 48 4A 4D 5A 73 80 FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF 00 4D 14 FF FF FF FF FF FF FF 00 FF 00 FF<br>
5A 00 5B 00 02 00 5E 00 5F 00 02 00 FF FF FF FF<br>
02 00 48 00 49 00 02 00 FF FF FF FF 02 00 FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF<br>
FF FF FF FF FF FF FF FF FF FF FF FF FF FF DE EA
</div>
<div style="margin-top:-45.4em; margin-bottom:45.4em; height:1px; background:#000></div>
<div style="margin-top:-39.2em; margin-bottom:39.2em; height:1px; background:#000></div>
<div style="margin-top:-32.9em; margin-bottom:32.9em; height:1px; background:#000></div>
<div style="margin-top:-26.6em; margin-bottom:26.6em; height:1px; background:#000></div>
<div style="margin-top:-20.2em; margin-bottom:20.2em; height:1px; background:#000></div>
<div style="margin-top:-14em; margin-bottom:12.7em; height:1px; background:#000></div>
}}
<div style="float:left; margin:5px; width:450px; height:615px; overflow:auto; font-size:x-small;">{{Keyboard|content=<syntaxhighlight lang="bash">
> revision
0B8E


33 40 45 48 4A 4D 5A 73 80 FF 00 53 00 54 00 55
> version
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
v1.0.0_k1
00 28 00 3F 80 3F 00 40 80 40 00 41 00 4D 80 4D
00 4E 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF


33 40 45 48 4A 4D 5A 73 80 FF FF FF FF FF FF FF
> fantbl get 0
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
fancon No:00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
 
33 40 45 48 4A 4D 5A 73 80 FF 00 3E 00 3F 00 40
00 41 00 42 00 43 00 44 00 45 00 46 00 49 00 00
00 1E 00 23 80 23 00 24 80 24 00 25 00 38 80 3B
00 3C 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
 
33 40 45 48 4A 4D 5A 73 80 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
 
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
 
FF FF 00 4D 14 FF FF FF FF FF FF FF 00 FF 00 FF
5A 00 5B 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 48 00 49 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF DE EA
}}
<div style="float:left; margin:5px; width:450px; height:615px; overflow:auto; font-size:x-small;">{{Keyboard|content=<syntaxhighlight lang="bash">
>$ revision
0B8E
 
>$ version
v1.0.0_k1
 
>$ fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:80.0(0x5000) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:80.0(0x5000) duty:20%(0x33)
P1: TempD:45.0(0x2d00) - TempU:81.0(0x5100) duty:25%(0x40)
P1: TempD:45.0(0x2d00) - TempU:81.0(0x5100) duty:25%(0x40)
Line 237: Line 272:
P9: TempD:69.0(0x4500) - TempU:91.0(0x5b00) duty:100%(0xff)
P9: TempD:69.0(0x4500) - TempU:91.0(0x5b00) duty:100%(0xff)


>$ fantbl get 1
> fantbl get 1
fancon No:01
fancon No:01
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
Line 250: Line 285:
P9: TempD:78.0(0x4e00) - TempU:95.0(0x5f00) duty:100%(0xff)
P9: TempD:78.0(0x4e00) - TempU:95.0(0x5f00) duty:100%(0xff)


>$ fantbl get 3
> fantbl get 3
fancon No:03
fancon No:03
P0: TempD:0.0(0x0000) - TempU:62.0(0x3e00) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:62.0(0x3e00) duty:20%(0x33)
Line 263: Line 298:
P9: TempD:60.0(0x3c00) - TempU:73.0(0x4900) duty:100%(0xff)
P9: TempD:60.0(0x3c00) - TempU:73.0(0x4900) duty:100%(0xff)


>$ tshutdown get 0
> tshutdown get 0
TZone No:00
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)
1st BE Primary  Temperature:91.0(0x5b00)


>$ tshutdown get 1
> tshutdown get 1
TZone No:01
TZone No:01
RSX Primary  Temperature:95.0(0x5f00)
RSX Primary  Temperature:95.0(0x5f00)


>$ tshutdown get 14
> tshutdown get 14
TZone No:14
TZone No:14
SB  Temperature:73.0(0x4900)
SB  Temperature:73.0(0x4900)


>$ eepcsum
> eepcsum
Addr:0x000032fe should be 0x4fb7
Addr:0x000032fe should be 0x4fb7
Addr:0x000034fe should be 0xeade
Addr:0x000034fe should be 0xeade
Line 285: Line 320:
=== CRC32: 79BA37D0 (eepcsum: 7115) ===
=== CRC32: 79BA37D0 (eepcsum: 7115) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHAxx]] and [[CECHBxx]] with [[COK-001]] motherboard
**[[CECHAxx]] and [[CECHBxx]] with [[COK-001]] motherboard and [[CXR713120-201GB]] syscon
***hversion=Cok14, revision=0B8E, version=v1.0.0_k1
***hversion=Cok14, revision=0B8E, version=v1.0.0_k1
**[[CECHCxx]] and [[CECHExx]] with [[COK-002]] motherboard
**[[CECHCxx]] and [[CECHExx]] with [[COK-002]] motherboard and [[CXR713120-202GB]] syscon
***hversion=CokB10, revision=0C16, version=v1.1.3_k1
***hversion=CokB10, revision=0C16, version=v1.1.3_k1


Line 332: Line 367:


<div style="float:left; width:425px; height:515px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:515px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
revision
0C16
0C16


>$ version
> version
version
v1.1.3_k1
v1.1.3_k1


>$ fantbl get 0
> fantbl get 0
fantbl get 0
fancon No:00
fancon No:00
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
Line 354: Line 386:
P9: TempD:73.0(0x4900) - TempU:85.0(0x5500) duty:100%(0xff)
P9: TempD:73.0(0x4900) - TempU:85.0(0x5500) duty:100%(0xff)


>$ fantbl get 1
> fantbl get 1
fantbl get 1
fancon No:01
fancon No:01
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
Line 368: Line 399:
P9: TempD:82.0(0x5200) - TempU:95.0(0x5f00) duty:100%(0xff)
P9: TempD:82.0(0x5200) - TempU:95.0(0x5f00) duty:100%(0xff)


>$ fantbl get 3
> fantbl get 3
fantbl get 3
fancon No:03
fancon No:03
P0: TempD:0.0(0x0000) - TempU:60.0(0x3c00) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:60.0(0x3c00) duty:20%(0x33)
Line 382: Line 412:
P9: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:100%(0xff)
P9: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:100%(0xff)


>$ tshutdown get 0
> tshutdown get 0
tshutdown get 0
TZone No:00
TZone No:00
1st BE Primary Temperature:85.0(0x5500)
1st BE Primary Temperature:85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
tshutdown get 1
TZone No:01
TZone No:01
RSX Primary Temperature:95.0(0x5f00)
RSX Primary Temperature:95.0(0x5f00)


>$ tshutdown get 14
> tshutdown get 14
tshutdown get 14
TZone No:14
TZone No:14
SB Temperature:71.0(0x4700)
SB Temperature:71.0(0x4700)


>$ eepcsum
> eepcsum
eepcsum
Addr:0x000032fe should be 0x528c
Addr:0x000032fe should be 0x528c
Addr:0x000034fe should be 0x7115
Addr:0x000034fe should be 0x7115
Line 410: Line 436:
=== CRC32: 76C91AF4 (eepcsum: 86D6) ===
=== CRC32: 76C91AF4 (eepcsum: 86D6) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHGxx]] with [[SEM-001]] motherboard
**[[CECHGxx]] with [[SEM-001]] motherboard and [[CXR713120-203GB]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 451: Line 477:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
revision
0D52
0D52


>$ version
> version
version
v1.2.3_k1
v1.2.3_k1


>$ fantbl get 0
> fantbl get 0
fantbl get 0
fancon No:00
fancon No:00
P0: TempD:0.0(0x0000) - TempU:76.0(0x4c00) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:76.0(0x4c00) duty:20%(0x33)
Line 483: Line 506:
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 1
> fantbl get 1
fantbl get 1
fancon No:01
fancon No:01
P0: TempD:0.0(0x0000) - TempU:84.0(0x5400) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:84.0(0x5400) duty:20%(0x33)
Line 507: Line 529:
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 2
> fantbl get 2
fantbl get 2
fancon No:02
fancon No:02
P0: TempD:0.0(0x0000) - TempU:69.0(0x4500) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:69.0(0x4500) duty:20%(0x33)
Line 531: Line 552:
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ tshutdown get 0
> tshutdown get 0
tshutdown get 0
TZone No:00
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)
1st BE Primary  Temperature:91.0(0x5b00)


>$ tshutdown get 1
> tshutdown get 1
tshutdown get 1
TZone No:01
TZone No:01
RSX Primary  Temperature:95.0(0x5f00)
RSX Primary  Temperature:95.0(0x5f00)


>$ tshutdown get 14
> tshutdown get 14
tshutdown get 14
TZone No:14
TZone No:14
SB  Temperature:84.0(0x5400)
SB  Temperature:84.0(0x5400)


>$ eepcsum
> eepcsum
eepcsum
Addr:0x000032fe should be 0x1596
Addr:0x000032fe should be 0x1596
Addr:0x000034fe should be 0x86d6
Addr:0x000034fe should be 0x86d6
Line 557: Line 574:
=== CRC32: 58596BF7 (eepcsum: 980C) ===
=== CRC32: 58596BF7 (eepcsum: 980C) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHHxx]] with [[DIA-001]] motherboard
**[[CECHHxx]] with [[DIA-001]] motherboard and [[CXR714120-301GB]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 598: Line 615:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
revision
0DBF
0DBF


>$ version
> version
version
v1.3.3_k1
v1.3.3_k1


>$ fantbl get 0
> fantbl get 0
fantbl get 0
fancon No:00
fancon No:00
P0: TempD:0.0(0x0000) - TempU:76.0(0x4c00) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:76.0(0x4c00) duty:20%(0x33)
Line 630: Line 644:
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 1
> fantbl get 1
fantbl get 1
fancon No:01
fancon No:01
P0: TempD:0.0(0x0000) - TempU:78.0(0x4e00) duty:20%(0x33)
P0: TempD:0.0(0x0000) - TempU:78.0(0x4e00) duty:20%(0x33)
Line 654: Line 667:
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 2
> fantbl get 2
fantbl get 2
fancon No:02
fancon No:02
P0: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:20%(0x33)
P0: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:20%(0x33)
Line 678: Line 690:
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ tshutdown get 0
> tshutdown get 0
tshutdown get 0
TZone No:00
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)
1st BE Primary  Temperature:91.0(0x5b00)


>$ tshutdown get 1
> tshutdown get 1
tshutdown get 1
TZone No:01
TZone No:01
RSX Primary  Temperature:97.0(0x6100)
RSX Primary  Temperature:97.0(0x6100)


>$ tshutdown get 14
> tshutdown get 14
tshutdown get 14
TZone No:14
TZone No:14
SB  Temperature:125.0(0x7d00)
SB  Temperature:125.0(0x7d00)


>$ eepcsum
> eepcsum
eepcsum
Addr:0x000032fe should be 0x56c7
Addr:0x000032fe should be 0x56c7
Addr:0x000034fe should be 0x980c
Addr:0x000034fe should be 0x980c
Line 704: Line 712:
=== CRC32: 066618F3 (eepcsum: 985B) ===
=== CRC32: 066618F3 (eepcsum: 985B) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHHxx]] with [[DIA-001]] motherboard
**[[CECHHxx]] with [[DIA-001]] motherboard and [[CXR714120-301GB]] syscon
**[[CECHJxx]] and [[CECHKxx]] with [[DIA-002]] motherboard
***hversion=CokD10, revision=0DBF, version=v1.3.3_k1
**[[CECHJxx]] and [[CECHKxx]] with [[DIA-002]] motherboard and [[CXR714120-302GB]] syscon
***hversion=CokE10, revision=0E69, version=v1.4.4_k2


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 746: Line 756:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
Example not available, please help documenting it by running this commands:
> revision
0E69


>$ revision
> version
v1.4.4_k2


>$ version
> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
P1: TempD:62.50(0x3e80) - TempU:75.0(0x4b00) duty:21%(0x36)
P2: TempD:63.0(0x3f00) - TempU:76.0(0x4c00) duty:22%(0x39)
P3: TempD:63.50(0x3f80) - TempU:77.0(0x4d00) duty:23%(0x3b)
P4: TempD:64.0(0x4000) - TempU:78.0(0x4e00) duty:24%(0x3e)
P5: TempD:64.50(0x4080) - TempU:79.0(0x4f00) duty:25%(0x40)
P6: TempD:65.0(0x4100) - TempU:80.0(0x5000) duty:26%(0x43)
P7: TempD:65.50(0x4180) - TempU:81.0(0x5100) duty:28%(0x48)
P8: TempD:66.0(0x4200) - TempU:82.0(0x5200) duty:29%(0x4a)
P9: TempD:66.50(0x4280) - TempU:83.0(0x5300) duty:31%(0x50)
P10: TempD:67.0(0x4300) - TempU:84.0(0x5400) duty:33%(0x55)
P11: TempD:67.50(0x4380) - TempU:85.0(0x5500) duty:35%(0x5a)
P12: TempD:68.0(0x4400) - TempU:86.0(0x5600) duty:40%(0x66)
P13: TempD:72.0(0x4800) - TempU:87.0(0x5700) duty:50%(0x80)
P14: TempD:79.50(0x4f80) - TempU:88.0(0x5800) duty:60%(0x99)
P15: TempD:80.0(0x5000) - TempU:91.0(0x5b00) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 0
> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:80.0(0x5000) duty:20%(0x33)
P1: TempD:69.0(0x4500) - TempU:81.0(0x5100) duty:21%(0x36)
P2: TempD:69.50(0x4580) - TempU:82.0(0x5200) duty:22%(0x39)
P3: TempD:70.0(0x4600) - TempU:83.0(0x5300) duty:23%(0x3b)
P4: TempD:70.50(0x4680) - TempU:84.0(0x5400) duty:24%(0x3e)
P5: TempD:71.0(0x4700) - TempU:85.0(0x5500) duty:25%(0x40)
P6: TempD:71.50(0x4780) - TempU:86.0(0x5600) duty:26%(0x43)
P7: TempD:72.0(0x4800) - TempU:87.0(0x5700) duty:28%(0x48)
P8: TempD:72.50(0x4880) - TempU:88.0(0x5800) duty:29%(0x4a)
P9: TempD:73.0(0x4900) - TempU:89.0(0x5900) duty:31%(0x50)
P10: TempD:73.50(0x4980) - TempU:90.0(0x5a00) duty:33%(0x55)
P11: TempD:74.0(0x4a00) - TempU:91.0(0x5b00) duty:35%(0x5a)
P12: TempD:74.50(0x4a80) - TempU:92.0(0x5c00) duty:40%(0x66)
P13: TempD:75.0(0x4b00) - TempU:93.0(0x5d00) duty:50%(0x80)
P14: TempD:81.50(0x5180) - TempU:94.0(0x5e00) duty:60%(0x99)
P15: TempD:82.0(0x5200) - TempU:97.0(0x6100) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 1
> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)


>$ tshutdown get 0
> tshutdown get 1
TZone No:01
RSX Primary  Temperature:97.0(0x6100)


>$ tshutdown get 1
> eepcsum
 
Addr:0x000032fe should be 0xbb1b
>$ eepcsum
Addr:0x000034fe should be 0x805b
Addr:0x000039fe should be 0x7350
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff
</pre></div>
</pre></div>


=== CRC32: 6396DCC5 ===
=== CRC32: 6396DCC5 ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHLxx]], [[CECHMxx]], [[CECHPxx]], [[CECHQxx]] with [[VER-001]] motherboard
**[[CECHLxx]], [[CECHMxx]], [[CECHPxx]], [[CECHQxx]] with [[VER-001]] motherboard and [[SW-301]] syscon
***revision=065D, version=0.17.0
**Used also by [[SW-302]] syscon ? (unknown revision and version)
*Notes:
*Notes:
**First [[Sherwood]] syscon, the thermal config area doesnt contains a checksum
**First [[Sherwood]] syscon, the thermal config area doesnt contains a checksum
Line 810: Line 871:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
Example not available, please help documenting it by running this commands:
> revision
 
# Revision = 1629(065D)
>$ revision
 
> version
>$ version
# Sherwood Version = 0.17.0
 
>$ fantbl get 0
> tzone
 
# 00:1st BE Primary
>$ fantbl get 1
# 01:RSX Primary
 
>$ tshutdown get 0
> fantbl get 0
 
# FanconNo:00
>$ tshutdown get 1
# P0: TemprD:0.0(0x0000) - TemprU:68.0(0x4400) Duty:20%
 
# P1: TemprD:57.0(0x3900) - TemprU:69.0(0x4500) Duty:22%
>$ eepcsum
# P2: TemprD:57.50(0x3980) - TemprU:70.0(0x4600) Duty:23%
# P3: TemprD:58.0(0x3A00) - TemprU:71.0(0x4700) Duty:24%
# P4: TemprD:58.50(0x3A80) - TemprU:72.0(0x4800) Duty:25%
# P5: TemprD:64.0(0x4000) - TemprU:76.0(0x4C00) Duty:26%
# P6: TemprD:68.0(0x4400) - TemprU:80.0(0x5000) Duty:27%
# P7: TemprD:68.50(0x4480) - TemprU:81.0(0x5100) Duty:28%
# P8: TemprD:69.0(0x4500) - TemprU:82.0(0x5200) Duty:29%
# P9: TemprD:69.50(0x4580) - TemprU:83.0(0x5300) Duty:31%
# P10: TemprD:70.0(0x4600) - TemprU:84.0(0x5400) Duty:33%
# P11: TemprD:70.50(0x4680) - TemprU:85.0(0x5500) Duty:35%
# P12: TemprD:71.0(0x4700) - TemprU:86.0(0x5600) Duty:40%
# P13: TemprD:72.0(0x4800) - TemprU:87.0(0x5700) Duty:50%
# P14: TemprD:79.50(0x4F80) - TemprU:88.0(0x5800) Duty:60%
# P15: TemprD:80.0(0x5000) - TemprU:91.0(0x5B00) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:80.0(0x5000) Duty:20%
# P1: TemprD:69.0(0x4500) - TemprU:81.0(0x5100) Duty:22%
# P2: TemprD:69.50(0x4580) - TemprU:82.0(0x5200) Duty:23%
# P3: TemprD:70.0(0x4600) - TemprU:83.0(0x5300) Duty:24%
# P4: TemprD:70.50(0x4680) - TemprU:84.0(0x5400) Duty:25%
# P5: TemprD:71.0(0x4700) - TemprU:85.0(0x5500) Duty:26%
# P6: TemprD:71.50(0x4780) - TemprU:86.0(0x5600) Duty:27%
# P7: TemprD:72.0(0x4800) - TemprU:87.0(0x5700) Duty:28%
# P8: TemprD:72.50(0x4880) - TemprU:88.0(0x5800) Duty:29%
# P9: TemprD:73.0(0x4900) - TemprU:89.0(0x5900) Duty:31%
# P10: TemprD:73.50(0x4980) - TemprU:90.0(0x5A00) Duty:33%
# P11: TemprD:74.0(0x4A00) - TemprU:91.0(0x5B00) Duty:35%
# P12: TemprD:74.50(0x4A80) - TemprU:92.0(0x5C00) Duty:40%
# P13: TemprD:75.0(0x4B00) - TemprU:93.0(0x5D00) Duty:50%
# P14: TemprD:81.50(0x5180) - TemprU:94.0(0x5E00) Duty:60%
# P15: TemprD:82.0(0x5200) - TemprU:97.0(0x6100) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
> tshutdown get 0
# TZone No:00
# Temperature:91.0(0x5B00)
> tshutdown get 1
# TZone No:01
# Temperature:97.0(0x6100)
> eepcsum
# csum = 0xE083
</pre></div>
</pre></div>


 
== Slim PS3 models ==
 
== PS3 Slim models ==


=== CRC32: 8752BF08 ===
=== CRC32: 8752BF08 ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECH-20xx]] with [[DYN-001]] motherboard
**[[CECH-20xx]] with [[DYN-001]] motherboard and [[SW2-301]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 874: Line 984:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2098(0832)
# Revision = 2098(0832)


>$ version
> version
00000000
# Sherwood Version = 1.11.0
# Sherwood Version = 1.11.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:53.0(0x3500) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:53.0(0x3500) Duty:20%
Line 906: Line 1,013:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:78.0(0x4E00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:78.0(0x4E00) Duty:20%
Line 930: Line 1,036:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+95.0(0x5F00)
# Temperature:+95.0(0x5F00)


>$ eepcsum
> eepcsum
00000000
# csum = 0x44FA
# csum = 0x44FA


>$ patchinfo
> patchinfo
00000000
#
# MAJOR  :0001
# MAJOR  :0001
# MINOR  :0002
# MINOR  :0002
Line 962: Line 1,063:
=== CRC32: 3778EE66 ===
=== CRC32: 3778EE66 ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECH-21xx]] with [[SUR-001]] motherboard
**[[CECH-21xx]] with [[SUR-001]] motherboard and [[SW2-302]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,003: Line 1,104:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2208(08A0)
# Revision = 2208(08A0)


>$ version
> version
00000000
# Sherwood Version = 1.16.0
# Sherwood Version = 1.16.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:59.0(0x3B00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:59.0(0x3B00) Duty:20%
Line 1,035: Line 1,133:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
Line 1,059: Line 1,156:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+100.0(0x6400)
# Temperature:+100.0(0x6400)


>$ eepcsum
> eepcsum
00000000
# csum = 0xFE46
# csum = 0xFE46
</pre></div>
</pre></div>


=== CRC32: B9FF6FD4 ===
=== CRC32: B9FF6FD4 ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECH-25xx]] with [[JTP-001]] motherboard
**[[CECH-25xx]] with [[JTP-001]] or [[JSD-001]] motherboard and [[SW2-303]] syscon
**[[CECH-25xx]] with [[JSD-001]] motherboard


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,120: Line 1,211:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2242(08C2)
# Revision = 2242(08C2)


>$ version
> version
00000000
# Sherwood Version = 1.21.0
# Sherwood Version = 1.21.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:59.0(0x3B00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:59.0(0x3B00) Duty:20%
Line 1,152: Line 1,240:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
Line 1,176: Line 1,263:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+100.0(0x6400)
# Temperature:+100.0(0x6400)


>$ eepcsum
> eepcsum
00000000
# csum = 0xECE3
# csum = 0xECE3
</pre></div>
</pre></div>


=== CRC32: 3762A7F8 ===
=== CRC32: 3762A7F8 ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECH-30xx]] with [[KTE-001]] motherboard
**[[CECH-30xx]] with [[KTE-001]] motherboard and [[SW3-301]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,236: Line 1,318:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2328(0918)
# Revision = 2328(0918)


>$ version
> version
00000000
# Sherwood Version = 2.3.0
# Sherwood Version = 2.3.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:48.0(0x3000) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:48.0(0x3000) Duty:20%
Line 1,268: Line 1,347:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
Line 1,292: Line 1,370:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+99.0(0x6300)
# Temperature:+99.0(0x6300)


>$ eepcsum
> eepcsum
00000000
# csum = 0x7400
# csum = 0x7400
</pre></div>
</pre></div>


 
== Superslim PS3 models ==
 
== PS3 Superslim models ==


=== CRC32: 65130FBD ===
=== CRC32: 65130FBD ===
*Found in PS3 models:
*Found in PS3 models:
**? with [[MSX-001]] and [[MPX-001]] motherboards
**[[CECH-40xx]] with [[MSX-001]] and [[MPX-001]] motherboards and [[SW3-302]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,354: Line 1,427:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2447(098F)
# Revision = 2447(098F)


>$ version
> version
00000000
# Sherwood Version = 2.12.0
# Sherwood Version = 2.12.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:55.0(0x3700) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:55.0(0x3700) Duty:20%
Line 1,386: Line 1,456:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:77.0(0x4D00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:77.0(0x4D00) Duty:20%
Line 1,410: Line 1,479:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+99.0(0x6300)
# Temperature:+99.0(0x6300)


>$ eepcsum
> eepcsum
00000000
# csum = 0x9280
# csum = 0x9280
</pre></div>
</pre></div>


=== CRC32: ABC9DF9E ===
=== CRC32: ABC9DF9E ===
*Found in PS3 models:
*Found in PS3 models:
**? with [[NPX-001]] motherboard
**[[CECH-40xx]] with [[NPX-001]] motherboard and [[SW3-302]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,470: Line 1,534:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2447(098F)
# Revision = 2447(098F)


>$ version
> version
00000000
# Sherwood Version = 2.12.0
# Sherwood Version = 2.12.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:61.0(0x3D00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:61.0(0x3D00) Duty:20%
Line 1,502: Line 1,563:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:75.0(0x4B00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:75.0(0x4B00) Duty:20%
Line 1,526: Line 1,586:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+99.0(0x6300)
# Temperature:+99.0(0x6300)


>$ eepcsum
> eepcsum
00000000
# csum = 0x3B5B
# csum = 0x3B5B
</pre></div>
</pre></div>


=== CRC32: 8E7F2A49 ===
=== CRC32: 8E7F2A49 ===
*Found in PS3 models:
*Found in PS3 models:
**? with [[PQX-001]] motherboard
**[[CECH-42xx]] with [[PQX-001]] and [[PPX-001]] motherboards and [[SW3-304]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,586: Line 1,641:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2468(09A4)
# Revision = 2468(09A4)


>$ version
> version
00000000
# Sherwood Version = 2.21.0
# Sherwood Version = 2.21.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:61.0(0x3D00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:61.0(0x3D00) Duty:20%
Line 1,618: Line 1,670:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:75.0(0x4B00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:75.0(0x4B00) Duty:20%
Line 1,642: Line 1,693:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+99.0(0x6300)
# Temperature:+99.0(0x6300)


>$ eepcsum
> eepcsum
00000000
# csum = 0x3D3B
# csum = 0x3D3B
</pre></div>
</pre></div>


=== CRC32: 9991C242 ===
=== CRC32: 9991C242 ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECH-43xx]] with [[REX-001]] motherboard
**[[CECH-43xx]] with [[RTX-001]] and [[REX-001]] motherboard and [[SW3-304]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,702: Line 1,748:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
>$ revision
> revision
00000000
# Revision = 2468(09A4)
# Revision = 2468(09A4)


>$ version
> version
00000000
# Sherwood Version = 2.21.0
# Sherwood Version = 2.21.0


>$ fantbl get 0
> fantbl get 0
00000000
# FanconNo:00
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:65.0(0x4100) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:65.0(0x4100) Duty:20%
Line 1,734: Line 1,777:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ fantbl get 1
> fantbl get 1
00000000
# FanconNo:01
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:76.0(0x4C00) Duty:20%
# P0: TemprD:0.0(0x0000) - TemprU:76.0(0x4C00) Duty:20%
Line 1,758: Line 1,800:
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%


>$ tshutdown get 0
> tshutdown get 0
00000000
# TZone No:00
# TZone No:00
# Temperature:+85.0(0x5500)
# Temperature:+85.0(0x5500)


>$ tshutdown get 1
> tshutdown get 1
00000000
# TZone No:01
# TZone No:01
# Temperature:+99.0(0x6300)
# Temperature:+99.0(0x6300)


>$ eepcsum
> eepcsum
00000000
# csum = 0x4D27
# csum = 0x4D27
</pre></div>
</pre></div>


 
= Factory thermal configs (non-retail) =
 
= Official thermal configs (non-retail PS3 models) =


== Reference Tool ==
== Reference Tool ==
Line 1,781: Line 1,818:
=== CRC32: 992E6ABC (eepcsum: EF95)===
=== CRC32: 992E6ABC (eepcsum: EF95)===
*Found in PS3 models:
*Found in PS3 models:
**[[DECR-1400]] with [[DEB-001]] motherboard
**[[DECR-1400]] with [[DEB-001]] motherboard and [[CXR714120-302GB]] syscon


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
Line 1,822: Line 1,859:


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
Example not available, please help documenting it by running this commands:
> revision
0E69


>$ revision
> version
v1.4.4_k2


>$ version
> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:57.0(0x3900) duty:20%(0x33)
P1: TempD:30.0(0x1e00) - TempU:58.0(0x3a00) duty:25%(0x40)
P2: TempD:48.0(0x3000) - TempU:61.0(0x3d00) duty:26%(0x43)
P3: TempD:50.0(0x3200) - TempU:62.0(0x3e00) duty:28%(0x48)
P4: TempD:51.0(0x3300) - TempU:63.0(0x3f00) duty:30%(0x4d)
P5: TempD:52.0(0x3400) - TempU:64.0(0x4000) duty:35%(0x5a)
P6: TempD:53.0(0x3500) - TempU:65.0(0x4100) duty:50%(0x80)
P7: TempD:59.0(0x3b00) - TempU:67.0(0x4300) duty:60%(0x99)
P8: TempD:60.0(0x3c00) - TempU:68.0(0x4400) duty:80%(0xcc)
P9: TempD:64.0(0x4000) - TempU:83.0(0x5300) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


>$ fantbl get 0
> fantbl get 1
 
fancon No:01
>$ fantbl get 1
P0: TempD:0.0(0x0000) - TempU:57.0(0x3900) duty:20%(0x33)
 
P1: TempD:30.0(0x1e00) - TempU:60.0(0x3c00) duty:25%(0x40)
>$ tshutdown get 0
P2: TempD:48.0(0x3000) - TempU:63.0(0x3f00) duty:26%(0x43)
 
P3: TempD:49.0(0x3100) - TempU:64.0(0x4000) duty:28%(0x48)
>$ tshutdown get 1
P4: TempD:50.0(0x3200) - TempU:65.0(0x4100) duty:30%(0x4d)
 
P5: TempD:51.0(0x3300) - TempU:67.0(0x4300) duty:35%(0x5a)
>$ eepcsum
P6: TempD:54.0(0x3600) - TempU:69.0(0x4500) duty:50%(0x80)
</pre></div>
P7: TempD:60.0(0x3c00) - TempU:70.0(0x4600) duty:60%(0x99)
P8: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:80%(0xcc)
P9: TempD:65.0(0x4100) - TempU:87.0(0x5700) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)


> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:83.0(0x5300)


> tshutdown get 1
TZone No:01
RSX Primary  Temperature:87.0(0x5700)
</pre></div>


== Refurbished ==
== Prototypes ==


=== CRC32: B16125AF (eepcsum: 3D55)===
=== CRC32: F0899A5E (eepcsum: 0E17) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHAxx]] with [[COK-001]] motherboard, refurbished, new syscon [[CXR714120-304GB]], new RSX 40nm
**[[DEH-H1000A-E]] with [[COK-001 (Prototype)]] motherboard and [[CXR713F120A]] syscon
*Probably used also in [[COK-002]], refurbished, new syscon, new RSX 40nm
**Also in [[DEH-H1001-D]] with [[COOKIE-13]] motherboard and [[CXR713F120A]] syscon ?


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
33 40 48 4D 5A 66 73 80 99 FF 00 4A 00 4B 00 4C
00 4D 00 4E 00 4F 00 50 00 51 00 52 00 55 00 00
00 45 80 45 00 46 80 46 00 47 80 47 00 48 80 48
00 49 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF 00 53 00 54 00 55
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
00 4E 80 4E 00 4F 80 4F 00 50 80 50 00 51 80 51
00 52 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F
00 50 00 51 00 52 00 55 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 3C
00 3D 00 43 00 44 00 47 80 47 00 48 80 48 00 49
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF


33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF 00 3C 00 3D 00 3E
FF FF FF FF 00 53 00 54 00 55 00 56 00 57 00 58
00 3F 00 40 00 41 00 42 00 43 00 44 00 47 00 00
00 59 00 5A 00 5B 00 5F FF FF FF FF FF FF FF FF
80 38 00 39 80 39 00 3A 80 3A 00 3B 00 3C 80 3C
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 30
00 3D 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
00 47 00 4D 00 4E 00 50 80 50 00 51 80 51 00 52
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF


33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 3C 00 3D 00 3E 00 3F 00 40 00 41
00 42 00 43 00 44 00 47 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 27
00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C 00 3D
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF


FF FF 00 4D 14 FF FF FF FF FF FF 8B 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF 46 00 47 00 02 00 FF FF FF FF FF FF FF 8B
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 55 3D
 
FF FF 00 4D 14 FF FF FF FF FF FF FF FF FF FF FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 46 00 47 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 17 0E
}}
}}


<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
<div style="float:left; width:425px; height:475px; overflow:auto; font-size:x-small;"><pre>
Example not available, please help documenting it by running this commands:
> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
P1: TempD:69.0(0x4500) - TempU:75.0(0x4b00) duty:25%(0x40)
P2: TempD:69.50(0x4580) - TempU:76.0(0x4c00) duty:28%(0x48)
P3: TempD:70.0(0x4600) - TempU:77.0(0x4d00) duty:30%(0x4d)
P4: TempD:70.50(0x4680) - TempU:78.0(0x4e00) duty:35%(0x5a)
P5: TempD:71.0(0x4700) - TempU:79.0(0x4f00) duty:40%(0x66)
P6: TempD:71.50(0x4780) - TempU:80.0(0x5000) duty:45%(0x73)
P7: TempD:72.0(0x4800) - TempU:81.0(0x5100) duty:50%(0x80)
P8: TempD:72.50(0x4880) - TempU:82.0(0x5200) duty:60%(0x99)
P9: TempD:73.0(0x4900) - TempU:85.0(0x5500) duty:100%(0xff)


>$ revision
> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
P1: TempD:78.0(0x4e00) - TempU:84.0(0x5400) duty:25%(0x40)
P2: TempD:78.50(0x4e80) - TempU:85.0(0x5500) duty:28%(0x48)
P3: TempD:79.0(0x4f00) - TempU:86.0(0x5600) duty:30%(0x4d)
P4: TempD:79.50(0x4f80) - TempU:87.0(0x5700) duty:35%(0x5a)
P5: TempD:80.0(0x5000) - TempU:88.0(0x5800) duty:40%(0x66)
P6: TempD:80.50(0x5080) - TempU:89.0(0x5900) duty:45%(0x73)
P7: TempD:81.0(0x5100) - TempU:90.0(0x5a00) duty:50%(0x80)
P8: TempD:81.50(0x5180) - TempU:91.0(0x5b00) duty:60%(0x99)
P9: TempD:82.0(0x5200) - TempU:95.0(0x5f00) duty:100%(0xff)


>$ version
> fantbl get 3
 
fancon No:03
>$ fantbl get 0
P0: TempD:0.0(0x0000) - TempU:60.0(0x3c00) duty:20%(0x33)
P1: TempD:56.50(0x3880) - TempU:61.0(0x3d00) duty:25%(0x40)
P2: TempD:57.0(0x3900) - TempU:62.0(0x3e00) duty:28%(0x48)
P3: TempD:57.50(0x3980) - TempU:63.0(0x3f00) duty:30%(0x4d)
P4: TempD:58.0(0x3a00) - TempU:64.0(0x4000) duty:35%(0x5a)
P5: TempD:58.50(0x3a80) - TempU:65.0(0x4100) duty:40%(0x66)
P6: TempD:59.0(0x3b00) - TempU:66.0(0x4200) duty:45%(0x73)
P7: TempD:60.0(0x3c00) - TempU:67.0(0x4300) duty:50%(0x80)
P8: TempD:60.50(0x3c80) - TempU:68.0(0x4400) duty:60%(0x99)
P9: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:100%(0xff)


>$ fantbl get 1
> tshutdown get 0
TZone No:00
1st BE Primary Temperature:85.0(0x5500)


>$ fantbl get 2
> tshutdown get 1
TZone No:01
RSX Primary Temperature:95.0(0x5f00)


>$ tshutdown get 0
> tshutdown get 14
 
TZone No:14
>$ tshutdown get 1
SB Temperature:71.0(0x4700)
 
>$ tshutdown get 2
 
>$ eepcsum
</pre></div>
</pre></div>


== Refurbished ==


 
=== CRC32: B16125AF (eepcsum: 3D55)===
=== CRC32: D249F57C (eepcsum: 800C) ===
*Found in PS3 models:
*Found in PS3 models:
**[[CECHHxx]] with [[DIA-001]] motherboard, refurbished, new syscon [[CXR714120-304GB]], new RSX 40nm
**[[CECHAxx]] with [[COK-001]] motherboard, refurbished, new syscon [[CXR714120-304GB]], new RSX 40nm
*Probably used also in [[COK-002]], refurbished, new syscon, new RSX 40nm


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 4C 00 4D 00 4E 00 4F 00 50 00 51
FF FF FF FF 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F
00 52 00 53 00 54 00 55 00 56 00 57 00 58 00 5B
00 50 00 51 00 52 00 55 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 34
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 3C
80 34 00 35 80 35 00 36 80 36 00 37 80 37 00 38
00 3D 00 43 00 44 00 47 80 47 00 48 80 48 00 49
80 38 00 39 00 51 00 52 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF


33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 4E 00 4F 00 53 00 54 00 55 00 57
FF FF FF FF 00 53 00 54 00 55 00 56 00 57 00 58
00 58 00 59 00 5A 00 5B 00 5C 00 5D 00 5E 00 61
00 59 00 5A 00 5B 00 5F FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 80 3B
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 30
80 3E 00 3F 80 3F 00 40 80 40 00 41 80 41 00 42
00 47 00 4D 00 4E 00 50 80 50 00 51 80 51 00 52
80 42 00 43 80 55 00 56 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF


33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 3C 00 3D 00 3E 00 3F 00 40 00 41
00 42 00 43 00 44 00 47 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 27
00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C 00 3D
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 00 4D 14 FF FF FF FF FF FF 8B 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF 46 00 47 00 02 00 FF FF FF FF FF FF FF 8B
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
 
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 55 3D
FF FF 00 4D 14 FF FF FF FF FF 81 8B 00 FF 00 FF
5A 00 5B 00 02 00 60 00 61 00 02 00 FF FF FF FF
FF FF 7D 00 7D 00 02 00 FF FF FF FF FF FF 81 8B
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0C 80
}}
}}


Line 1,955: Line 2,069:
Example not available, please help documenting it by running this commands:
Example not available, please help documenting it by running this commands:


>$ revision
> revision


>$ version
> version


>$ fantbl get 0
> fantbl get 0


>$ fantbl get 1
> fantbl get 1


>$ tshutdown get 0
> fantbl get 2


>$ tshutdown get 1
> tshutdown get 0


>$ eepcsum
> tshutdown get 1
 
> tshutdown get 2
 
> eepcsum
</pre></div>
</pre></div>


== Prototypes ==
=== CRC32: D249F57C (eepcsum: 800C) ===
 
=== CRC32: F0899A5E (eepcsum: 0E17) ===
*Found in PS3 models:
*Found in PS3 models:
**[[DEH-H1000A-E]] with [[COK-001 (Prototype)]] motherboard
**[[CECHHxx]] with [[DIA-001]] motherboard, refurbished, new syscon [[CXR714120-304GB]], new RSX 40nm
<!--**[[DEH-H1001-D]] with [[COOKIE-13]] motherboard ? -->


{{boxcodelite|float=left|code=
{{boxcodelite|float=left|code=
33 40 48 4D 5A 66 73 80 99 FF 00 4A 00 4B 00 4C
33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
00 4D 00 4E 00 4F 00 50 00 51 00 52 00 55 00 00
FF FF FF FF 00 4C 00 4D 00 4E 00 4F 00 50 00 51
00 45 80 45 00 46 80 46 00 47 80 47 00 48 80 48
00 52 00 53 00 54 00 55 00 56 00 57 00 58 00 5B
00 49 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 34
 
80 34 00 35 80 35 00 36 80 36 00 37 80 37 00 38
33 40 48 4D 5A 66 73 80 99 FF 00 53 00 54 00 55
80 38 00 39 00 51 00 52 FF FF FF FF FF FF FF FF
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
00 4E 80 4E 00 4F 80 4F 00 50 80 50 00 51 80 51
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00 52 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
 
33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF 00 4E 00 4F 00 53 00 54 00 55 00 57
00 58 00 59 00 5A 00 5B 00 5C 00 5D 00 5E 00 61
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 80 3B
80 3E 00 3F 80 3F 00 40 80 40 00 41 80 41 00 42
80 42 00 43 80 55 00 56 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF


33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF


33 40 48 4D 5A 66 73 80 99 FF 00 3C 00 3D 00 3E
FF FF 00 4D 14 FF FF FF FF FF 81 8B 00 FF 00 FF
00 3F 00 40 00 41 00 42 00 43 00 44 00 47 00 00
5A 00 5B 00 02 00 60 00 61 00 02 00 FF FF FF FF
80 38 00 39 80 39 00 3A 80 3A 00 3B 00 3C 80 3C
FF FF 7D 00 7D 00 02 00 FF FF FF FF FF FF 81 8B
00 3D 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
 
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0C 80
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
 
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
 
FF FF 00 4D 14 FF FF FF FF FF FF FF FF FF FF FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 46 00 47 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
 
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 17 0E
}}
}}


Line 2,022: Line 2,133:
Example not available, please help documenting it by running this commands:
Example not available, please help documenting it by running this commands:


>$ revision
> revision
 
>$ version


>$ fantbl get 0
> version


>$ fantbl get 1
> fantbl get 0


>$ fantbl get 3
> fantbl get 1


>$ tshutdown get 0
> tshutdown get 0


>$ tshutdown get 1
> tshutdown get 1


>$ tshutdown get 14
> eepcsum
 
>$ eepcsum
</pre></div>
</pre></div>


 
=== Others refurbished ===
 
= Missing thermal configs =
*Needs confirmation:
**[[PPX-001]] (probaly identical to the thermal config found in [[PQX-001]])
**[[RTX-001]] (probaly identical to the thermal config found in [[REX-001]])
 
----
*[[COK-001]]/[[COK-002]] refurbished, 65nm [[RSX]], syscon [[CXR714120-303GB]] or [[CXR714120-304GB]]
*[[COK-001]]/[[COK-002]] refurbished, 65nm [[RSX]], syscon [[CXR714120-303GB]] or [[CXR714120-304GB]]
We only have a thermal config sample from a COK-001 + 40nm RSX refurb. It was generated in a simple way following some strict rules, this method can be replicated to deduce the thermal config of the COK-001 and COK-002 65nm RSX refurbs, what they did was to convert most of the settings from the COK-001/COK-002 retail thermal config in the old mullion format (required by syscons [[CXR713120-201GB]] and [[CXR713120-202GB]]) to the new mullion format (required by syscons [[CXR713120-203GB]] or newer), the procedure is as follows:
We only have a thermal config sample from a COK-001 + 40nm RSX refurb. It was generated in a simple way following some strict rules, this method can be replicated to deduce the thermal config of the COK-001 and COK-002 65nm RSX refurbs, what they did was to convert most of the settings from the COK-001/COK-002 retail thermal config in the old mullion format (required by syscons [[CXR713120-201GB]] and [[CXR713120-202GB]]) to the new mullion format (required by syscons [[CXR713120-203GB]] or newer), the procedure is as follows:

Latest revision as of 19:59, 18 July 2022

Description[edit | edit source]

The thermal config is an area inside syscon EEPROM where are stored the settings related with fan speed control (duty), organized by following this C structures
In Mullion syscon series is located at offset 0x3300, length 0x200, and is "protected" by a checksum located at 0x34FE (the last 2 bytes of the 0x200 bytes chunk)
In Sherwood syscon series is located at 0x250, we consider it have a length of 0x200 too, and is "protected" by a checksum located at 0x7FE (the last 2 bytes of a 0x800 bytes chunk including the thermal config and other eeprom areas)

The thermal configs are specific for a motherboard model, usually all motherboards of the same model shares the same thermal config, but not always, it has been found different thermal configs used in the same motherboard model (e.g. DIA-001 have 2 posible factory thermal configs)

Syscon checksums (eepcsum command)
Syscon series Checksum at address Regions covered Region name Notes
Mullion 0x32FE 0x3100 - 0x31FF Platform Config
0x3200 - 0x32FD Hardware Config
0x34FE 0x3300 - 0x34FD Thermal Config
0x39FE 0x3900 - 0x39FD Board Config
0x3DFE 0x3C00 - 0x3DFD not used (filled with FF's) Checksum is always 0x00ff
0x3FFE 0x3E00 - 0x3FFD not used (filled with FF's) Checksum is always 0x00ff
Sherwood 0x7FE 0x000 - 0x24F unknown
0x250 - 0x44F Thermal Config
0x450 - 0x7FD not used (filled with FF's)

Thermal Config Formats[edit | edit source]

The Syscon Firmware is designed to read the data from inside the thermal config region in a specific format, if the format is incorrect the syscon cant read it. The thermal config format was updated 2 times along the whole lifetime of retail PS3 models, so there is a total of 3 thermal config formats used in retail PS3 models (and one more used for non-retail PS3 models, like the reference tool DECR-1000)
Every unique syscon model contains an unique syscon firmware version associated with it, but the syscon firmware keeps backward compatibility with previous motherboad models, for this reason we really need to know the exact syscon model (instead of the motherboard name or PS3 model name that could be misleading). As example, sony repair centers was repairing COK-001 motherboards by using CXR714120-303GB syscon to replace the factory 90nm RSX by a 65nm RSX, or CXR714120-304GB by a 40nm RSX. In this kind of refurbished consoles the thermal config format is updated from v1 to v2 because the new syscon firmware requires it. In other words, the syscon from factory was using thermal config format v1 but the new syscon uses thermal config format v2

See also: C Structs, Temperature Data Format and Discussion

PS3 Thermal config format 1 (Mullion old, 32KB used EEPROM)
COK-001/CXR713120-201GB with 90nm RSX

33 40 48 4D 5A 66 73 80 99 FF 00 4A 00 4B 00 4C
00 4D 00 4E 00 4F 00 50 00 51 00 52 00 55 00 00
00 3C 00 3D 00 43 00 44 00 47 80 47 00 48 80 48
00 49 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF 00 53 00 54 00 55
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
00 30 00 47 00 4D 00 4E 00 50 80 50 00 51 80 51
00 52 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF 00 3C 00 3D 00 3E
00 3F 00 40 00 41 00 42 00 43 00 44 00 47 00 00
00 27 00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C
00 3D 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 00 4D 14 FF FF FF FF FF FF FF 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 46 00 47 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 15 71

PS3 Thermal config format 2 (Mullion new, 20KB used EEPROM)
COK-001/CXR714120-304GB with 40nm RSX (refurbished)

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F
00 50 00 51 00 52 00 55 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 3C
00 3D 00 43 00 44 00 47 80 47 00 48 80 48 00 49
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 53 00 54 00 55 00 56 00 57 00 58
00 59 00 5A 00 5B 00 5F FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 30
00 47 00 4D 00 4E 00 50 80 50 00 51 80 51 00 52
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 3C 00 3D 00 3E 00 3F 00 40 00 41
00 42 00 43 00 44 00 47 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 27
00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C 00 3D
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 00 4D 14 FF FF FF FF FF FF 8B 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF 46 00 47 00 02 00 FF FF FF FF FF FF FF 8B
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 55 3D

PS3 Thermal config format 3 (All Sherwood)
JTP-001/JSD-001/SW2-303 with 40nm RSX

33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00 31 00 3E
3E 00 31 80 40 3F 00 33 80 43 40 00 34 00 45 41
00 36 80 48 46 00 37 00 4A 4A 00 3D 80 50 4C 00
3E 00 55 4D 00 3E 80 5A 4E 00 3F 00 66 4F 00 3F
80 80 50 00 40 00 B3 51 00 41 00 FF 55 00 43 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
33 53 00 00 00 39 54 00 44 00 3B 55 00 45 00 3E
56 00 45 80 40 57 00 46 00 43 58 00 46 80 45 59
00 47 00 48 5A 00 47 80 4A 5B 00 48 00 50 5C 00
48 80 55 5D 00 49 00 5A 5E 00 49 80 66 5F 00 4A
00 80 60 00 4A 80 B3 61 00 4B 00 FF 64 00 4E 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 00 00 40 14 FF FF FF FF FF 84 8B 84 8B FF
54 00 55 00 02 00 63 00 64 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

Color Legend

Fancon tables status
  P   = policy (00=Full, 01=Auto, 02=Manual)
  S   = select (00=ROM, FF=RAM)
  A   = active (00=Remove, FF=Use)

Fan Speeds
  %   = duty
  %   = duty_min
  %   = duty_max
  %   = fan_initial_duty

Times
  T   = fan_initial_time
  T   = tshutdown_time

Temperatures BE (CELL)
HI LO = temp_d (or LO HI in Mullion)
HI LO = temp_u (or LO HI in Mullion)
HI LO = trp
HI LO = tshutdown
HI LO = hyst

Temperatures RSX
HI LO = temp_d (or LO HI in Mullion)
HI LO = temp_u (or LO HI in Mullion)
HI LO = trp
HI LO = tshutdown
HI LO = hyst

Temperatures SB
HI LO = temp_d (or LO HI in Mullion)
HI LO = temp_u (or LO HI in Mullion)
HI LO = trp
HI LO = tshutdown
HI LO = hyst

Temperatures BEVR & EEGS (inactive tables)
LO HI = temp_d
LO HI = temp_u
HI LO = trp
HI LO = tshutdown
HI LO = hyst

Others
Partially unknowns BE RX VR SB EE
Completly unknowns FF FF FF FF FF 00 00 00 FF
UM CS = fan_therm_csum (Mullion only)

Factory thermal configs (retail)[edit | edit source]

This configs are orientative, the purpose of this list is to collect all the factory thermal configs for a better understanding of them, if you find other config not in the list please add it, but dont publish here any custom config, the scope of this list is limited only to the original settings used by sony
This wiki page is inspired by this thread, the coordinate graph images from that thread are made by me (sandungas) and eventually i will upload new versions of them to wiki, but not yet because at the time of writing this (may 2021) are not the final version

When talking about thermal configs is very convenient to use unique identifyers for them, and the checksum "protection" used by syscon is perfect for that purpose, in Mullion series this is specially accurate because that cheksum is the checksum of the exact thermal config (except the last 2 bytes). In Sherwood is not so easy because the cheksum includes other areas of the eeprom so is not exactly an unique identifyer of the thermal config, for that reason in the Sherwood thermal configs is indicated the CRC32 (of the 0x200 bytes area only, calculated in PC), and all the others too to standarize his "labeling" and to be able to calculate the checksums of all them in PC in a easy way

Tip
You can "download" this configs by copypasting the hexadecimal view to a hexeditor and save the file as a .BIN

Fat PS3 models[edit | edit source]

CRC32: CA0A6A87 (eepcsum: EADE)[edit | edit source]

33 40 45 48 4A 4D 5A 73 80 FF 00 50 00 51 00 52
00 53 00 54 00 55 00 56 00 57 00 58 00 5B 00 00
00 2D 00 3F 80 3F 00 40 80 40 00 41 00 44 80 44
00 45 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 45 48 4A 4D 5A 73 80 FF 00 53 00 54 00 55
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
00 28 00 3F 80 3F 00 40 80 40 00 41 00 4D 80 4D
00 4E 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 45 48 4A 4D 5A 73 80 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
33 40 45 48 4A 4D 5A 73 80 FF 00 3E 00 3F 00 40
00 41 00 42 00 43 00 44 00 45 00 46 00 49 00 00
00 1E 00 23 80 23 00 24 80 24 00 25 00 38 80 3B
00 3C 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF
33 40 45 48 4A 4D 5A 73 80 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 00 4D 14 FF FF FF FF FF FF FF 00 FF 00 FF
5A 00 5B 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 48 00 49 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF DE EA

Type This
> revision
0B8E

> version
v1.0.0_k1

> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:80.0(0x5000) duty:20%(0x33)
P1: TempD:45.0(0x2d00) - TempU:81.0(0x5100) duty:25%(0x40)
P2: TempD:63.0(0x3f00) - TempU:82.0(0x5200) duty:27%(0x45)
P3: TempD:63.50(0x3f80) - TempU:83.0(0x5300) duty:28%(0x48)
P4: TempD:64.0(0x4000) - TempU:84.0(0x5400) duty:29%(0x4a)
P5: TempD:64.50(0x4080) - TempU:85.0(0x5500) duty:30%(0x4d)
P6: TempD:65.0(0x4100) - TempU:86.0(0x5600) duty:35%(0x5a)
P7: TempD:68.0(0x4400) - TempU:87.0(0x5700) duty:45%(0x73)
P8: TempD:68.50(0x4480) - TempU:88.0(0x5800) duty:50%(0x80)
P9: TempD:69.0(0x4500) - TempU:91.0(0x5b00) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
P1: TempD:40.0(0x2800) - TempU:84.0(0x5400) duty:25%(0x40)
P2: TempD:63.0(0x3f00) - TempU:85.0(0x5500) duty:27%(0x45)
P3: TempD:63.50(0x3f80) - TempU:86.0(0x5600) duty:28%(0x48)
P4: TempD:64.0(0x4000) - TempU:87.0(0x5700) duty:29%(0x4a)
P5: TempD:64.50(0x4080) - TempU:88.0(0x5800) duty:30%(0x4d)
P6: TempD:65.0(0x4100) - TempU:89.0(0x5900) duty:35%(0x5a)
P7: TempD:77.0(0x4d00) - TempU:90.0(0x5a00) duty:45%(0x73)
P8: TempD:77.50(0x4d80) - TempU:91.0(0x5b00) duty:50%(0x80)
P9: TempD:78.0(0x4e00) - TempU:95.0(0x5f00) duty:100%(0xff)

> fantbl get 3
fancon No:03
P0: TempD:0.0(0x0000) - TempU:62.0(0x3e00) duty:20%(0x33)
P1: TempD:30.0(0x1e00) - TempU:63.0(0x3f00) duty:25%(0x40)
P2: TempD:35.0(0x2300) - TempU:64.0(0x4000) duty:27%(0x45)
P3: TempD:35.50(0x2380) - TempU:65.0(0x4100) duty:28%(0x48)
P4: TempD:36.0(0x2400) - TempU:66.0(0x4200) duty:29%(0x4a)
P5: TempD:36.50(0x2480) - TempU:67.0(0x4300) duty:30%(0x4d)
P6: TempD:37.0(0x2500) - TempU:68.0(0x4400) duty:35%(0x5a)
P7: TempD:56.0(0x3800) - TempU:69.0(0x4500) duty:45%(0x73)
P8: TempD:59.50(0x3b80) - TempU:70.0(0x4600) duty:50%(0x80)
P9: TempD:60.0(0x3c00) - TempU:73.0(0x4900) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)

> tshutdown get 1
TZone No:01
RSX Primary  Temperature:95.0(0x5f00)

> tshutdown get 14
TZone No:14
SB  Temperature:73.0(0x4900)

> eepcsum
Addr:0x000032fe should be 0x4fb7
Addr:0x000034fe should be 0xeade
Addr:0x000039fe should be 0x1038
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff

CRC32: 79BA37D0 (eepcsum: 7115)[edit | edit source]

33 40 48 4D 5A 66 73 80 99 FF 00 4A 00 4B 00 4C
00 4D 00 4E 00 4F 00 50 00 51 00 52 00 55 00 00
00 3C 00 3D 00 43 00 44 00 47 80 47 00 48 80 48
00 49 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF 00 53 00 54 00 55
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
00 30 00 47 00 4D 00 4E 00 50 80 50 00 51 80 51
00 52 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF 00 3C 00 3D 00 3E
00 3F 00 40 00 41 00 42 00 43 00 44 00 47 00 00
00 27 00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C
00 3D 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF FF FF 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 46 00 47 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 15 71
> revision
0C16

> version
v1.1.3_k1

> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
P1: TempD:60.0(0x3c00) - TempU:75.0(0x4b00) duty:25%(0x40)
P2: TempD:61.0(0x3d00) - TempU:76.0(0x4c00) duty:28%(0x48)
P3: TempD:67.0(0x4300) - TempU:77.0(0x4d00) duty:30%(0x4d)
P4: TempD:68.0(0x4400) - TempU:78.0(0x4e00) duty:35%(0x5a)
P5: TempD:71.0(0x4700) - TempU:79.0(0x4f00) duty:40%(0x66)
P6: TempD:71.50(0x4780) - TempU:80.0(0x5000) duty:45%(0x73)
P7: TempD:72.0(0x4800) - TempU:81.0(0x5100) duty:50%(0x80)
P8: TempD:72.50(0x4880) - TempU:82.0(0x5200) duty:60%(0x99)
P9: TempD:73.0(0x4900) - TempU:85.0(0x5500) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
P1: TempD:48.0(0x3000) - TempU:84.0(0x5400) duty:25%(0x40)
P2: TempD:71.0(0x4700) - TempU:85.0(0x5500) duty:28%(0x48)
P3: TempD:77.0(0x4d00) - TempU:86.0(0x5600) duty:30%(0x4d)
P4: TempD:78.0(0x4e00) - TempU:87.0(0x5700) duty:35%(0x5a)
P5: TempD:80.0(0x5000) - TempU:88.0(0x5800) duty:40%(0x66)
P6: TempD:80.50(0x5080) - TempU:89.0(0x5900) duty:45%(0x73)
P7: TempD:81.0(0x5100) - TempU:90.0(0x5a00) duty:50%(0x80)
P8: TempD:81.50(0x5180) - TempU:91.0(0x5b00) duty:60%(0x99)
P9: TempD:82.0(0x5200) - TempU:95.0(0x5f00) duty:100%(0xff)

> fantbl get 3
fancon No:03
P0: TempD:0.0(0x0000) - TempU:60.0(0x3c00) duty:20%(0x33)
P1: TempD:39.0(0x2700) - TempU:61.0(0x3d00) duty:25%(0x40)
P2: TempD:48.0(0x3000) - TempU:62.0(0x3e00) duty:28%(0x48)
P3: TempD:54.0(0x3600) - TempU:63.0(0x3f00) duty:30%(0x4d)
P4: TempD:55.0(0x3700) - TempU:64.0(0x4000) duty:35%(0x5a)
P5: TempD:58.50(0x3a80) - TempU:65.0(0x4100) duty:40%(0x66)
P6: TempD:59.0(0x3b00) - TempU:66.0(0x4200) duty:45%(0x73)
P7: TempD:60.0(0x3c00) - TempU:67.0(0x4300) duty:50%(0x80)
P8: TempD:60.50(0x3c80) - TempU:68.0(0x4400) duty:60%(0x99)
P9: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary Temperature:85.0(0x5500)

> tshutdown get 1
TZone No:01
RSX Primary Temperature:95.0(0x5f00)

> tshutdown get 14
TZone No:14
SB Temperature:71.0(0x4700)

> eepcsum
Addr:0x000032fe should be 0x528c
Addr:0x000034fe should be 0x7115
Addr:0x000039fe should be 0x0138
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff


CRC32: 76C91AF4 (eepcsum: 86D6)[edit | edit source]

33 4A 4D 50 52 57 5C 8D A6 FF FF FF FF FF FF FF
FF FF FF FF 00 4C 00 4D 00 52 00 53 00 54 00 55
00 56 00 57 00 58 00 5B FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 38
80 38 00 39 80 39 00 3A 80 3A 00 3B 80 4F 00 50
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 4A 4D 50 52 57 5C 8D A6 FF FF FF FF FF FF FF
FF FF FF FF 00 54 00 55 00 56 00 57 00 58 00 59
00 5A 00 5B 00 5C 00 5F FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 38
80 38 00 39 80 39 00 3A 80 3A 00 3B 00 4D 00 4E
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 4A 4D 50 52 57 5C 8D A6 FF FF FF FF FF FF FF
FF FF FF FF 00 45 00 4A 00 4B 00 4C 00 4D 00 4E
00 4F 00 50 00 51 00 54 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 23
80 23 00 24 80 24 00 25 80 25 00 26 80 47 00 4A
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF FF FF 00 FF 00 FF
5A 00 5B 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF 53 00 54 00 02 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF D6 86
> revision
0D52

> version
v1.2.3_k1

> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:76.0(0x4c00) duty:20%(0x33)
P1: TempD:56.0(0x3800) - TempU:77.0(0x4d00) duty:29%(0x4a)
P2: TempD:56.50(0x3880) - TempU:82.0(0x5200) duty:30%(0x4d)
P3: TempD:57.0(0x3900) - TempU:83.0(0x5300) duty:31%(0x50)
P4: TempD:57.50(0x3980) - TempU:84.0(0x5400) duty:32%(0x52)
P5: TempD:58.0(0x3a00) - TempU:85.0(0x5500) duty:34%(0x57)
P6: TempD:58.50(0x3a80) - TempU:86.0(0x5600) duty:36%(0x5c)
P7: TempD:59.0(0x3b00) - TempU:87.0(0x5700) duty:55%(0x8d)
P8: TempD:79.50(0x4f80) - TempU:88.0(0x5800) duty:65%(0xa6)
P9: TempD:80.0(0x5000) - TempU:91.0(0x5b00) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:84.0(0x5400) duty:20%(0x33)
P1: TempD:56.0(0x3800) - TempU:85.0(0x5500) duty:29%(0x4a)
P2: TempD:56.50(0x3880) - TempU:86.0(0x5600) duty:30%(0x4d)
P3: TempD:57.0(0x3900) - TempU:87.0(0x5700) duty:31%(0x50)
P4: TempD:57.50(0x3980) - TempU:88.0(0x5800) duty:32%(0x52)
P5: TempD:58.0(0x3a00) - TempU:89.0(0x5900) duty:34%(0x57)
P6: TempD:58.50(0x3a80) - TempU:90.0(0x5a00) duty:36%(0x5c)
P7: TempD:59.0(0x3b00) - TempU:91.0(0x5b00) duty:55%(0x8d)
P8: TempD:77.0(0x4d00) - TempU:92.0(0x5c00) duty:65%(0xa6)
P9: TempD:78.0(0x4e00) - TempU:95.0(0x5f00) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> fantbl get 2
fancon No:02
P0: TempD:0.0(0x0000) - TempU:69.0(0x4500) duty:20%(0x33)
P1: TempD:35.0(0x2300) - TempU:74.0(0x4a00) duty:29%(0x4a)
P2: TempD:35.50(0x2380) - TempU:75.0(0x4b00) duty:30%(0x4d)
P3: TempD:36.0(0x2400) - TempU:76.0(0x4c00) duty:31%(0x50)
P4: TempD:36.50(0x2480) - TempU:77.0(0x4d00) duty:32%(0x52)
P5: TempD:37.0(0x2500) - TempU:78.0(0x4e00) duty:34%(0x57)
P6: TempD:37.50(0x2580) - TempU:79.0(0x4f00) duty:36%(0x5c)
P7: TempD:38.0(0x2600) - TempU:80.0(0x5000) duty:55%(0x8d)
P8: TempD:71.50(0x4780) - TempU:81.0(0x5100) duty:65%(0xa6)
P9: TempD:74.0(0x4a00) - TempU:84.0(0x5400) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)

> tshutdown get 1
TZone No:01
RSX Primary  Temperature:95.0(0x5f00)

> tshutdown get 14
TZone No:14
SB  Temperature:84.0(0x5400)

> eepcsum
Addr:0x000032fe should be 0x1596
Addr:0x000034fe should be 0x86d6
Addr:0x000039fe should be 0x7360
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff

CRC32: 58596BF7 (eepcsum: 980C)[edit | edit source]

33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF 00 4C 00 4D 00 4E 00 4F 00 50 00 51
00 52 00 53 00 54 00 55 00 56 00 57 00 58 00 5B
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 34
80 34 00 35 80 35 00 36 80 36 00 37 80 37 00 38
80 38 00 39 00 51 00 52 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF 00 4E 00 4F 00 53 00 54 00 55 00 57
00 58 00 59 00 5A 00 5B 00 5C 00 5D 00 5E 00 61
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 80 3B
80 3E 00 3F 80 3F 00 40 80 40 00 41 80 41 00 42
80 42 00 43 80 55 00 56 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF 81 FF 00 FF 00 FF
5A 00 5B 00 02 00 60 00 61 00 02 00 FF FF FF FF
FF FF 7D 00 7D 00 02 00 FF FF FF FF FF FF 81 FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0C 98
> revision
0DBF

> version
v1.3.3_k1

> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:76.0(0x4c00) duty:20%(0x33)
P1: TempD:52.0(0x3400) - TempU:77.0(0x4d00) duty:25%(0x40)
P2: TempD:52.50(0x3480) - TempU:78.0(0x4e00) duty:26%(0x43)
P3: TempD:53.0(0x3500) - TempU:79.0(0x4f00) duty:28%(0x48)
P4: TempD:53.50(0x3580) - TempU:80.0(0x5000) duty:29%(0x4a)
P5: TempD:54.0(0x3600) - TempU:81.0(0x5100) duty:31%(0x50)
P6: TempD:54.50(0x3680) - TempU:82.0(0x5200) duty:32%(0x52)
P7: TempD:55.0(0x3700) - TempU:83.0(0x5300) duty:33%(0x55)
P8: TempD:55.50(0x3780) - TempU:84.0(0x5400) duty:34%(0x57)
P9: TempD:56.0(0x3800) - TempU:85.0(0x5500) duty:35%(0x5a)
P10: TempD:56.50(0x3880) - TempU:86.0(0x5600) duty:36%(0x5c)
P11: TempD:57.0(0x3900) - TempU:87.0(0x5700) duty:60%(0x99)
P12: TempD:81.0(0x5100) - TempU:88.0(0x5800) duty:70%(0xb3)
P13: TempD:82.0(0x5200) - TempU:91.0(0x5b00) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:78.0(0x4e00) duty:20%(0x33)
P1: TempD:59.50(0x3b80) - TempU:79.0(0x4f00) duty:25%(0x40)
P2: TempD:62.50(0x3e80) - TempU:83.0(0x5300) duty:26%(0x43)
P3: TempD:63.0(0x3f00) - TempU:84.0(0x5400) duty:28%(0x48)
P4: TempD:63.50(0x3f80) - TempU:85.0(0x5500) duty:29%(0x4a)
P5: TempD:64.0(0x4000) - TempU:87.0(0x5700) duty:31%(0x50)
P6: TempD:64.50(0x4080) - TempU:88.0(0x5800) duty:32%(0x52)
P7: TempD:65.0(0x4100) - TempU:89.0(0x5900) duty:33%(0x55)
P8: TempD:65.50(0x4180) - TempU:90.0(0x5a00) duty:34%(0x57)
P9: TempD:66.0(0x4200) - TempU:91.0(0x5b00) duty:35%(0x5a)
P10: TempD:66.50(0x4280) - TempU:92.0(0x5c00) duty:36%(0x5c)
P11: TempD:67.0(0x4300) - TempU:93.0(0x5d00) duty:60%(0x99)
P12: TempD:85.50(0x5580) - TempU:94.0(0x5e00) duty:70%(0xb3)
P13: TempD:86.0(0x5600) - TempU:97.0(0x6100) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> fantbl get 2
fancon No:02
P0: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:20%(0x33)
P1: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:25%(0x40)
P2: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:26%(0x43)
P3: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:28%(0x48)
P4: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:29%(0x4a)
P5: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:31%(0x50)
P6: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:32%(0x52)
P7: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:33%(0x55)
P8: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:34%(0x57)
P9: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:35%(0x5a)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:36%(0x5c)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:60%(0x99)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:70%(0xb3)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)

> tshutdown get 1
TZone No:01
RSX Primary  Temperature:97.0(0x6100)

> tshutdown get 14
TZone No:14
SB  Temperature:125.0(0x7d00)

> eepcsum
Addr:0x000032fe should be 0x56c7
Addr:0x000034fe should be 0x980c
Addr:0x000039fe should be 0x7360
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff

CRC32: 066618F3 (eepcsum: 985B)[edit | edit source]

33 36 39 3B 3E 40 43 48 4A 50 55 5A 66 80 99 FF
FF FF FF FF 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F
00 50 00 51 00 52 00 53 00 54 00 55 00 56 00 57
00 58 00 5B FF FF FF FF FF FF FF FF 00 00 80 3E
00 3F 80 3F 00 40 80 40 00 41 80 41 00 42 80 42
00 43 80 43 00 44 00 48 80 4F 00 50 FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 36 39 3B 3E 40 43 48 4A 50 55 5A 66 80 99 FF
FF FF FF FF 00 50 00 51 00 52 00 53 00 54 00 55
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5C 00 5D
00 5E 00 61 FF FF FF FF FF FF FF FF 00 00 00 45
80 45 00 46 80 46 00 47 80 47 00 48 80 48 00 49
80 49 00 4A 80 4A 00 4B 80 51 00 52 FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF 81 FF 00 00 00 FF
5A 00 5B 00 02 00 60 00 61 00 02 00 FF FF FF FF
FF FF 7D 00 7D 00 02 00 FF FF FF FF FF FF 81 FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 5B 98
> revision
0E69

> version
v1.4.4_k2

> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
P1: TempD:62.50(0x3e80) - TempU:75.0(0x4b00) duty:21%(0x36)
P2: TempD:63.0(0x3f00) - TempU:76.0(0x4c00) duty:22%(0x39)
P3: TempD:63.50(0x3f80) - TempU:77.0(0x4d00) duty:23%(0x3b)
P4: TempD:64.0(0x4000) - TempU:78.0(0x4e00) duty:24%(0x3e)
P5: TempD:64.50(0x4080) - TempU:79.0(0x4f00) duty:25%(0x40)
P6: TempD:65.0(0x4100) - TempU:80.0(0x5000) duty:26%(0x43)
P7: TempD:65.50(0x4180) - TempU:81.0(0x5100) duty:28%(0x48)
P8: TempD:66.0(0x4200) - TempU:82.0(0x5200) duty:29%(0x4a)
P9: TempD:66.50(0x4280) - TempU:83.0(0x5300) duty:31%(0x50)
P10: TempD:67.0(0x4300) - TempU:84.0(0x5400) duty:33%(0x55)
P11: TempD:67.50(0x4380) - TempU:85.0(0x5500) duty:35%(0x5a)
P12: TempD:68.0(0x4400) - TempU:86.0(0x5600) duty:40%(0x66)
P13: TempD:72.0(0x4800) - TempU:87.0(0x5700) duty:50%(0x80)
P14: TempD:79.50(0x4f80) - TempU:88.0(0x5800) duty:60%(0x99)
P15: TempD:80.0(0x5000) - TempU:91.0(0x5b00) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:80.0(0x5000) duty:20%(0x33)
P1: TempD:69.0(0x4500) - TempU:81.0(0x5100) duty:21%(0x36)
P2: TempD:69.50(0x4580) - TempU:82.0(0x5200) duty:22%(0x39)
P3: TempD:70.0(0x4600) - TempU:83.0(0x5300) duty:23%(0x3b)
P4: TempD:70.50(0x4680) - TempU:84.0(0x5400) duty:24%(0x3e)
P5: TempD:71.0(0x4700) - TempU:85.0(0x5500) duty:25%(0x40)
P6: TempD:71.50(0x4780) - TempU:86.0(0x5600) duty:26%(0x43)
P7: TempD:72.0(0x4800) - TempU:87.0(0x5700) duty:28%(0x48)
P8: TempD:72.50(0x4880) - TempU:88.0(0x5800) duty:29%(0x4a)
P9: TempD:73.0(0x4900) - TempU:89.0(0x5900) duty:31%(0x50)
P10: TempD:73.50(0x4980) - TempU:90.0(0x5a00) duty:33%(0x55)
P11: TempD:74.0(0x4a00) - TempU:91.0(0x5b00) duty:35%(0x5a)
P12: TempD:74.50(0x4a80) - TempU:92.0(0x5c00) duty:40%(0x66)
P13: TempD:75.0(0x4b00) - TempU:93.0(0x5d00) duty:50%(0x80)
P14: TempD:81.50(0x5180) - TempU:94.0(0x5e00) duty:60%(0x99)
P15: TempD:82.0(0x5200) - TempU:97.0(0x6100) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:91.0(0x5b00)

> tshutdown get 1
TZone No:01
RSX Primary  Temperature:97.0(0x6100)

> eepcsum
Addr:0x000032fe should be 0xbb1b
Addr:0x000034fe should be 0x805b
Addr:0x000039fe should be 0x7350
Addr:0x00003dfe should be 0x00ff
Addr:0x00003ffe should be 0x00ff

CRC32: 6396DCC5[edit | edit source]

33 44 00 00 00 39 45 00 39 00 3B 46 00 39 80 3E
47 00 3A 00 40 48 00 3A 80 43 4C 00 40 00 45 50
00 44 00 48 51 00 44 80 4A 52 00 45 00 50 53 00
45 80 55 54 00 46 00 5A 55 00 46 80 66 56 00 47
00 80 57 00 48 00 99 58 00 4F 80 FF 5B 00 50 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

33 50 00 00 00 39 51 00 45 00 3B 52 00 45 80 3E
53 00 46 00 40 54 00 46 80 43 55 00 47 00 45 56
00 47 80 48 57 00 48 00 4A 58 00 48 80 50 59 00
49 00 55 5A 00 49 80 5A 5B 00 4A 00 66 5C 00 4A
80 80 5D 00 4B 00 99 5E 00 51 80 FF 61 00 52 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF

FF FF 00 00 4D 14 FF FF FF FF FF 81 88 81 88 FF
5A 00 5B 00 02 00 60 00 61 00 02 00 7D 00 7D 00
02 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 1629(065D)
 
> version
# Sherwood Version = 0.17.0
 
> tzone
# 00:1st BE Primary
# 01:RSX Primary
 
> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:68.0(0x4400) Duty:20%
# P1: TemprD:57.0(0x3900) - TemprU:69.0(0x4500) Duty:22%
# P2: TemprD:57.50(0x3980) - TemprU:70.0(0x4600) Duty:23%
# P3: TemprD:58.0(0x3A00) - TemprU:71.0(0x4700) Duty:24%
# P4: TemprD:58.50(0x3A80) - TemprU:72.0(0x4800) Duty:25%
# P5: TemprD:64.0(0x4000) - TemprU:76.0(0x4C00) Duty:26%
# P6: TemprD:68.0(0x4400) - TemprU:80.0(0x5000) Duty:27%
# P7: TemprD:68.50(0x4480) - TemprU:81.0(0x5100) Duty:28%
# P8: TemprD:69.0(0x4500) - TemprU:82.0(0x5200) Duty:29%
# P9: TemprD:69.50(0x4580) - TemprU:83.0(0x5300) Duty:31%
# P10: TemprD:70.0(0x4600) - TemprU:84.0(0x5400) Duty:33%
# P11: TemprD:70.50(0x4680) - TemprU:85.0(0x5500) Duty:35%
# P12: TemprD:71.0(0x4700) - TemprU:86.0(0x5600) Duty:40%
# P13: TemprD:72.0(0x4800) - TemprU:87.0(0x5700) Duty:50%
# P14: TemprD:79.50(0x4F80) - TemprU:88.0(0x5800) Duty:60%
# P15: TemprD:80.0(0x5000) - TemprU:91.0(0x5B00) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
 
> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:80.0(0x5000) Duty:20%
# P1: TemprD:69.0(0x4500) - TemprU:81.0(0x5100) Duty:22%
# P2: TemprD:69.50(0x4580) - TemprU:82.0(0x5200) Duty:23%
# P3: TemprD:70.0(0x4600) - TemprU:83.0(0x5300) Duty:24%
# P4: TemprD:70.50(0x4680) - TemprU:84.0(0x5400) Duty:25%
# P5: TemprD:71.0(0x4700) - TemprU:85.0(0x5500) Duty:26%
# P6: TemprD:71.50(0x4780) - TemprU:86.0(0x5600) Duty:27%
# P7: TemprD:72.0(0x4800) - TemprU:87.0(0x5700) Duty:28%
# P8: TemprD:72.50(0x4880) - TemprU:88.0(0x5800) Duty:29%
# P9: TemprD:73.0(0x4900) - TemprU:89.0(0x5900) Duty:31%
# P10: TemprD:73.50(0x4980) - TemprU:90.0(0x5A00) Duty:33%
# P11: TemprD:74.0(0x4A00) - TemprU:91.0(0x5B00) Duty:35%
# P12: TemprD:74.50(0x4A80) - TemprU:92.0(0x5C00) Duty:40%
# P13: TemprD:75.0(0x4B00) - TemprU:93.0(0x5D00) Duty:50%
# P14: TemprD:81.50(0x5180) - TemprU:94.0(0x5E00) Duty:60%
# P15: TemprD:82.0(0x5200) - TemprU:97.0(0x6100) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
 
> tshutdown get 0
# TZone No:00
# Temperature:91.0(0x5B00)
 
> tshutdown get 1
# TZone No:01
# Temperature:97.0(0x6100)
 
> eepcsum
# csum = 0xE083

Slim PS3 models[edit | edit source]

CRC32: 8752BF08[edit | edit source]

33 35 00 00 00 39 36 00 2F 00 3B 37 00 31 00 3E
38 00 31 80 40 39 00 33 80 43 3A 00 34 00 45 3B
00 36 80 48 45 00 37 00 4A 46 00 3D 80 50 49 00
3E 00 55 4A 00 3E 80 5A 4B 00 3F 00 66 4C 00 3F
80 80 4D 00 40 00 B3 4E 00 41 00 FF 55 00 46 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

33 4E 00 00 00 39 4F 00 42 80 3B 50 00 43 00 3E
51 00 43 80 40 52 00 44 00 43 53 00 44 80 45 54
00 45 00 48 55 00 45 80 4A 56 00 46 00 50 57 00
46 80 55 58 00 47 00 5A 59 00 47 80 66 5A 00 48
00 80 5B 00 48 80 B3 5C 00 4A 00 FF 5F 00 52 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 4D 14 FF FF FF FF FF 84 88 84 88 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2098(0832)

> version
# Sherwood Version = 1.11.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:53.0(0x3500) Duty:20%
# P1: TemprD:47.0(0x2F00) - TemprU:54.0(0x3600) Duty:22%
# P2: TemprD:49.0(0x3100) - TemprU:55.0(0x3700) Duty:23%
# P3: TemprD:49.50(0x3180) - TemprU:56.0(0x3800) Duty:24%
# P4: TemprD:51.50(0x3380) - TemprU:57.0(0x3900) Duty:25%
# P5: TemprD:52.0(0x3400) - TemprU:58.0(0x3A00) Duty:26%
# P6: TemprD:54.50(0x3680) - TemprU:59.0(0x3B00) Duty:27%
# P7: TemprD:55.0(0x3700) - TemprU:69.0(0x4500) Duty:28%
# P8: TemprD:61.50(0x3D80) - TemprU:70.0(0x4600) Duty:29%
# P9: TemprD:62.0(0x3E00) - TemprU:73.0(0x4900) Duty:31%
# P10: TemprD:62.50(0x3E80) - TemprU:74.0(0x4A00) Duty:33%
# P11: TemprD:63.0(0x3F00) - TemprU:75.0(0x4B00) Duty:35%
# P12: TemprD:63.50(0x3F80) - TemprU:76.0(0x4C00) Duty:40%
# P13: TemprD:64.0(0x4000) - TemprU:77.0(0x4D00) Duty:50%
# P14: TemprD:65.0(0x4100) - TemprU:78.0(0x4E00) Duty:70%
# P15: TemprD:70.0(0x4600) - TemprU:85.0(0x5500) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:78.0(0x4E00) Duty:20%
# P1: TemprD:66.50(0x4280) - TemprU:79.0(0x4F00) Duty:22%
# P2: TemprD:67.0(0x4300) - TemprU:80.0(0x5000) Duty:23%
# P3: TemprD:67.50(0x4380) - TemprU:81.0(0x5100) Duty:24%
# P4: TemprD:68.0(0x4400) - TemprU:82.0(0x5200) Duty:25%
# P5: TemprD:68.50(0x4480) - TemprU:83.0(0x5300) Duty:26%
# P6: TemprD:69.0(0x4500) - TemprU:84.0(0x5400) Duty:27%
# P7: TemprD:69.50(0x4580) - TemprU:85.0(0x5500) Duty:28%
# P8: TemprD:70.0(0x4600) - TemprU:86.0(0x5600) Duty:29%
# P9: TemprD:70.50(0x4680) - TemprU:87.0(0x5700) Duty:31%
# P10: TemprD:71.0(0x4700) - TemprU:88.0(0x5800) Duty:33%
# P11: TemprD:71.50(0x4780) - TemprU:89.0(0x5900) Duty:35%
# P12: TemprD:72.0(0x4800) - TemprU:90.0(0x5A00) Duty:40%
# P13: TemprD:72.50(0x4880) - TemprU:91.0(0x5B00) Duty:50%
# P14: TemprD:74.0(0x4A00) - TemprU:92.0(0x5C00) Duty:70%
# P15: TemprD:82.0(0x5200) - TemprU:95.0(0x5F00) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+95.0(0x5F00)

> eepcsum
# csum = 0x44FA

> patchinfo
# MAJOR   :0001
# MINOR   :0002
# REV     :083E
# SYS_REV :0832
# TABLE   :0000201A
# DATSIZ  :0FAA
# DATSUM  :02AB
# SUM     :035D
# applyed


CRC32: 3778EE66[edit | edit source]

33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00 31 00 3E
3E 00 31 80 40 3F 00 33 80 43 40 00 34 00 45 41
00 36 80 48 4A 00 37 00 4A 4B 00 3D 80 50 4C 00
3E 00 55 4D 00 3E 80 5A 4E 00 3F 00 66 4F 00 3F
80 80 50 00 40 00 B3 51 00 41 00 FF 52 00 43 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

33 53 00 00 00 39 54 00 44 00 3B 55 00 45 00 3E
56 00 45 80 40 57 00 46 00 43 58 00 46 80 45 59
00 47 00 48 5A 00 47 80 4A 5B 00 48 00 50 5C 00
48 80 55 5D 00 49 00 5A 5E 00 49 80 66 5F 00 4A
00 80 60 00 4A 80 B3 61 00 4B 00 FF 62 00 4E 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 40 14 FF FF FF FF FF 84 8B 84 8B FF
54 00 55 00 02 00 63 00 64 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2208(08A0)

> version
# Sherwood Version = 1.16.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:59.0(0x3B00) Duty:20%
# P1: TemprD:47.0(0x2F00) - TemprU:60.0(0x3C00) Duty:22%
# P2: TemprD:49.0(0x3100) - TemprU:61.0(0x3D00) Duty:23%
# P3: TemprD:49.50(0x3180) - TemprU:62.0(0x3E00) Duty:24%
# P4: TemprD:51.50(0x3380) - TemprU:63.0(0x3F00) Duty:25%
# P5: TemprD:52.0(0x3400) - TemprU:64.0(0x4000) Duty:26%
# P6: TemprD:54.50(0x3680) - TemprU:65.0(0x4100) Duty:27%
# P7: TemprD:55.0(0x3700) - TemprU:74.0(0x4A00) Duty:28%
# P8: TemprD:61.50(0x3D80) - TemprU:75.0(0x4B00) Duty:29%
# P9: TemprD:62.0(0x3E00) - TemprU:76.0(0x4C00) Duty:31%
# P10: TemprD:62.50(0x3E80) - TemprU:77.0(0x4D00) Duty:33%
# P11: TemprD:63.0(0x3F00) - TemprU:78.0(0x4E00) Duty:35%
# P12: TemprD:63.50(0x3F80) - TemprU:79.0(0x4F00) Duty:40%
# P13: TemprD:64.0(0x4000) - TemprU:80.0(0x5000) Duty:50%
# P14: TemprD:65.0(0x4100) - TemprU:81.0(0x5100) Duty:70%
# P15: TemprD:67.0(0x4300) - TemprU:82.0(0x5200) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
# P1: TemprD:68.0(0x4400) - TemprU:84.0(0x5400) Duty:22%
# P2: TemprD:69.0(0x4500) - TemprU:85.0(0x5500) Duty:23%
# P3: TemprD:69.50(0x4580) - TemprU:86.0(0x5600) Duty:24%
# P4: TemprD:70.0(0x4600) - TemprU:87.0(0x5700) Duty:25%
# P5: TemprD:70.50(0x4680) - TemprU:88.0(0x5800) Duty:26%
# P6: TemprD:71.0(0x4700) - TemprU:89.0(0x5900) Duty:27%
# P7: TemprD:71.50(0x4780) - TemprU:90.0(0x5A00) Duty:28%
# P8: TemprD:72.0(0x4800) - TemprU:91.0(0x5B00) Duty:29%
# P9: TemprD:72.50(0x4880) - TemprU:92.0(0x5C00) Duty:31%
# P10: TemprD:73.0(0x4900) - TemprU:93.0(0x5D00) Duty:33%
# P11: TemprD:73.50(0x4980) - TemprU:94.0(0x5E00) Duty:35%
# P12: TemprD:74.0(0x4A00) - TemprU:95.0(0x5F00) Duty:40%
# P13: TemprD:74.50(0x4A80) - TemprU:96.0(0x6000) Duty:50%
# P14: TemprD:75.0(0x4B00) - TemprU:97.0(0x6100) Duty:70%
# P15: TemprD:78.0(0x4E00) - TemprU:98.0(0x6200) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+100.0(0x6400)

> eepcsum
# csum = 0xFE46

CRC32: B9FF6FD4[edit | edit source]

33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00 31 00 3E
3E 00 31 80 40 3F 00 33 80 43 40 00 34 00 45 41
00 36 80 48 46 00 37 00 4A 4A 00 3D 80 50 4C 00
3E 00 55 4D 00 3E 80 5A 4E 00 3F 00 66 4F 00 3F
80 80 50 00 40 00 B3 51 00 41 00 FF 55 00 43 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

33 53 00 00 00 39 54 00 44 00 3B 55 00 45 00 3E
56 00 45 80 40 57 00 46 00 43 58 00 46 80 45 59
00 47 00 48 5A 00 47 80 4A 5B 00 48 00 50 5C 00
48 80 55 5D 00 49 00 5A 5E 00 49 80 66 5F 00 4A
00 80 60 00 4A 80 B3 61 00 4B 00 FF 64 00 4E 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 40 14 FF FF FF FF FF 84 8B 84 8B FF
54 00 55 00 02 00 63 00 64 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2242(08C2)

> version
# Sherwood Version = 1.21.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:59.0(0x3B00) Duty:20%
# P1: TemprD:47.0(0x2F00) - TemprU:60.0(0x3C00) Duty:22%
# P2: TemprD:49.0(0x3100) - TemprU:61.0(0x3D00) Duty:23%
# P3: TemprD:49.50(0x3180) - TemprU:62.0(0x3E00) Duty:24%
# P4: TemprD:51.50(0x3380) - TemprU:63.0(0x3F00) Duty:25%
# P5: TemprD:52.0(0x3400) - TemprU:64.0(0x4000) Duty:26%
# P6: TemprD:54.50(0x3680) - TemprU:65.0(0x4100) Duty:27%
# P7: TemprD:55.0(0x3700) - TemprU:70.0(0x4600) Duty:28%
# P8: TemprD:61.50(0x3D80) - TemprU:74.0(0x4A00) Duty:29%
# P9: TemprD:62.0(0x3E00) - TemprU:76.0(0x4C00) Duty:31%
# P10: TemprD:62.50(0x3E80) - TemprU:77.0(0x4D00) Duty:33%
# P11: TemprD:63.0(0x3F00) - TemprU:78.0(0x4E00) Duty:35%
# P12: TemprD:63.50(0x3F80) - TemprU:79.0(0x4F00) Duty:40%
# P13: TemprD:64.0(0x4000) - TemprU:80.0(0x5000) Duty:50%
# P14: TemprD:65.0(0x4100) - TemprU:81.0(0x5100) Duty:70%
# P15: TemprD:67.0(0x4300) - TemprU:85.0(0x5500) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
# P1: TemprD:68.0(0x4400) - TemprU:84.0(0x5400) Duty:22%
# P2: TemprD:69.0(0x4500) - TemprU:85.0(0x5500) Duty:23%
# P3: TemprD:69.50(0x4580) - TemprU:86.0(0x5600) Duty:24%
# P4: TemprD:70.0(0x4600) - TemprU:87.0(0x5700) Duty:25%
# P5: TemprD:70.50(0x4680) - TemprU:88.0(0x5800) Duty:26%
# P6: TemprD:71.0(0x4700) - TemprU:89.0(0x5900) Duty:27%
# P7: TemprD:71.50(0x4780) - TemprU:90.0(0x5A00) Duty:28%
# P8: TemprD:72.0(0x4800) - TemprU:91.0(0x5B00) Duty:29%
# P9: TemprD:72.50(0x4880) - TemprU:92.0(0x5C00) Duty:31%
# P10: TemprD:73.0(0x4900) - TemprU:93.0(0x5D00) Duty:33%
# P11: TemprD:73.50(0x4980) - TemprU:94.0(0x5E00) Duty:35%
# P12: TemprD:74.0(0x4A00) - TemprU:95.0(0x5F00) Duty:40%
# P13: TemprD:74.50(0x4A80) - TemprU:96.0(0x6000) Duty:50%
# P14: TemprD:75.0(0x4B00) - TemprU:97.0(0x6100) Duty:70%
# P15: TemprD:78.0(0x4E00) - TemprU:100.0(0x6400) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+100.0(0x6400)

> eepcsum
# csum = 0xECE3

CRC32: 3762A7F8[edit | edit source]

33 30 00 00 00 36 31 00 26 00 39 32 00 27 00 3B
33 00 28 00 3E 34 00 29 00 40 39 00 2D 00 45 40
00 30 00 48 41 00 31 00 4A 42 00 32 00 4D 43 00
33 00 5A 44 00 34 00 66 45 00 35 00 99 48 00 36
00 B3 4E 00 3F 00 FF 54 00 44 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

34 53 00 00 00 36 54 00 20 00 39 55 00 21 00 3B
56 00 22 00 3E 57 00 23 00 40 58 00 24 00 45 59
00 25 00 48 5A 00 26 00 4A 5B 00 27 00 4D 5C 00
28 00 5A 5D 00 29 00 66 5E 00 2A 00 99 5F 00 2B
00 B3 60 00 2C 00 FF 63 00 2D 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 41 14 FF FF FF FF FF 84 8B 84 8B FF
54 00 55 00 02 00 62 00 63 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2328(0918)

> version
# Sherwood Version = 2.3.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:48.0(0x3000) Duty:20%
# P1: TemprD:38.0(0x2600) - TemprU:49.0(0x3100) Duty:21%
# P2: TemprD:39.0(0x2700) - TemprU:50.0(0x3200) Duty:22%
# P3: TemprD:40.0(0x2800) - TemprU:51.0(0x3300) Duty:23%
# P4: TemprD:41.0(0x2900) - TemprU:52.0(0x3400) Duty:24%
# P5: TemprD:45.0(0x2D00) - TemprU:57.0(0x3900) Duty:25%
# P6: TemprD:48.0(0x3000) - TemprU:64.0(0x4000) Duty:27%
# P7: TemprD:49.0(0x3100) - TemprU:65.0(0x4100) Duty:28%
# P8: TemprD:50.0(0x3200) - TemprU:66.0(0x4200) Duty:29%
# P9: TemprD:51.0(0x3300) - TemprU:67.0(0x4300) Duty:30%
# P10: TemprD:52.0(0x3400) - TemprU:68.0(0x4400) Duty:35%
# P11: TemprD:53.0(0x3500) - TemprU:69.0(0x4500) Duty:40%
# P12: TemprD:54.0(0x3600) - TemprU:72.0(0x4800) Duty:60%
# P13: TemprD:63.0(0x3F00) - TemprU:78.0(0x4E00) Duty:70%
# P14: TemprD:68.0(0x4400) - TemprU:84.0(0x5400) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:83.0(0x5300) Duty:20%
# P1: TemprD:32.0(0x2000) - TemprU:84.0(0x5400) Duty:21%
# P2: TemprD:33.0(0x2100) - TemprU:85.0(0x5500) Duty:22%
# P3: TemprD:34.0(0x2200) - TemprU:86.0(0x5600) Duty:23%
# P4: TemprD:35.0(0x2300) - TemprU:87.0(0x5700) Duty:24%
# P5: TemprD:36.0(0x2400) - TemprU:88.0(0x5800) Duty:25%
# P6: TemprD:37.0(0x2500) - TemprU:89.0(0x5900) Duty:27%
# P7: TemprD:38.0(0x2600) - TemprU:90.0(0x5A00) Duty:28%
# P8: TemprD:39.0(0x2700) - TemprU:91.0(0x5B00) Duty:29%
# P9: TemprD:40.0(0x2800) - TemprU:92.0(0x5C00) Duty:30%
# P10: TemprD:41.0(0x2900) - TemprU:93.0(0x5D00) Duty:35%
# P11: TemprD:42.0(0x2A00) - TemprU:94.0(0x5E00) Duty:40%
# P12: TemprD:43.0(0x2B00) - TemprU:95.0(0x5F00) Duty:60%
# P13: TemprD:44.0(0x2C00) - TemprU:96.0(0x6000) Duty:70%
# P14: TemprD:45.0(0x2D00) - TemprU:99.0(0x6300) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+99.0(0x6300)

> eepcsum
# csum = 0x7400

Superslim PS3 models[edit | edit source]

CRC32: 65130FBD[edit | edit source]

33 37 00 00 00 36 38 00 26 00 39 39 00 27 00 3B
3A 00 28 00 3E 3B 00 29 00 40 3C 00 2A 00 43 49
00 2B 00 45 4A 00 31 00 48 4B 00 32 00 4A 4C 00
33 00 4D 4D 00 34 00 73 4E 00 35 00 B3 4F 00 36
00 FF 55 00 37 00 FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

33 4D 00 00 00 36 4E 00 2B 00 39 4F 00 2C 00 3B
50 00 2D 00 3E 51 00 2E 00 40 52 00 2F 00 43 53
00 34 00 45 54 00 35 00 48 55 00 36 00 4A 56 00
37 00 4D 57 00 38 00 73 58 00 39 00 B3 59 00 3A
00 FF 5F 00 3B 00 FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 41 14 FF FF FF FF FF 84 8B 84 8B FF
54 00 55 00 02 00 62 00 63 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2447(098F)

> version
# Sherwood Version = 2.12.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:55.0(0x3700) Duty:20%
# P1: TemprD:38.0(0x2600) - TemprU:56.0(0x3800) Duty:21%
# P2: TemprD:39.0(0x2700) - TemprU:57.0(0x3900) Duty:22%
# P3: TemprD:40.0(0x2800) - TemprU:58.0(0x3A00) Duty:23%
# P4: TemprD:41.0(0x2900) - TemprU:59.0(0x3B00) Duty:24%
# P5: TemprD:42.0(0x2A00) - TemprU:60.0(0x3C00) Duty:25%
# P6: TemprD:43.0(0x2B00) - TemprU:73.0(0x4900) Duty:26%
# P7: TemprD:49.0(0x3100) - TemprU:74.0(0x4A00) Duty:27%
# P8: TemprD:50.0(0x3200) - TemprU:75.0(0x4B00) Duty:28%
# P9: TemprD:51.0(0x3300) - TemprU:76.0(0x4C00) Duty:29%
# P10: TemprD:52.0(0x3400) - TemprU:77.0(0x4D00) Duty:30%
# P11: TemprD:53.0(0x3500) - TemprU:78.0(0x4E00) Duty:45%
# P12: TemprD:54.0(0x3600) - TemprU:79.0(0x4F00) Duty:70%
# P13: TemprD:55.0(0x3700) - TemprU:85.0(0x5500) Duty:100%
# P14: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:77.0(0x4D00) Duty:20%
# P1: TemprD:43.0(0x2B00) - TemprU:78.0(0x4E00) Duty:21%
# P2: TemprD:44.0(0x2C00) - TemprU:79.0(0x4F00) Duty:22%
# P3: TemprD:45.0(0x2D00) - TemprU:80.0(0x5000) Duty:23%
# P4: TemprD:46.0(0x2E00) - TemprU:81.0(0x5100) Duty:24%
# P5: TemprD:47.0(0x2F00) - TemprU:82.0(0x5200) Duty:25%
# P6: TemprD:52.0(0x3400) - TemprU:83.0(0x5300) Duty:26%
# P7: TemprD:53.0(0x3500) - TemprU:84.0(0x5400) Duty:27%
# P8: TemprD:54.0(0x3600) - TemprU:85.0(0x5500) Duty:28%
# P9: TemprD:55.0(0x3700) - TemprU:86.0(0x5600) Duty:29%
# P10: TemprD:56.0(0x3800) - TemprU:87.0(0x5700) Duty:30%
# P11: TemprD:57.0(0x3900) - TemprU:88.0(0x5800) Duty:45%
# P12: TemprD:58.0(0x3A00) - TemprU:89.0(0x5900) Duty:70%
# P13: TemprD:59.0(0x3B00) - TemprU:95.0(0x5F00) Duty:100%
# P14: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+99.0(0x6300)

> eepcsum
# csum = 0x9280

CRC32: ABC9DF9E[edit | edit source]

33 3D 00 00 00 36 3E 00 2B 00 39 3F 00 2C 00 3B
40 00 2D 00 3E 41 00 2E 00 40 48 00 2F 00 43 49
00 30 00 45 4A 00 31 00 4A 4B 00 32 00 4D 4C 00
33 00 52 4D 00 34 00 5A 4E 00 35 00 73 4F 00 36
00 80 50 00 37 00 FF 55 00 38 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

33 4B 00 00 00 36 4C 00 1E 00 39 4D 00 1F 00 3B
4E 00 20 00 3E 4F 00 21 00 40 50 00 22 00 43 51
00 23 00 45 52 00 24 00 4A 53 00 25 00 4D 54 00
26 00 52 55 00 27 00 5A 56 00 28 00 73 57 00 29
00 80 58 00 2A 00 FF 5F 00 2B 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 41 14 FF FF FF FF FF 84 8B 84 8E FF
54 00 55 00 02 00 62 00 63 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2447(098F)

> version
# Sherwood Version = 2.12.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:61.0(0x3D00) Duty:20%
# P1: TemprD:43.0(0x2B00) - TemprU:62.0(0x3E00) Duty:21%
# P2: TemprD:44.0(0x2C00) - TemprU:63.0(0x3F00) Duty:22%
# P3: TemprD:45.0(0x2D00) - TemprU:64.0(0x4000) Duty:23%
# P4: TemprD:46.0(0x2E00) - TemprU:65.0(0x4100) Duty:24%
# P5: TemprD:47.0(0x2F00) - TemprU:72.0(0x4800) Duty:25%
# P6: TemprD:48.0(0x3000) - TemprU:73.0(0x4900) Duty:26%
# P7: TemprD:49.0(0x3100) - TemprU:74.0(0x4A00) Duty:27%
# P8: TemprD:50.0(0x3200) - TemprU:75.0(0x4B00) Duty:29%
# P9: TemprD:51.0(0x3300) - TemprU:76.0(0x4C00) Duty:30%
# P10: TemprD:52.0(0x3400) - TemprU:77.0(0x4D00) Duty:32%
# P11: TemprD:53.0(0x3500) - TemprU:78.0(0x4E00) Duty:35%
# P12: TemprD:54.0(0x3600) - TemprU:79.0(0x4F00) Duty:45%
# P13: TemprD:55.0(0x3700) - TemprU:80.0(0x5000) Duty:50%
# P14: TemprD:56.0(0x3800) - TemprU:85.0(0x5500) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:75.0(0x4B00) Duty:20%
# P1: TemprD:30.0(0x1E00) - TemprU:76.0(0x4C00) Duty:21%
# P2: TemprD:31.0(0x1F00) - TemprU:77.0(0x4D00) Duty:22%
# P3: TemprD:32.0(0x2000) - TemprU:78.0(0x4E00) Duty:23%
# P4: TemprD:33.0(0x2100) - TemprU:79.0(0x4F00) Duty:24%
# P5: TemprD:34.0(0x2200) - TemprU:80.0(0x5000) Duty:25%
# P6: TemprD:35.0(0x2300) - TemprU:81.0(0x5100) Duty:26%
# P7: TemprD:36.0(0x2400) - TemprU:82.0(0x5200) Duty:27%
# P8: TemprD:37.0(0x2500) - TemprU:83.0(0x5300) Duty:29%
# P9: TemprD:38.0(0x2600) - TemprU:84.0(0x5400) Duty:30%
# P10: TemprD:39.0(0x2700) - TemprU:85.0(0x5500) Duty:32%
# P11: TemprD:40.0(0x2800) - TemprU:86.0(0x5600) Duty:35%
# P12: TemprD:41.0(0x2900) - TemprU:87.0(0x5700) Duty:45%
# P13: TemprD:42.0(0x2A00) - TemprU:88.0(0x5800) Duty:50%
# P14: TemprD:43.0(0x2B00) - TemprU:95.0(0x5F00) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+99.0(0x6300)

> eepcsum
# csum = 0x3B5B

CRC32: 8E7F2A49[edit | edit source]

33 3D 00 00 00 36 3E 00 2B 00 39 3F 00 2C 00 3B
40 00 2D 00 3E 41 00 2E 00 40 48 00 2F 00 43 49
00 30 00 45 4A 00 31 00 4A 4B 00 32 00 4D 4C 00
33 00 52 4D 00 34 00 5A 4E 00 35 00 73 4F 00 36
00 80 50 00 37 00 FF 55 00 38 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

33 4B 00 00 00 36 4C 00 1E 00 39 4D 00 1F 00 3B
4E 00 20 00 3E 4F 00 21 00 40 50 00 22 00 43 51
00 23 00 45 52 00 24 00 4A 53 00 25 00 4D 54 00
26 00 52 55 00 27 00 5A 56 00 28 00 73 57 00 29
00 80 58 00 2A 00 FF 5F 00 2B 00 FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 41 14 FF FF FF FF FF 7A 89 84 8E FF
54 00 55 00 02 00 62 00 63 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2468(09A4)

> version
# Sherwood Version = 2.21.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:61.0(0x3D00) Duty:20%
# P1: TemprD:43.0(0x2B00) - TemprU:62.0(0x3E00) Duty:21%
# P2: TemprD:44.0(0x2C00) - TemprU:63.0(0x3F00) Duty:22%
# P3: TemprD:45.0(0x2D00) - TemprU:64.0(0x4000) Duty:23%
# P4: TemprD:46.0(0x2E00) - TemprU:65.0(0x4100) Duty:24%
# P5: TemprD:47.0(0x2F00) - TemprU:72.0(0x4800) Duty:25%
# P6: TemprD:48.0(0x3000) - TemprU:73.0(0x4900) Duty:26%
# P7: TemprD:49.0(0x3100) - TemprU:74.0(0x4A00) Duty:27%
# P8: TemprD:50.0(0x3200) - TemprU:75.0(0x4B00) Duty:29%
# P9: TemprD:51.0(0x3300) - TemprU:76.0(0x4C00) Duty:30%
# P10: TemprD:52.0(0x3400) - TemprU:77.0(0x4D00) Duty:32%
# P11: TemprD:53.0(0x3500) - TemprU:78.0(0x4E00) Duty:35%
# P12: TemprD:54.0(0x3600) - TemprU:79.0(0x4F00) Duty:45%
# P13: TemprD:55.0(0x3700) - TemprU:80.0(0x5000) Duty:50%
# P14: TemprD:56.0(0x3800) - TemprU:85.0(0x5500) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:75.0(0x4B00) Duty:20%
# P1: TemprD:30.0(0x1E00) - TemprU:76.0(0x4C00) Duty:21%
# P2: TemprD:31.0(0x1F00) - TemprU:77.0(0x4D00) Duty:22%
# P3: TemprD:32.0(0x2000) - TemprU:78.0(0x4E00) Duty:23%
# P4: TemprD:33.0(0x2100) - TemprU:79.0(0x4F00) Duty:24%
# P5: TemprD:34.0(0x2200) - TemprU:80.0(0x5000) Duty:25%
# P6: TemprD:35.0(0x2300) - TemprU:81.0(0x5100) Duty:26%
# P7: TemprD:36.0(0x2400) - TemprU:82.0(0x5200) Duty:27%
# P8: TemprD:37.0(0x2500) - TemprU:83.0(0x5300) Duty:29%
# P9: TemprD:38.0(0x2600) - TemprU:84.0(0x5400) Duty:30%
# P10: TemprD:39.0(0x2700) - TemprU:85.0(0x5500) Duty:32%
# P11: TemprD:40.0(0x2800) - TemprU:86.0(0x5600) Duty:35%
# P12: TemprD:41.0(0x2900) - TemprU:87.0(0x5700) Duty:45%
# P13: TemprD:42.0(0x2A00) - TemprU:88.0(0x5800) Duty:50%
# P14: TemprD:43.0(0x2B00) - TemprU:95.0(0x5F00) Duty:100%
# P15: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P16: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+99.0(0x6300)

> eepcsum
# csum = 0x3D3B

CRC32: 9991C242[edit | edit source]

33 41 00 00 00 36 42 00 29 00 39 43 00 2A 00 3B
44 00 2B 00 3E 45 00 2C 00 40 46 00 2D 00 43 47
00 2E 00 45 48 00 2F 00 48 49 00 30 00 4A 4A 00
31 00 4D 4B 00 32 00 52 4C 00 33 00 5A 4D 00 34
00 66 4E 00 35 00 80 4F 00 36 00 B3 50 00 37 00
FF 55 00 38 00 FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

33 4C 00 00 00 36 4D 00 23 00 39 4E 00 24 00 3B
4F 00 25 00 3E 50 00 26 00 40 51 00 27 00 43 52
00 28 00 45 53 00 29 00 48 54 00 2A 00 4A 55 00
2B 00 4D 56 00 2C 00 52 57 00 2D 00 5A 58 00 2E
00 66 59 00 2F 00 80 5A 00 30 00 B3 5B 00 31 00
FF 5F 00 32 00 FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 34 FF 01 00 FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 00 41 14 FF FF FF FF FF 7A 89 84 8E FF
54 00 55 00 02 00 62 00 63 00 02 00 FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
> revision
# Revision = 2468(09A4)

> version
# Sherwood Version = 2.21.0

> fantbl get 0
# FanconNo:00
# P0: TemprD:0.0(0x0000) - TemprU:65.0(0x4100) Duty:20%
# P1: TemprD:41.0(0x2900) - TemprU:66.0(0x4200) Duty:21%
# P2: TemprD:42.0(0x2A00) - TemprU:67.0(0x4300) Duty:22%
# P3: TemprD:43.0(0x2B00) - TemprU:68.0(0x4400) Duty:23%
# P4: TemprD:44.0(0x2C00) - TemprU:69.0(0x4500) Duty:24%
# P5: TemprD:45.0(0x2D00) - TemprU:70.0(0x4600) Duty:25%
# P6: TemprD:46.0(0x2E00) - TemprU:71.0(0x4700) Duty:26%
# P7: TemprD:47.0(0x2F00) - TemprU:72.0(0x4800) Duty:27%
# P8: TemprD:48.0(0x3000) - TemprU:73.0(0x4900) Duty:28%
# P9: TemprD:49.0(0x3100) - TemprU:74.0(0x4A00) Duty:29%
# P10: TemprD:50.0(0x3200) - TemprU:75.0(0x4B00) Duty:30%
# P11: TemprD:51.0(0x3300) - TemprU:76.0(0x4C00) Duty:32%
# P12: TemprD:52.0(0x3400) - TemprU:77.0(0x4D00) Duty:35%
# P13: TemprD:53.0(0x3500) - TemprU:78.0(0x4E00) Duty:40%
# P14: TemprD:54.0(0x3600) - TemprU:79.0(0x4F00) Duty:50%
# P15: TemprD:55.0(0x3700) - TemprU:80.0(0x5000) Duty:70%
# P16: TemprD:56.0(0x3800) - TemprU:85.0(0x5500) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> fantbl get 1
# FanconNo:01
# P0: TemprD:0.0(0x0000) - TemprU:76.0(0x4C00) Duty:20%
# P1: TemprD:35.0(0x2300) - TemprU:77.0(0x4D00) Duty:21%
# P2: TemprD:36.0(0x2400) - TemprU:78.0(0x4E00) Duty:22%
# P3: TemprD:37.0(0x2500) - TemprU:79.0(0x4F00) Duty:23%
# P4: TemprD:38.0(0x2600) - TemprU:80.0(0x5000) Duty:24%
# P5: TemprD:39.0(0x2700) - TemprU:81.0(0x5100) Duty:25%
# P6: TemprD:40.0(0x2800) - TemprU:82.0(0x5200) Duty:26%
# P7: TemprD:41.0(0x2900) - TemprU:83.0(0x5300) Duty:27%
# P8: TemprD:42.0(0x2A00) - TemprU:84.0(0x5400) Duty:28%
# P9: TemprD:43.0(0x2B00) - TemprU:85.0(0x5500) Duty:29%
# P10: TemprD:44.0(0x2C00) - TemprU:86.0(0x5600) Duty:30%
# P11: TemprD:45.0(0x2D00) - TemprU:87.0(0x5700) Duty:32%
# P12: TemprD:46.0(0x2E00) - TemprU:88.0(0x5800) Duty:35%
# P13: TemprD:47.0(0x2F00) - TemprU:89.0(0x5900) Duty:40%
# P14: TemprD:48.0(0x3000) - TemprU:90.0(0x5A00) Duty:50%
# P15: TemprD:49.0(0x3100) - TemprU:91.0(0x5B00) Duty:70%
# P16: TemprD:50.0(0x3200) - TemprU:95.0(0x5F00) Duty:100%
# P17: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P18: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%
# P19: TemprD:255.75(0xFFFF) - TemprU:255.75(0xFFFF) Duty:100%

> tshutdown get 0
# TZone No:00
# Temperature:+85.0(0x5500)

> tshutdown get 1
# TZone No:01
# Temperature:+99.0(0x6300)

> eepcsum
# csum = 0x4D27

Factory thermal configs (non-retail)[edit | edit source]

Reference Tool[edit | edit source]

CRC32: 992E6ABC (eepcsum: EF95)[edit | edit source]

33 40 43 48 4D 5A 80 99 CC FF FF FF FF FF FF FF
FF FF FF FF 00 39 00 3A 00 3D 00 3E 00 3F 00 40
00 41 00 43 00 44 00 53 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 1E
00 30 00 32 00 33 00 34 00 35 00 3B 00 3C 00 40
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 43 48 4D 5A 80 99 CC FF FF FF FF FF FF FF
FF FF FF FF 00 39 00 3C 00 3F 00 40 00 41 00 43
00 45 00 46 00 47 00 57 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 1E
00 30 00 31 00 32 00 33 00 36 00 3C 00 3D 00 41
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF 81 FF 00 00 00 FF
52 00 53 00 02 00 56 00 57 00 02 00 FF FF FF FF
FF FF 7D 00 7D 00 02 00 FF FF FF FF FF FF 81 FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 95 EF
> revision
0E69

> version
v1.4.4_k2

> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:57.0(0x3900) duty:20%(0x33)
P1: TempD:30.0(0x1e00) - TempU:58.0(0x3a00) duty:25%(0x40)
P2: TempD:48.0(0x3000) - TempU:61.0(0x3d00) duty:26%(0x43)
P3: TempD:50.0(0x3200) - TempU:62.0(0x3e00) duty:28%(0x48)
P4: TempD:51.0(0x3300) - TempU:63.0(0x3f00) duty:30%(0x4d)
P5: TempD:52.0(0x3400) - TempU:64.0(0x4000) duty:35%(0x5a)
P6: TempD:53.0(0x3500) - TempU:65.0(0x4100) duty:50%(0x80)
P7: TempD:59.0(0x3b00) - TempU:67.0(0x4300) duty:60%(0x99)
P8: TempD:60.0(0x3c00) - TempU:68.0(0x4400) duty:80%(0xcc)
P9: TempD:64.0(0x4000) - TempU:83.0(0x5300) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:57.0(0x3900) duty:20%(0x33)
P1: TempD:30.0(0x1e00) - TempU:60.0(0x3c00) duty:25%(0x40)
P2: TempD:48.0(0x3000) - TempU:63.0(0x3f00) duty:26%(0x43)
P3: TempD:49.0(0x3100) - TempU:64.0(0x4000) duty:28%(0x48)
P4: TempD:50.0(0x3200) - TempU:65.0(0x4100) duty:30%(0x4d)
P5: TempD:51.0(0x3300) - TempU:67.0(0x4300) duty:35%(0x5a)
P6: TempD:54.0(0x3600) - TempU:69.0(0x4500) duty:50%(0x80)
P7: TempD:60.0(0x3c00) - TempU:70.0(0x4600) duty:60%(0x99)
P8: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:80%(0xcc)
P9: TempD:65.0(0x4100) - TempU:87.0(0x5700) duty:100%(0xff)
P10: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P11: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P12: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P13: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P14: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P15: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P16: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P17: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P18: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)
P19: TempD:255.75(0xffff) - TempU:255.75(0xffff) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary  Temperature:83.0(0x5300)

> tshutdown get 1
TZone No:01
RSX Primary  Temperature:87.0(0x5700)

Prototypes[edit | edit source]

CRC32: F0899A5E (eepcsum: 0E17)[edit | edit source]

33 40 48 4D 5A 66 73 80 99 FF 00 4A 00 4B 00 4C
00 4D 00 4E 00 4F 00 50 00 51 00 52 00 55 00 00
00 45 80 45 00 46 80 46 00 47 80 47 00 48 80 48
00 49 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF 00 53 00 54 00 55
00 56 00 57 00 58 00 59 00 5A 00 5B 00 5F 00 00
00 4E 80 4E 00 4F 80 4F 00 50 80 50 00 51 80 51
00 52 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF 00 3C 00 3D 00 3E
00 3F 00 40 00 41 00 42 00 43 00 44 00 47 00 00
80 38 00 39 80 39 00 3A 80 3A 00 3B 00 3C 80 3C
00 3D 33 FF 01 00 FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF FF FF

FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF FF FF FF FF FF FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
02 00 46 00 47 00 02 00 FF FF FF FF 02 00 FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 17 0E
> fantbl get 0
fancon No:00
P0: TempD:0.0(0x0000) - TempU:74.0(0x4a00) duty:20%(0x33)
P1: TempD:69.0(0x4500) - TempU:75.0(0x4b00) duty:25%(0x40)
P2: TempD:69.50(0x4580) - TempU:76.0(0x4c00) duty:28%(0x48)
P3: TempD:70.0(0x4600) - TempU:77.0(0x4d00) duty:30%(0x4d)
P4: TempD:70.50(0x4680) - TempU:78.0(0x4e00) duty:35%(0x5a)
P5: TempD:71.0(0x4700) - TempU:79.0(0x4f00) duty:40%(0x66)
P6: TempD:71.50(0x4780) - TempU:80.0(0x5000) duty:45%(0x73)
P7: TempD:72.0(0x4800) - TempU:81.0(0x5100) duty:50%(0x80)
P8: TempD:72.50(0x4880) - TempU:82.0(0x5200) duty:60%(0x99)
P9: TempD:73.0(0x4900) - TempU:85.0(0x5500) duty:100%(0xff)

> fantbl get 1
fancon No:01
P0: TempD:0.0(0x0000) - TempU:83.0(0x5300) duty:20%(0x33)
P1: TempD:78.0(0x4e00) - TempU:84.0(0x5400) duty:25%(0x40)
P2: TempD:78.50(0x4e80) - TempU:85.0(0x5500) duty:28%(0x48)
P3: TempD:79.0(0x4f00) - TempU:86.0(0x5600) duty:30%(0x4d)
P4: TempD:79.50(0x4f80) - TempU:87.0(0x5700) duty:35%(0x5a)
P5: TempD:80.0(0x5000) - TempU:88.0(0x5800) duty:40%(0x66)
P6: TempD:80.50(0x5080) - TempU:89.0(0x5900) duty:45%(0x73)
P7: TempD:81.0(0x5100) - TempU:90.0(0x5a00) duty:50%(0x80)
P8: TempD:81.50(0x5180) - TempU:91.0(0x5b00) duty:60%(0x99)
P9: TempD:82.0(0x5200) - TempU:95.0(0x5f00) duty:100%(0xff)

> fantbl get 3
fancon No:03
P0: TempD:0.0(0x0000) - TempU:60.0(0x3c00) duty:20%(0x33)
P1: TempD:56.50(0x3880) - TempU:61.0(0x3d00) duty:25%(0x40)
P2: TempD:57.0(0x3900) - TempU:62.0(0x3e00) duty:28%(0x48)
P3: TempD:57.50(0x3980) - TempU:63.0(0x3f00) duty:30%(0x4d)
P4: TempD:58.0(0x3a00) - TempU:64.0(0x4000) duty:35%(0x5a)
P5: TempD:58.50(0x3a80) - TempU:65.0(0x4100) duty:40%(0x66)
P6: TempD:59.0(0x3b00) - TempU:66.0(0x4200) duty:45%(0x73)
P7: TempD:60.0(0x3c00) - TempU:67.0(0x4300) duty:50%(0x80)
P8: TempD:60.50(0x3c80) - TempU:68.0(0x4400) duty:60%(0x99)
P9: TempD:61.0(0x3d00) - TempU:71.0(0x4700) duty:100%(0xff)

> tshutdown get 0
TZone No:00
1st BE Primary Temperature:85.0(0x5500)

> tshutdown get 1
TZone No:01
RSX Primary Temperature:95.0(0x5f00)

> tshutdown get 14
TZone No:14
SB Temperature:71.0(0x4700)

Refurbished[edit | edit source]

CRC32: B16125AF (eepcsum: 3D55)[edit | edit source]

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F
00 50 00 51 00 52 00 55 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 3C
00 3D 00 43 00 44 00 47 80 47 00 48 80 48 00 49
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 53 00 54 00 55 00 56 00 57 00 58
00 59 00 5A 00 5B 00 5F FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 30
00 47 00 4D 00 4E 00 50 80 50 00 51 80 51 00 52
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 3C 00 3D 00 3E 00 3F 00 40 00 41
00 42 00 43 00 44 00 47 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 27
00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C 00 3D
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF FF 8B 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF 46 00 47 00 02 00 FF FF FF FF FF FF FF 8B
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 55 3D
Example not available, please help documenting it by running this commands:

> revision

> version

> fantbl get 0

> fantbl get 1

> fantbl get 2

> tshutdown get 0

> tshutdown get 1

> tshutdown get 2

> eepcsum

CRC32: D249F57C (eepcsum: 800C)[edit | edit source]

33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF 00 4C 00 4D 00 4E 00 4F 00 50 00 51
00 52 00 53 00 54 00 55 00 56 00 57 00 58 00 5B
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 34
80 34 00 35 80 35 00 36 80 36 00 37 80 37 00 38
80 38 00 39 00 51 00 52 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF 00 4E 00 4F 00 53 00 54 00 55 00 57
00 58 00 59 00 5A 00 5B 00 5C 00 5D 00 5E 00 61
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 80 3B
80 3E 00 3F 80 3F 00 40 80 40 00 41 80 41 00 42
80 42 00 43 80 55 00 56 FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 43 48 4A 50 52 55 57 5A 5C 99 B3 FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 00 FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF 81 8B 00 FF 00 FF
5A 00 5B 00 02 00 60 00 61 00 02 00 FF FF FF FF
FF FF 7D 00 7D 00 02 00 FF FF FF FF FF FF 81 8B
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 0C 80
Example not available, please help documenting it by running this commands:

> revision

> version

> fantbl get 0

> fantbl get 1

> tshutdown get 0

> tshutdown get 1

> eepcsum

Others refurbished[edit | edit source]

We only have a thermal config sample from a COK-001 + 40nm RSX refurb. It was generated in a simple way following some strict rules, this method can be replicated to deduce the thermal config of the COK-001 and COK-002 65nm RSX refurbs, what they did was to convert most of the settings from the COK-001/COK-002 retail thermal config in the old mullion format (required by syscons CXR713120-201GB and CXR713120-202GB) to the new mullion format (required by syscons CXR713120-203GB or newer), the procedure is as follows:

  • COK-001 fan table 1 (old mullion format 0x40 size) ---to---> fan table 1 (new mullion format 0x80 size)
  • COK-001 fan table 2 (old mullion format 0x40 size) ---to---> fan table 2 (new mullion format 0x80 size)
  • COK-001 fan table 4 (old mullion format 0x40 size) ---to---> fan table 3 (new mullion format 0x80 size)
  • COK-001 special section thermal_shutdown_time ---to---> special section thermal_shutdown_time
  • COK-001 special section initial_fan_duty ---to---> special section initial_fan_duty
  • COK-001 special section initial_fan_time ---to---> special section initial_fan_time
  • COK-001 special section unk_2 area (5 bytes) ---to---> special section unk_2 area (5 bytes). See: Discussion
  • COK-001 special section cell_trp ---to---> special section cell_trp
  • COK-001 special section cell_tshutdown ---to---> special section cell_tshutdown
  • COK-001 special section cell_hyst ---to---> special section cell_hyst
  • COK-001 special section rsx_trp ---to---> special section cell_trp
  • COK-001 special section rsx_tshutdown ---to---> special section cell_tshutdown
  • COK-001 special section rsx_hyst ---to---> special section cell_hyst
  • COK-001 special section sb_trp ---to---> special section cell_trp
  • COK-001 special section sb_tshutdown ---to---> special section cell_tshutdown
  • COK-001 special section sb_hyst ---to---> special section cell_hyst
  • Additionally... is needed to write a byte in 2 different offsets that seems to be some kind of calibration and is indirectly related with the RSX revisions, the 40nm RSX refurb is using value 0x8B (seems to be taken from the thermal configs of the latest PS3 slim models). For the thermal config of the 65nm RSX refurb it should be lower, and the only posible value left for that second byte is 0x88, so we need to:
    • Write byte 0x88 at relative offset 0x18B (the second byte inside the unk_2 area)
    • Write byte 0x88 at relative offset 0x1AF (the second byte inside the unk_3 area)

Long story short... the procedure they followed to create the thermal config of the 40nm RSX refurb is a bit lame because is not really using specific settings adjusted for the new 40nm RSX, they just copyed the whole thermal cnfig from COK-001. If we keep in mind the 65nm RSX refurb is chronologically older than the 40nm RSX refurb it means that most probably they was not doing it any better for the thermal config of the 65nm RSX refurb

The resulting thermal config for the COK-001/COK-002 65nm RSX refurb should look like this, there are only 2 bytes that differs when compared with the other thermal config for the COK-001/COK-002 40nm RSX refurb (and the last 2 bytes at the end of the thermal config with the eepcsum that has been calculated in PC)

  • COK-001/COK-002 refurbished, 65nm RSX CRC32: 989E2C34 (eepcsum: 4355)
33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 4A 00 4B 00 4C 00 4D 00 4E 00 4F
00 50 00 51 00 52 00 55 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 3C
00 3D 00 43 00 44 00 47 80 47 00 48 80 48 00 49
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 53 00 54 00 55 00 56 00 57 00 58
00 59 00 5A 00 5B 00 5F FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 30
00 47 00 4D 00 4E 00 50 80 50 00 51 80 51 00 52
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

33 40 48 4D 5A 66 73 80 99 FF FF FF FF FF FF FF
FF FF FF FF 00 3C 00 3D 00 3E 00 3F 00 40 00 41
00 42 00 43 00 44 00 47 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00 27
00 30 00 36 00 37 80 3A 00 3B 00 3C 80 3C 00 3D
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF 33 FF 01 00 FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF

FF FF 00 4D 14 FF FF FF FF FF FF 88 00 FF 00 FF
54 00 55 00 02 00 5E 00 5F 00 02 00 FF FF FF FF
FF FF 46 00 47 00 02 00 FF FF FF FF FF FF FF 88
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF FF FF FF FF FF FF FF FF FF FF FF 55 43