Dear Sirs,
I got uniflash open source DOS program to run and debuggable in turbo pascal. It pretends to know my hardware (Am29F010 and the LPC winbond83697 and Vt8237 and RTL8169 NIC). Some source mods required. It's not working, though. The WIKI suggested to check out this proggy.
AFAIK flashrom (the linuxBIOS tool) is not programmed to flash on PCI cards - only on mainboards ? Anyone has the programming manual for RTL8169 ? (RTL keep me waiting...)
I think I may be useful (tho not overly useful) to flash some stuff from linuxbios into a PCI expansion BIOS during test phase. RTL just offers a binary flash tool for Atmel flash mem, which brand I do not own.
any comment ? --Q
* Quux pawn2be.wild@yahoo.de [070309 14:30]:
I think I may be useful (tho not overly useful) to flash some stuff from linuxbios into a PCI expansion BIOS during test phase. RTL just offers a binary flash tool for Atmel flash mem, which brand I do not own.
This should not be too hard to do.
You need to make sure * that the option rom space of the network card is mapped to a free space of physical memory. * to use that memory space instead of the "below 4G" area for flash detection.
That's about it. The first step will definitely be harder. Early versions of Linux mapped all PCI roms into physical address space, so back then this was an easy method.
Patches welcome ;-)