- Joined
- May 19, 2007
- Messages
- 4,520 (0.69/day)
- Location
- Perth AU
Processor | Intel Core i9 10980XE @ 4.7Ghz 1.2v |
---|---|
Motherboard | ASUS Rampage VI Extreme Omega |
Cooling | EK-Velocity D-RGB, EK-CoolStream PE 360, XSPC TX240 Ultrathin, EK X-RES 140 Revo D5 RGB PWM |
Memory | G.Skill Trident Z RGB F4-3000C14D 64GB |
Video Card(s) | Asus ROG Strix GeForce RTX 4090 OC WC |
Storage | M.2 990 Pro 1TB / 10TB WD RED Helium / 3x 860 2TB Evos |
Display(s) | Samsung Odyssey G7 28" |
Case | Corsair Obsidian 500D SE Modded |
Power Supply | Cooler Master V Series 1300W |
Software | Windows 11 |
I need some one good with hex editing i have killed my bios chip trying to flash it onto another chip now i have no working image and i can't use cap bios version of the asus website the programmer software says it to large i need some on to make it into a rom file and remove the cap data.
i know it can be done found this info if it helps.
i know it can be done found this info if it helps.
So having tried several other BIOS flashing tools on this system to no avail, I decided the BIOS might be so borked that it wasn't going to be able to flash itself and that it needed outside help.
Unfortunately I imported this board and getting warranty service on it would be a lot of hassle. I was unable to locate a new BIOS chip, so I decided to try to remove it externally.
Of course I was also unable to find an EEPROM programmer. I'm sure they exist, I just couldn't find the right people to ask, so I opted to build one. This turned out to be easier than I expected.
I had a couple Raspberry Pi boards lying around and read that it has an SPI interface necessary for this sort of thing. The author of flashrom seemed to think it should be possible, and more recently there is a wiki page on the flashrom site with the necessary pinouts. That lead me to this tutorial, which I more or less followed.
Another trip to the electronics parts bazaar for a breadboard, some resistors, a capacitor and some wire, and I was ready:
![]()
Crazily enough, it worked!*
I cut the CAP header off of the latest bios image file (dd bs=2048 skip=1 if=BIOS.CAP of=BIOS.BIN) and used flashrom to write it (flashrom -p linux_spi:/dev/spidev0.0 -w BIOS.BIN). After sticking the chip back in my motherboard, it boots just fine. I can open the BIOS and have successfully setup my OS.