Advertisement
niwo

Flashing 2

Oct 2nd, 2022
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. root@px2:~# flashrom -p internal -w backup.bin -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. Good, writing to the flash chip apparently didn't do anything.
  32. This means we have to add special support for your board, programmer or flash
  33. chip. Please report this on IRC at chat.freenode.net (channel #flashrom) or
  34. mail flashrom@flashrom.org, thanks!
  35. -------------------------------------------------------------------------------
  36. You may now reboot or simply leave the machine running.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement