Advertisement
niwo

Flashing 1

Oct 2nd, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. root@px2:~# flashrom --programmer internal -w ./Q87MD2H.F8 -c "MX25L6405"
  2. flashrom v1.2 on Linux 5.15.39-4-pve (x86_64)
  3. flashrom is free software, get the source code at https://flashrom.org
  4.  
  5. Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
  6. Found chipset "Intel Q87".
  7. This chipset is marked as untested. If you are using an up-to-date version
  8. of flashrom *and* were (not) able to successfully update your firmware with it,
  9. then please email a report to flashrom@flashrom.org including a verbose (-V) log.
  10. Thank you!
  11. Enabling flash write... SPI Configuration is locked down.
  12. OK.
  13. Found Macronix flash chip "MX25L6405" (8192 kB, SPI) mapped at physical address 0x00000000ff800000.
  14. Reading old flash chip contents... done.
  15. Erasing and writing flash chip... FAILED at 0x00001000! Expected=0xff, Found=0x74, failed byte count from 0x00000000-0x0000ffff: 0x9d11
  16. ERASE FAILED!
  17. Reading current flash chip contents... done. Looking for another erase function.
  18. spi_write_cmd failed during command execution at address 0x0
  19. Reading current flash chip contents... done. Looking for another erase function.
  20. spi_simple_write_cmd failed during command execution
  21. Reading current flash chip contents... done. Looking for another erase function.
  22. spi_simple_write_cmd failed during command execution
  23. Reading current flash chip contents... done. Looking for another erase function.
  24. Looking for another erase function.
  25. Looking for another erase function.
  26. Looking for another erase function.
  27. No usable erase functions left.
  28. FAILED!
  29. Uh oh. Erase/write failed. Checking if anything has changed.
  30. Reading current flash chip contents... done.
  31. Apparently at least some data has changed.
  32. Your flash chip is in an unknown state.
  33. Get help on IRC at chat.freenode.net (channel #flashrom) or
  34. mail flashrom@flashrom.org with the subject "FAILED: <your board name>"!
  35. -------------------------------------------------------------------------------
  36. DO NOT REBOOT OR POWEROFF!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement