Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Codice Sconto Temu 30€ [acx292875] - Mar...
Last Post: junipeerr8989
Today 03:54 AM
» Replies: 0
» Views: 1
Codice Sconto Temu [acx292875]: 30% / 40...
Last Post: junipeerr8989
Today 03:53 AM
» Replies: 0
» Views: 1
Codici Sconto Temu 40% [acx292875] Per L...
Last Post: junipeerr8989
Today 03:52 AM
» Replies: 0
» Views: 2
Codice Sconto Temu [acx292875] a abbigli...
Last Post: junipeerr8989
Today 03:50 AM
» Replies: 0
» Views: 2
Coupon Temu [acx292875] - Fino al 90% di...
Last Post: junipeerr8989
Today 03:49 AM
» Replies: 0
» Views: 5
30% + 100€ Codice sconto Temu [acx292875...
Last Post: junipeerr8989
Today 03:48 AM
» Replies: 0
» Views: 4
20€ Codice Sconto Temu & Coupon [acx2928...
Last Post: junipeerr8989
Today 03:47 AM
» Replies: 0
» Views: 4
⟨ShOp⟩⩳Temu Promo Code {{$100 off}}➠Acw5...
Last Post: pandey1234588
Today 03:46 AM
» Replies: 0
» Views: 3
⟨ShOp⟩⩳Temu Promo Code {{90% off}}➠Acw52...
Last Post: pandey1234588
Today 03:45 AM
» Replies: 0
» Views: 5
⟨ShOp⟩⩳Temu Promo Code {{70% off}}➠Acw52...
Last Post: pandey1234588
Today 03:43 AM
» Replies: 0
» Views: 7
⟨ShOp⟩⩳Temu Promo Code {{40 off}}➠Acw523...
Last Post: pandey1234588
Today 03:40 AM
» Replies: 0
» Views: 7
⟨ShOp⟩⩳Temu Promo Code {{30% off}}➠Acw52...
Last Post: pandey1234588
Today 03:36 AM
» Replies: 0
» Views: 4
⟨ShOp⟩⩳Temu Promo Code {{50% off}}➠Acw52...
Last Post: pandey1234588
Today 03:34 AM
» Replies: 0
» Views: 3
⟨ShOp⟩⩳Oman TemU Free Code 50% off ➠Acw5...
Last Post: pandey1234588
Today 03:33 AM
» Replies: 0
» Views: 5
⟨ShOp⟩⩳Bahrain TemU Free Code 50% off ➠A...
Last Post: pandey1234588
Today 03:30 AM
» Replies: 0
» Views: 9
Temu Coupon Code [ALH410866] $200 off Fo...
Last Post: mikasa035
Today 03:29 AM
» Replies: 0
» Views: 9
⟨ShOp⟩⩳Pakistan TemU Free Code 50% off ➠...
Last Post: pandey1234588
Today 03:28 AM
» Replies: 0
» Views: 7
90% Off Temu Coupon Code [ALH410866] For...
Last Post: mikasa035
Today 03:28 AM
» Replies: 0
» Views: 9
Temu Discount Code 70% off [ALH410866] F...
Last Post: mikasa035
Today 03:27 AM
» Replies: 0
» Views: 9
Code promo Temu [ACS670886]: 100 € OFFER...
Last Post: Lonewolf20326
Today 03:26 AM
» Replies: 0
» Views: 2

[REQUEST] Modify X230 BIOS with clip
#11
I have tried to modify the X230 BIOS but failure. I used SOP8 clip and tl866cs programmer(https://item.taobao.com/item.htm?spm=201...2747084587). I also followed the rst1024 method to disconnect the VCC/3.3V power supply and enabled the Wake-on-LAN mode so that the flash chip will be supplied with a safe 3.3V by AC source. But when I opened the programmer with the clip plugged in it back me an error that cannot read my flash chip.

[Image: nb5269.jpg]

[Image: w6y49.jpg]

[Image: 9r0cux.jpg]

[Image: zoawd0.png]
find
quote
#12
(11-21-2015, 04:40 AM)BDMaster Wrote: Here You go :

http://rghost.net/8G7zNWVLw

Let me know
Regards

P.S. Puoi dirmi dove hai comprato i RaspBerry PI ?

Hi Guys,


awesome job here, had no problems with reading bios with same equipment. Big Thumbs up!!!!

@BDMaster
could you do me the same favour and remove whitelist 

here the bios:
http://rgho.st/6gKSNlGbP

Best Regards and thanks in advance
find
quote
#13
(05-09-2017, 02:20 PM)Elektrolatz Wrote: could you do me the same favour and remove whitelist 

Best Regards and thanks in advance
Hi
https://www.bios-mods.com/forum/Thread-R...#pid127779
find
quote
#14
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
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)