Only Supermicro Can。BMC through IPMI and then refresh the BIOS file
For The Bios verification
You can find an introduction to BMC in the guide I shared. Generally speaking, except for DELL and HPE BIOS, they can all be modified.
Only Supermicro Can。BMC through IPMI and then refresh the BIOS file
oh,i saw this photo, you can actually speak Chinese to meHello friend, thank you very much for your tutorial, which helped me successfully use a high TDP/TDC CPU. Here is a screenshot of the success. I don't quite understand this sentence "remaining attempts = 0C (normaly 0D) so one OTP bank was used." Will it affect the follow-up? --------My English is not very good, these words are from Google Translate.
View attachment 39653
HP Z8G4 have 4+1 power stages, i can't recommend because they are too weak. ampere can match but only at 25C degree(impossible)Anyone try it on HP Z8G4 yet?
scan the bus.MAY I ASK THE ASUS WS C621E SAGE THIS MOTHERBOARD CHIP SHOULD BE 1610C, THE LOCATION OF THE JUMPER I PROBABLY FOUND HERE, I DON'T KNOW WHAT CODE TO USE TO BRUSH,Corrected the error, the 5.3V in the figure below should be 5.3Ω
HP Z8G4 have 4+1 power stages, i can't recommend because they are too weak. ampere can match but only at 25C degree(impossible)
minimum 5+1 better 6+1 (like Dell 7820/7920)
MCP2221a_iccmax_FF.exe -PXE1610C 5A 5C 谢谢您scan the bus.
"MCP2221a_iccmax_FF.exe -scan 20 7F"
could you show me the image that Adafruit MCP2221A links to JVRM1/2, I need your helpYour help has gotten me further this morning than all of last week. Thanks!
Here is where I am stuck, and I am betting its something dumb:
Clearly my read command is not correct, as it balks at the 0x73 command and dumps 0xFF as a reply. If i sniff around using other commands, I do get results back. Reverse-engineering your application a bit, it appears you are doing basically the exact same thing but handing off the actual SMBus communication to the DLL which is where i lose visibility into how the packets are constructed. Can you offer any guidance? Once i can get this packet formatted correctly, the rest I can figure out.Code:## Commands I ran with comments added I2C>[0xC0 0x0 0x20] # Write to device 0xC0 register 0, page 0x20 I2C START BIT WRITE: 0xC0 ACK WRITE: 0x00 ACK WRITE: 0x20 ACK # got an ACK, all good I2C STOP BIT I2C>[0xC0 0x73 [0xC1 r:2] # Write to device 0xC0 again with the command 0x73, followed by read from same device I2C START BIT WRITE: 0xC0 ACK WRITE: 0x73 NACK ###### Uh oh, NACK received, didn't like that command I2C START BIT WRITE: 0xC1 ACK READ: 0xFF ACK 0xFF # Gibberish data back NACK I2C STOP BIT
Again, thank you so much for the quick assistance!
is on page 1could you show me the image that Adafruit MCP2221A links to JVRM1/2, I need your help
@RolloZ170 with current BIOS of X11SPL-F at v4.4 what is the ProjectPeiDriver.ffs checksum we should be searching for and replacing with? Apologies but I was not able to find update to this.Guide in the Guide:
modify X11SPL-F & X11SPM-(T)(P)F BIOS 3.9 & 4.0 to support 255Watts
download the BIOS 3.9 or 4.0 from supermicro.
download HxD or use your favorite Hex Editor and open the BIOS file.
( A5 hex = 165 dec. / FF hex = 255 dec. )
X11SPL BIOS 3.6
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF C3 23"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF C3 6F"
X11SPL BIOS 3.9
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 62 6C"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 62 B8"
X11SPL BIOS 4.0
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 81 7A"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 81 C6"
X11SPM BIOS 3.4
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 82 9D"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 82 E9"
X11SPM BIOS 3.5
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 82 65"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 82 B1"
X11SPM BIOS 3.8a
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF C3 EE"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF C3 3A"
X11SPM BIOS 3.9
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 62 4A"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 62 96"
X11SPM BIOS 4.0
( this is only correction of ProjectPeiDriver.ffs checksum )
search for "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 81 7E"
replace with "26 22 9C 73 64 32 54 44 99 1C 8D C4 4A 73 D6 AF 81 CA"
X11SPL / X11SPM all BIOS
search for "6C 68 A5 00 00 00 68"
replace with "6C 68 FF 00 00 00 68"
X11SPL / X11SPM all BIOS
search for "FB B9 A5 00 00 00 5E"
replace with "FB B9 FF 00 00 00 5E"
save as "BIOS_X11SPL-096E_20230315_3.9_255W.bin" respective "BIOS_X11SPL-096E_20230620_4.0_STD.bin"
save as "BIOS_X11SPM-095D_20230315_3.9_255W.bin" respective "BIOS_X11SPM-095D_20230620_4.0_STD.bin"
its works now, here is a proof
View attachment 26864
load modified BIOS with UEFITool. find ProjectPeiDriver, click on it.with current BIOS of X11SPL-F at v4.4 what is the ProjectPeiDriver.ffs checksum we should be searching for and replacing with? Apologies but I was not able to find update to this.
I believe I was able to complete this correctly for X11SPL-F Bios 4.4:load modified BIOS with UEFITool. find ProjectPeiDriver, click on it.
UEFITool will report bad chksum and tell you expected value.



different revision.Hi guys. Need help in identifiying correct pins for supermicro X11DPG-QT motherboard.
Instructions shows as follows:
![]()
The 2 JVRM jumpers on my board are labelled as follows:
again: HP Z8G4 have 4+1 power stages, i can't recommend because they are too weak.where would one go about modifying the VRM
i made it!thanks a lot,it can Recognized,just change these 2 options and write,im i right?yes with unsupported CPU you can't enter BIOS.
i can't see connextion to the header in that view angle
View attachment 39514