wangbj

linux_bios_update

Mar 4th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Linux BIOS update
  2.  
  3. # flashrom -r BIOS106.bin -p internal
  4. flashrom v0.9.6.1-r1564 on Linux 3.7.6-gentoo (x86_64)
  5. flashrom is free software, get the source code at http://www.flashrom.org
  6.  
  7. Calibrating delay loop... OK.
  8. Found chipset "Intel H67". Enabling flash write... OK.
  9. Found SST flash chip "SST25VF032B" (4096 kB, SPI) at physical address 0xffc00000.
  10. Reading flash... done.
  11.  
  12. # flashrom -w tmp/bios/DOS/SH67H000.116 -p internal
  13. flashrom v0.9.6.1-r1564 on Linux 3.7.6-gentoo (x86_64)
  14. flashrom is free software, get the source code at http://www.flashrom.org
  15.  
  16. Calibrating delay loop... OK.
  17. Found chipset "Intel H67". Enabling flash write... OK.
  18. Found SST flash chip "SST25VF032B" (4096 kB, SPI) at physical address 0xffc00000.
  19. Flash image seems to be a legacy BIOS. Disabling coreboot-related checks.
  20. Reading old flash chip contents... done.
  21. Erasing and writing flash chip... Erase/write done.
  22. Verifying flash... VERIFIED.
Add Comment
Please, Sign In to add comment