Hi,
I have been looking for a program to flash my eeprom as well. The standard flash programs do not allow me to burn unidentified bios. I have found two very useful and general flash and burn programs :
(1)UNIFLASH (DOS program) http://www.pppr.sk/rainbow/programs.html
(2)/dev/bios (Linux program) http://www.openbios.info/development/devbios.html
Hope it helps u ! Although they don't work on my board -> TUSL2-C (eeprom SST49LF002A) because of some undocumented write protect registers maybe.
good luck, eehuey
Message: 5 Date: Mon, 28 Apr 2003 13:07:24 -0600 Subject: Re: Bios flashing continued From: Nathanael Noblet nathanael@gnat.ca To: linuxbios@clustermatic.org
On Monday, April 28, 2003, at 09:23 AM, ron minnich wrote:
if you get really stuck, try the MTD drivers from linux. I am hoping Ollie can help tell what's going on.
So I have been unable so far to make any progress. Using google to search for bios flashing mtd gets me nothing of value. I can't get the flash_and_burn stuff to do anything for me so I hope Ollie can help as well. If there are any resources I should look/read please pass them this way as well.
-- Nathanael Noblet Gnat Solutions 4604 Monterey Ave NW Calgary, AB T3B 5K4
T/F 403.288.5360 C 403.809.5368
_________________________________________________________________ Download ringtones, logos and picture messages from MSN Malaysia http://www.msn.com.my/mobile/ringtones/default.asp
(1)UNIFLASH (DOS program) http://www.pppr.sk/rainbow/programs.html
Interesting... I don't have floppy access to the board so unfortunately this won't work either.
(2)/dev/bios (Linux program) http://www.openbios.info/development/devbios.html
This program segfaults when I try to load the module for the board, though it works fine on some of my other machines.
On Tue, 29 Apr 2003, Nathanael Noblet wrote:
This program segfaults when I try to load the module for the board, though it works fine on some of my other machines.
did you see anything at all via dmesg?
ron
On Tuesday, April 29, 2003, at 08:21 AM, ron minnich wrote:
On Tue, 29 Apr 2003, Nathanael Noblet wrote:
This program segfaults when I try to load the module for the board, though it works fine on some of my other machines.
did you see anything at all via dmesg?
The thing is I think devbios supports the chip I have, but that something weird is happening (obviously) that I don't know about. Most of the code I've seen assumes that the sis chip is coupled with a superio chip that mine isn't either the sis950 or the sis 5595 or something like that, when mine is a ITE8661 (to which I have the spec sheet, but don't know what they are trying to do with the other chips so don't know what to change to make it work for mine).
BIOS: Probing system firmware with 2048k rom area @0xffe00000 (1039:0008) Unable to handle kernel NULL pointer dereference at virtual address 00000051 printing eip: c484397e *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[<c484397e>] Not tainted EFLAGS: 00010202 eax: 000000c8 ebx: c4849004 ecx: 00000cf8 edx: 00000cfe esi: c4849000 edi: c10dc800 ebp: c484b000 esp: c2e8bec8 ds: 0018 es: 0018 ss: 0018 Process insmod (pid: 669, stackpage=c2e8b000) Stack: c10dc000 00000076 c484b000 c48450c9 c2e8bf10 10390008 c10dc800 00000060 c48434ba ffe00000 00200000 00000000 c48468e0 c2e8bf10 c2e8bf0c 00000008 10390000 ffe00000 00200000 c4846948 00000000 00000000 00000060 c48430f5 Call Trace: [<c48450c9>] [<c48434ba>] [<c48468e0>] [<c4846948>] [<c48430f5>] [<c01151b7>] [<c4843060>] [<c0106d93>]
Code: a0 51 00 00 00 a2 e5 8f 84 c4 a1 c4 87 84 c4 6a 40 8d 04 40
oh boy, that looks fun. Let's just try to get flash_rom working -- I don't have time to debug this one :-)
ron
Hello Nathanael,
Tuesday, April 29, 2003, 6:19:23 PM, you wrote:
(1)UNIFLASH (DOS program) http://www.pppr.sk/rainbow/programs.html
NN> Interesting... I don't have floppy access to the board so unfortunately NN> this won't work either.
Can you make a DOS bootable ide disk on another machine, put uniflash and the rom image on the disk and then boot from it on your target board?
So far I found that uniflash is the only working thing (which means 'no dancing around with a voodoo tambourine') out there. flash_rom never worked for me, not even on the sis630 board for which it was originally designed.
With best regards, Alexander mailto:spirit@reactor.ru
--8<--just-a-cookie---------------------------------------------- Real Programmers love Windows. Whenever you make a mistake you can blame Microsoft for it. --8<-------------------------------------------------------------