Posts: 12
Threads: 1
Joined: Jul 2013
Reputation:
0
Hi everyone!
I'm trying to do my first BIOS edit on a Thinkpad X230t. I extracted the BIOS from my X230 using a SOIC 6clip and a Raspberry Pi. I used these commands to extract:
#####
sudo flashrom -p linux_spi:dev=/dev/spidev0.0 -c MX25L3206E/MX25L3208E
flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
--chip "MX25L3206E/MX25L3208E" \
--read original.4mb1.rom
flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
--chip "MX25L3206E/MX25L3208E" \
--read original.4mb2.rom
diff original.4mb1.rom original.4mb2.rom
flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
--chip "MX25L6405" \
--read original.8mb1.rom
flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
--chip "MX25L6405" \
--read original.8mb2.rom
diff original.8mb1.rom original.8mb2.rom
#####
I then copied the rom's to my Windows machine and tried to open them, but I got the follow error from Phoenix BIOS Editor:
"No BCP's found!"
I've tried Googling, but I haven't found the solutions.
Does anyone have any suggestions as to where I'm messing up?
Thanks!
zog