Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. flashrom-0.9.7# time ./flashrom -p internal
  2. flashrom v0.9.7-r1711 on Linux 5.4.0-4-amd64 (x86_64)
  3. flashrom is free software, get the source code at http://www.flashrom.org
  4.  
  5. Calibrating delay loop... OK.
  6. sh: 1: dmidecode: not found
  7. dmidecode execution unsuccessful - continuing without DMI info
  8. Found chipset "Intel ICH7/ICH7R". Enabling flash write... OK.
  9. Found SST flash chip "SST49LF004A/B" (512 kB, FWH) at physical address 0xfff80000.
  10. No operations were specified.
  11.  
  12. real 0m0,858s
  13. user 0m0,841s
  14. sys 0m0,012s
  15.  
  16. ================================
  17. vs
  18. ================================
  19. time ./flashrom -p internal
  20. flashrom v1.2-19-g0eee5bb on Linux 5.4.0-4-amd64 (x86_64)
  21. flashrom is free software, get the source code at https://flashrom.org
  22.  
  23. Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
  24. Found chipset "Intel ICH7/ICH7R".
  25. Enabling flash write... OK.
  26. Error: SCIP never cleared!
  27. Error: SCIP never cleared!
  28. Error: SCIP never cleared!
  29. Error: SCIP never cleared!
  30. Error: SCIP never cleared!
  31. Error: SCIP never cleared!
  32. Error: SCIP never cleared!
  33. Error: SCIP never cleared!
  34. Error: SCIP never cleared!
  35. ..... cut here .........................
  36. .......many and many of "Error: SCIP never cleared!"
  37. ..... cut here .........................
  38. Error: SCIP never cleared!
  39. Error: SCIP never cleared!
  40. Error: SCIP never cleared!
  41. Error: SCIP never cleared!
  42. Error: SCIP never cleared!
  43. Found SST flash chip "SST49LF004A/B" (512 kB, FWH) mapped at physical address 0x00000000fff80000.
  44. No operations were specified.
  45.  
  46. real 0m30,436s
  47. user 0m9,979s
  48. sys 0m20,178s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement