Advertisement
Dijit

coreboot.fail.txt

Jan 5th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. livecd ~ # flashrom -p internal:laptop=force_I_want_a_brick -c MX25L6405 -w coreboot.rom
  2. flashrom v0.9.9-r1955 on Linux 4.5.2-aufs-r1 (x86_64)
  3. flashrom is free software, get the source code at https://flashrom.org
  4.  
  5. Calibrating delay loop... OK.
  6. coreboot table found at 0xbf6f4000.
  7. ========================================================================
  8. WARNING! You seem to be running flashrom on an unsupported laptop.
  9. Laptops, notebooks and netbooks are difficult to support and we
  10. recommend to use the vendor flashing utility. The embedded controller
  11. (EC) in these machines often interacts badly with flashing.
  12. See the manpage and https://flashrom.org/Laptops for details.
  13.  
  14. If flash is shared with the EC, erase is guaranteed to brick your laptop
  15. and write may brick your laptop.
  16. Read and probe may irritate your EC and cause fan failure, backlight
  17. failure and sudden poweroff.
  18. You have been warned.
  19. ========================================================================
  20. Proceeding anyway because user forced us to.
  21. Found chipset "Intel QM57".
  22. Enabling flash write... Warning: SPI Configuration Lockdown activated.
  23. OK.
  24. Found Macronix flash chip "MX25L6405" (8192 kB, SPI) mapped at physical address 0x00000000ff800000.
  25. Reading old flash chip contents... done.
  26. Erasing and writing flash chip... FAILED at 0x00011000! Expected=0xff, Found=0x0a, failed byte count from 0x00010000-0x0001ffff: 0x8d12
  27. ERASE FAILED!
  28. Reading current flash chip contents... done. Looking for another erase function.
  29. spi_block_erase_d8 failed during command execution at address 0x10000
  30. Reading current flash chip contents... done. Looking for another erase function.
  31. spi_chip_erase_60 failed during command execution
  32. Reading current flash chip contents... done. Looking for another erase function.
  33. spi_chip_erase_c7 failed during command execution
  34. Looking for another erase function.
  35. No usable erase functions left.
  36. FAILED!
  37. Uh oh. Erase/write failed. Checking if anything has changed.
  38. Reading current flash chip contents... done.
  39. Good, writing to the flash chip apparently didn't do anything.
  40. This means we have to add special support for your board, programmer or flash
  41. chip. Please report this on IRC at chat.freenode.net (channel #flashrom) or
  42. mail flashrom@flashrom.org, thanks!
  43. -------------------------------------------------------------------------------
  44. You may now reboot or simply leave the machine running.
  45.  
  46. livecd ~ # cat /proc/cmdline
  47. BOOT_IMAGE=/isolinux/gentoo root=/dev/ram0 init=/linuxrc dokeymap aufs looptype=squashfs loop=/image.squashfs cdroot initrd=/isolinux/gentoo.xz console=tty1 iomem=relaxed
  48. livecd ~ # uname -a
  49. Linux livecd 4.5.2-aufs-r1 #1 SMP Sun Jul 3 17:17:11 UTC 2016 x86_64 Intel(R) Core(TM) i7 CPU L 620 @ 2.00GHz GenuineIntel GNU/Linux
  50. livecd ~ # flashrom -R
  51. flashrom v0.9.9-r1955 on Linux 4.5.2-aufs-r1 (x86_64)
  52. flashrom is free software, get the source code at https://flashrom.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement