Advertisement
Guest User

Untitled

a guest
May 25th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. flashrom p1.0-77-gf9a3055 on Linux 4.4.48-v7+ (armv7l)
  2. flashrom is free software, get the source code at https://flashrom.org
  3.  
  4. flashrom was built with GCC 4.9.2, little endian
  5. Command line (7 args): flashrom -p linux_spi:dev=/dev/spidev0.0,spispeed=128 -w x200_8mb_usqwerty_vesafb.rom -V -c MX25L6405D
  6. Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns).
  7. Initializing linux_spi programmer
  8. Using device /dev/spidev0.0
  9. Using 128 kHz clock
  10. linux_spi_init: Using value from /sys/module/spidev/parameters/bufsiz as max buffer size.
  11. linux_spi_init: max_kernel_buf_size: 4096
  12. The following protocols are supported: SPI.
  13. Probing for Macronix MX25L6405D, 8192 kB: probe_spi_rdid_generic: id1 0xc2, id2 0x2017
  14. Found Macronix flash chip "MX25L6405D" (8192 kB, SPI) on linux_spi.
  15. Chip status register is 0x00.
  16. Chip status register: Status Register Write Disable (SRWD, SRP, ...) is not set
  17. Chip status register: Bit 6 is not set
  18. Chip status register: Block Protect 3 (BP3) is not set
  19. Chip status register: Block Protect 2 (BP2) is not set
  20. Chip status register: Block Protect 1 (BP1) is not set
  21. Chip status register: Block Protect 0 (BP0) is not set
  22. Chip status register: Write Enable Latch (WEL) is not set
  23. Chip status register: Write In Progress (WIP/BUSY) is not set
  24. This chip may contain one-time programmable memory. flashrom cannot read
  25. and may never be able to write it, hence it may not be able to completely
  26. clone the contents of this chip (see man page for details).
  27. Reading old flash chip contents... done.
  28. Erasing and writing flash chip... Trying erase function 0... 0x000000-0x000fff:EW, 0x001000-0x001fff:EFAILED at 0x00001000! Expected=0xff, Found=0x00, failed byte count from 0x00001000-0x00001fff: 0xffb
  29. ERASE FAILED!
  30. Reading current flash chip contents... done. Looking for another erase function.
  31. Trying erase function 1... 0x000000-0x00ffff:EFAILED at 0x00000000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x0000ffff: 0xffb
  32. ERASE FAILED!
  33. Reading current flash chip contents... done. Looking for another erase function.
  34. Trying erase function 2... 0x000000-0x7fffff:EFAILED at 0x00000000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x007fffff: 0x75db2
  35. ERASE FAILED!
  36. Reading current flash chip contents... done. Looking for another erase function.
  37. Trying erase function 3... 0x000000-0x7fffff:EFAILED at 0x00000000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x007fffff: 0x78da3
  38. ERASE FAILED!
  39. Reading current flash chip contents... done. Looking for another erase function.
  40. Trying erase function 4... not defined. Looking for another erase function.
  41. Trying erase function 5... not defined. Looking for another erase function.
  42. Trying erase function 6... not defined. Looking for another erase function.
  43. Trying erase function 7... not defined. No usable erase functions left.
  44. FAILED!
  45. Uh oh. Erase/write failed. Checking if anything has changed.
  46. Reading current flash chip contents... done.
  47. Apparently at least some data has changed.
  48. Your flash chip is in an unknown state.
  49. Please report this on IRC at chat.freenode.net (channel #flashrom) or
  50. mail flashrom@flashrom.org, thanks!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement