Nick: falserunes E-mail: falserunes@gmail.com Board: A8AE-LE Contents: falserunes@TITANIUM:~$ cd flashrom falserunes@TITANIUM:~/flashrom$ patch -p 1 < yay.patch patching file board_enable.c falserunes@TITANIUM:~/flashrom$ make Checking for a C compiler... found. Checking for libpci headers... found. Checking if libpci is present and sufficient... yes. Checking for FTDI support... not found. Checking for utsname support... found. cc -MMD -Os -Wall -Wshadow -Werror -D'CONFIG_INTERNAL=1' -D'CONFIG_SERPROG=1' -D'CONFIG_RAYER_SPI=1' -D'CONFIG_BITBANG_SPI=1' -D'CONFIG_NIC3COM=1' -D'CONFIG_GFXNVIDIA=1' -D'CONFIG_SATASII=1' -D'CONFIG_DUMMY=1' -D'CONFIG_DRKAISER=1' -D'CONFIG_NICREALTEK=1' -D'CONFIG_NICINTEL_SPI=1' -D'CONFIG_OGP_SPI=1' -D'CONFIG_BUSPIRATE_SPI=1' -D'CONFIG_SATAMV=1' -D'NEED_PCI=1' -D'HAVE_UTSNAME=1' -D'FLASHROM_VERSION="0.9.3-r1291"' -o board_enable.o -c board_enable.c cc -o flashrom flashrom.o cli_classic.o cli_output.o print.o jedec.o stm50flw0x0x.o w39.o w29ee011.o sst28sf040.o m29f400bt.o 82802ab.o pm49fl00x.o sst49lfxxxc.o sst_fwhub.o flashchips.o spi.o spi25.o sharplhf00l04.o udelay.o programmer.o processor_enable.o chipset_enable.o board_enable.o cbtable.o dmi.o internal.o it87spi.o it85spi.o ichspi.o sb600spi.o wbsio_spi.o mcp6x_spi.o serprog.o rayer_spi.o bitbang_spi.o nic3com.o gfxnvidia.o satasii.o ft2232_spi.o dummyflasher.o drkaiser.o nicrealtek.o nicintel_spi.o ogp_spi.o buspirate_spi.o satamv.o pcidev.o physmap.o hwaccess.o layout.o serial.o -lpci falserunes@TITANIUM:~/flashrom$ sudo make install [sudo] password for falserunes: Checking for a C compiler... found. Checking for FTDI support... not found. Checking for utsname support... found. mkdir -p /usr/local/sbin mkdir -p /usr/local/share/man/man8 install -m 0755 flashrom /usr/local/sbin install -m 0644 flashrom.8 /usr/local/share/man/man8 falserunes@TITANIUM:~/flashrom$ cd .. falserunes@TITANIUM:~$ cd bios falserunes@TITANIUM:~/bios$ sudo flashrom 315.rom flashrom v0.9.3-r1291 on Linux 2.6.35-28-generic (x86_64), built with libpci 3.1.7, GCC 4.4.5, little endian flashrom is free software, get the source code at http://www.flashrom.org Error: Extra parameter found. Please run "flashrom --help" for usage info. falserunes@TITANIUM:~/bios$ flashrom --help flashrom v0.9.3-r1291 on Linux 2.6.35-28-generic (x86_64), built with libpci 3.1.7, GCC 4.4.5, little endian flashrom is free software, get the source code at http://www.flashrom.org Usage: flashrom [-n] [-V] [-f] [-h|-R|-L|-E|-r |-w |-v ] [-c ] [-m [:]] [-l ] [-i ] [-p [:]] Please note that the command line interface for flashrom has changed between 0.9.1 and 0.9.2 and will change again before flashrom 1.0. Do not use flashrom in scripts or other automated tools without checking that your flashrom version won't interpret options in a different way. -h | --help print this help text -R | --version print version (release) -r | --read read flash and save to -w | --write write to flash -v | --verify verify flash against -E | --erase erase flash device -V | --verbose more verbose output -c | --chip probe only for specified flash chip -m | --mainboard <[vendor:]part> override mainboard detection -f | --force force specific operations (see man page) -n | --noverify don't auto-verify -l | --layout read ROM layout from -i | --image only flash image from flash layout -L | --list-supported print supported devices -p | --programmer [:] specify the programmer device (internal, dummy, nic3com, nicrealtek, gfxnvidia, drkaiser, satasii, serprog, buspirate_spi, rayer_spi, nicintel_spi, ogp_spi, satamv) You can specify one of -h, -R, -L, -E, -r, -w, -v or no operation. If no operation is specified, flashrom will only probe for flash chips. falserunes@TITANIUM:~/bios$ sudo flashrom -w 315.rom flashrom v0.9.3-r1291 on Linux 2.6.35-28-generic (x86_64), built with libpci 3.1.7, GCC 4.4.5, little endian flashrom is free software, get the source code at http://www.flashrom.org Calibrating delay loop... OK. Found chipset "ATI SB400", enabling flash write... OK. This chipset supports the following protocols: Non-SPI. Disabling flash write protection for board "ASUS A8AE-LE"... OK. Found chip "PMC Pm49FL004" (512 KB, LPC,FWH) at physical address 0xfff80000. Flash image seems to be a legacy BIOS. Disabling checks. Erasing and writing flash chip... Done. Verifying flash... VERIFIED.