I have a problem with the BIOS for a HP Pro X2.
What I try to do is to load a new file to the MX25L12873F chip.
I'm using the RaspberryPi to read/write to the BIOS.
I connect the BIOS to the RPI as below, I have succesfully used this setup many times before.
Before I started I saved the current BIOS three times and compare the checksum, without any problems. Then I downloaded and extracted the new BIOS bin file. But the new file was smaller than the original one.
Error: Image size (9437184 B) doesn't match the expected size (16777216 B)! So i added some extra padding to make it the same size, truncate -s +7340032 ROM-file.bin
I successfully erase, write and verify the new file to the chip. But when I start the computer nothing happens, except that the Caps Loch and Num Lock flashes seven times, this usually means BIOS failure.
I have tried to load the original file back again, but the result is the same as with the new file. The screen is black, no sound, just those seven blinks.
The computer was working before. Does anyone here have any idea what the cause of this behaviour could be?
RPI MX25L12873 RPI
Pin24 GPIO8 |CS VCC | +3V
Pin21 GPIO9 |SO/SIO1 SIO3 | NC
NC |SIO2 SCLK | Pin23 GPIO11
GND |GND SI/SIO0| Pin19 GPIO10
What I try to do is to load a new file to the MX25L12873F chip.
I'm using the RaspberryPi to read/write to the BIOS.
I connect the BIOS to the RPI as below, I have succesfully used this setup many times before.
Before I started I saved the current BIOS three times and compare the checksum, without any problems. Then I downloaded and extracted the new BIOS bin file. But the new file was smaller than the original one.
Error: Image size (9437184 B) doesn't match the expected size (16777216 B)! So i added some extra padding to make it the same size, truncate -s +7340032 ROM-file.bin
I successfully erase, write and verify the new file to the chip. But when I start the computer nothing happens, except that the Caps Loch and Num Lock flashes seven times, this usually means BIOS failure.
I have tried to load the original file back again, but the result is the same as with the new file. The screen is black, no sound, just those seven blinks.
The computer was working before. Does anyone here have any idea what the cause of this behaviour could be?
RPI MX25L12873 RPI
Pin24 GPIO8 |CS VCC | +3V
Pin21 GPIO9 |SO/SIO1 SIO3 | NC
NC |SIO2 SCLK | Pin23 GPIO11
GND |GND SI/SIO0| Pin19 GPIO10
Comment