Advertisement
Guest User

Untitled

a guest
May 30th, 2013
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. root@raspberrypi:/home/pi# i2cdump 0 0x50
  2. No size specified (using byte-data access)
  3. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  4. I will probe file /dev/i2c-0, address 0x50, mode byte
  5. Continue? [Y/n] y
  6. 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
  7. 00: 20 02 25 32 28 02 27 22 2a f1 a8 42 26 32 fc b0 ?%2(?'"*??B&2??
  8. 10: 29 e1 aa 02 a7 02 26 12 ad 02 ad 02 26 32 fc b1 )?????&?????&2??
  9. 20: 3c 32 21 02 28 f1 a0 f1 20 f1 2b f1 ba 42 fe e2 <2!?(??? ?+??B??
  10. 30: 1d ff b0 37 37 77 74 61 75 75 75 75 59 59 29 59 ?.?77wtauuuuYY)Y
  11. 40: 10 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ?...............
  12. 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
  13. 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
  14. 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
  15. 80: 20 02 25 32 28 02 27 22 2a f1 a8 42 26 32 fc b0 ?%2(?'"*??B&2??
  16. 90: 29 e1 aa 02 a7 02 26 12 ad 02 ad 02 26 32 fc b1 )?????&?????&2??
  17. a0: 3c 32 21 02 28 f1 a0 f1 20 f1 2b f1 ba 42 fe e2 <2!?(??? ?+??B??
  18. b0: 1d ff b0 37 37 77 74 61 75 75 75 75 59 59 29 59 ?.?77wtauuuuYY)Y
  19. c0: 10 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ?...............
  20. d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
  21. e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
  22. f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
  23. root@raspberrypi:/home/pi# man i2cdump
  24. root@raspberrypi:/home/pi# ./eeprom
  25. base-address of eeproms : 0x50
  26. number of pages to read : 8 (0x50 .. 0x57)
  27. i2c-devicenode is : /dev/i2c-0
  28. on filedescriptor : 3
  29.  
  30. Positioned pointer in eeprom at 0x50 to offset 00000000
  31. Read 16 bytes from eeprom at 0x50, offset 00000000
  32. Positioned pointer in eeprom at 0x50 to offset 00000010
  33. Read 16 bytes from eeprom at 0x50, offset 00000010
  34. Positioned pointer in eeprom at 0x50 to offset 00000020
  35. Read 16 bytes from eeprom at 0x50, offset 00000020
  36. Positioned pointer in eeprom at 0x50 to offset 00000030
  37. Read 16 bytes from eeprom at 0x50, offset 00000030
  38. Positioned pointer in eeprom at 0x50 to offset 00000040
  39. Read 16 bytes from eeprom at 0x50, offset 00000040
  40. Positioned pointer in eeprom at 0x50 to offset 00000050
  41. Read 16 bytes from eeprom at 0x50, offset 00000050
  42. Positioned pointer in eeprom at 0x50 to offset 00000060
  43. Read 16 bytes from eeprom at 0x50, offset 00000060
  44. Positioned pointer in eeprom at 0x50 to offset 00000070
  45. Read 16 bytes from eeprom at 0x50, offset 00000070
  46. Positioned pointer in eeprom at 0x50 to offset 00000080
  47. Read 16 bytes from eeprom at 0x50, offset 00000080
  48. Positioned pointer in eeprom at 0x50 to offset 00000090
  49. Read 16 bytes from eeprom at 0x50, offset 00000090
  50. Positioned pointer in eeprom at 0x50 to offset 000000a0
  51. Read 16 bytes from eeprom at 0x50, offset 000000a0
  52. Positioned pointer in eeprom at 0x50 to offset 000000b0
  53. Read 16 bytes from eeprom at 0x50, offset 000000b0
  54. Positioned pointer in eeprom at 0x50 to offset 000000c0
  55. Read 16 bytes from eeprom at 0x50, offset 000000c0
  56. Positioned pointer in eeprom at 0x50 to offset 000000d0
  57. Read 16 bytes from eeprom at 0x50, offset 000000d0
  58. Positioned pointer in eeprom at 0x50 to offset 000000e0
  59. Read 16 bytes from eeprom at 0x50, offset 000000e0
  60. Positioned pointer in eeprom at 0x50 to offset 000000f0
  61. Read 16 bytes from eeprom at 0x50, offset 000000f0
  62. ioctl(): Input/output error
  63. ioctl returned -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement