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
HP Pro 3500: CPU Upgrade
Last Post: DeathBringer
Today 12:13 AM
» Replies: 20
» Views: 4415
[READ FIRST] Access Advanced settings th...
Last Post: Klinzah
Yesterday 05:11 PM
» Replies: 424
» Views: 568587
[REQUEST] Asus eeepc 1025C
Last Post: sloseba123
Yesterday 04:44 PM
» Replies: 87
» Views: 110279
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: striderhiryuart
Yesterday 01:01 PM
» Replies: 14
» Views: 6736
HP EliteBook 840 g2 NVMe
Last Post: x86-64
Yesterday 06:30 AM
» Replies: 0
» Views: 71
[Request] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
05-01-2024 10:34 PM
» Replies: 0
» Views: 116
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
05-01-2024 02:28 PM
» Replies: 12
» Views: 351
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
05-01-2024 12:56 PM
» Replies: 10
» Views: 4018
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
05-01-2024 10:08 AM
» Replies: 674
» Views: 168422
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
05-01-2024 09:28 AM
» Replies: 5
» Views: 1687
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
05-01-2024 09:22 AM
» Replies: 168
» Views: 68616
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
05-01-2024 07:03 AM
» Replies: 42
» Views: 16910
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
05-01-2024 07:03 AM
» Replies: 10
» Views: 1595
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
05-01-2024 04:06 AM
» Replies: 6
» Views: 2258
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
04-30-2024 04:50 PM
» Replies: 0
» Views: 161
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
04-30-2024 02:15 PM
» Replies: 1186
» Views: 268506
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
04-30-2024 01:33 PM
» Replies: 49
» Views: 17241
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
04-30-2024 11:17 AM
» Replies: 157
» Views: 55272
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-30-2024 11:16 AM
» Replies: 877
» Views: 290319
[Removed, sp52359] HP Touchsmart Tm2t-22...
Last Post: OrionDakota
04-30-2024 10:04 AM
» Replies: 24
» Views: 21140

BIOS programmer with microcontroller
#1
Hi!

I'm making a BIOS programmer because my BIOS upgrade failed and I don't want to buy a programmed chip. Since I managed to read from an SST49LF040 it should be no problem to write to it.

However, I'm not sure what to write. The BIOS file for my Asus P5VD2-X board from the asus site - 5VD2X308.ZIP - contains the file 0308.BIN (524288 bytes) which is an lha archive which contains the file 0308.bin (131072). The SST49LF040 is a 4 Mbit (512kbyte) chip, so writing the 128k 0308.bin seems wrong. But the 512k 0308.bin begins with '!?-lh5-' and I doubt '!?' is the code to jump to some routine which starts the bios. Possibly the entry point is somewhere else, and I could just try it.

Can you tell me what to burn?

Another problem is, that my original bios chip was an SST49LF040B (probably broken) and the replacement I got is an SST49LF040 which has the ID and flash/register selection bit on different bits coded into the 32 bit address of the LPC protocol. Someone said it would still work, but I can't imagine how. What do you think? Anyone have an SST49LF040B (or Winbond W39V040B) for me?

Thanks, Bernhard

images:
http://darsie.dyndns.org/bernhard/img/bi...llery.html

datasheets:
SST40LF040B,
http://www.datasheetcatalog.com/datashee...F040.shtml
SST49LF004A,
http://www.datasheetcatalog.com/datashee...004A.shtml
find
quote
#2
Hey darsie,

I commend you on your construction of the bios programmer! As for the bios image, you are reading too far into it. The award BIOS platform uses lha compression so that the bios can fit the chip. The 128K image you see is the main ROM, but many other components are in the image besides that. The correct image to flash is the 0308.BIN with 512KB in size. As for the chips, if it flashes, fits the socket, and boots you're good to go, if not, better find another chip. But I'm pretty sure that you don't need a separate chip. Just take the chip that no longer boots, and overwrite it by flashing the 512KB image.

Hope this helps,
TheWiz
www find
quote
#3
whohoo! Nice work darsie!! Would you be so kind providing the construction plan for this writer? May be nice to build it by my own!

As you found out by yourself the !? is to start the main ROM-modules who do the rest... Smile

Sometimes you just have to try to be sure it is not working...
[Image: logo.png]
I am back in here as I promised! Big Grin So tell me your needs!
find
quote
#4
(05-20-2010, 04:54 PM)MrTangoWhisky Wrote: whohoo! Nice work darsie!! Would you be so kind providing the construction plan for this writer? May be nice to build it by my own!

I will, but it's not done yet. The hardware part is rather complete, though. Connections from LAD[3..0], LFRAME,LCLK go to the ATMega 168 PORTC. RST is on port D as there were no free pins left on port C. The lclk signal is the tricky part. It needs an edge slew rate of 1 V/ns minimum. Routing it through 2 inverters with Schmitt trigger of a 74HC14D works here, although a faster inverter (74LVX14) might be more reliable. The lead from the inverter to the BIOS chip should be as short as possible to get fast edges. I have 100 nF SMD capacitors as close as possible at each Vdd pin to ground (one directly at the pins of the PLCC socket), and a 10 uF (IIRC) electrolytic near one of the Vdd pins. There's also a 100 nF SMD cap at the inverters Vdd pin (http://darsie.dyndns.org/bernhard/img/bi..._4771.html) to ground so it quickly get's the energy to switch lclk. Couple more caps whereever they might help. Probably not all of them necessary but I put them there while it didn't work and hoped it would help.

The diodes are voltage regulators so I can connect a 5 V parallel port to the ATMega168 while it's running at 3.3 V. The BIOS chip requires 3-3.6 V. This way I can program the uC and use it without switching power supplies and removing/inserting the BIOS chip every time.

Communication with the uC is via a MAX232 chip and the PC's serial port. I use Linux and minicom.

I'll publish more details when it's finished.

Quote:As you found out by yourself the !? is to start the main ROM-modules who do the rest... Smile

Ahh, I wasn't sure. Ok, that makes sense then.

Bernhard
find
quote
#5
I also have some schematics for an eeprom programmer , which il be bribing my electronics teacher to put together as my soldering is less than ideal! Tongue
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)