On Fri, Apr 27, 2007 at 08:29:18PM +0200, Peter Stuge wrote:
On Fri, Apr 27, 2007 at 01:03:40AM -0500, Kevin Adler wrote:
how easy is it to build the LinuxBIOS and flash it
I would say that that the build process is fairly easy;
First, prepare a payload. I would pick etherboot in order to easily experiment with different payloads, then adjust the payload line in targets/gigabyte/m57sli/Config.lb to point to the payload file. Then:
cd targets ./buildtarget gigabyte/m57sli cd gigabyte/m57sli/m57sli make
And now you should have a linuxbios.rom.
Flash it with flashrom -w linuxbios.rom
I've just updated the tuorial to reflect that everything now builds from the tree:
http://linuxbios.org/M57SLI-S4_Build_Tutorial
Thanks, Ward.