I can't find EEPROM chip while running flashrom from the systemrescue LiveCD... it said No EEPROM/Flash device found....is it depend on the motherboard? what is the similar chip to force ? my chip is 49LF004 and chipset is north=intel 82810 and south = intel 82801
Thanks
--- On Tue, 6/23/09, ron minnich rminnich@gmail.com wrote:
From: ron minnich rminnich@gmail.com Subject: Re: [coreboot] Which file should I burn? To: "Rick Ant" rick_077@yahoo.com Cc: coreboot@coreboot.org Date: Tuesday, June 23, 2009, 10:51 PM
don't forget the wonderfulness of earlyprintk when booting a linux kernel and you are not sure if it is right.
you just append it to the command line. Here is one example. I use 'keep' when I'm really being paranoid.
earlyprintk=ttyS0,115200,keep
ron