Am Thu, 16 Aug 2007 16:11:36 +0000 schrieb Markus bios@ryven.de:
Am Thu, 16 Aug 2007 15:35:02 +0200 schrieb Stefan Reinauer stepan@coresystems.de:
Markus wrote:
Hi Volks, I bought a 4 Mb Rom vor my Epia-v board. Flashrom can handel the chip but it isn't willig to programm the image of the old 2 Mb Chip in the 4 Mb Chip. Any idea's to solve this?
cat linuxbios.rom linuxbios.rom > linuxbios4M.rom
Stefan
Thanks it works.
Markus
So I have tried: dd if=/dev/zero of=leer bs=1024 count=256 1) cat bios bios > bios-v4 work 2) cat bios leer > bios-v4 not working 3) cat leer bios > bios-v4 work
in which order write Flashrom the image to flash?
Markus