Advertisement
fuser-invent

Nexus 7 2013 - adb shell dmesg | grep mmc0

May 26th, 2015
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. *This is what starting really making sense to me, the emmc card is recognized and everything works until the device tries to initialize it. That is what made me think that maybe it was wiped and is actually unallocated memory instead of being formatted. The error -110 is a timeout. It could also potentially not be wiped and still contain all the data but one of the bootloaders isn’t initializing it on startup.
  2.  
  3. Bricked
  4.  
  5. E:\android_development\sdk\platform-tools>adb shell
  6. ~ # ←[6ndmesg | grep mmc0
  7. dmesg | grep mmc0
  8. <6>[ 5.479522] mmc0: SDCC Version: 0x06000018
  9. <6>[ 5.486633] mmc0: bam physical base=0x12402000
  10. <6>[ 5.490173] mmc0: bam virtual base=0xf0334000
  11. <6>[ 5.498626] mmc0: BAM device registered. bam_handle=0xed954e00
  12. <6>[ 5.514923] mmc0: Qualcomm MSM SDCC-BAM at 0x0000000012402000 irq 130
  13. <6>[ 5.520721] mmc0: Qualcomm MSM SDCC-DML at 0x0000000012400800
  14. <3>[ 5.526367] mmc0: No card detect facilities available
  15. <6>[ 5.533233] mmc0: Qualcomm MSM SDCC-core at 0x0000000012400000 irq 136,0 d
  16. ma -1 dmacrcri -1
  17. <6>[ 5.540710] mmc0: Controller capabilities: 0x0000039a
  18. <6>[ 5.545745] mmc0: 8 bit data mode enabled
  19. <6>[ 5.549682] mmc0: 4 bit data mode disabled
  20. <6>[ 5.553741] mmc0: polling status mode disabled
  21. <6>[ 5.558227] mmc0: MMC clock 400000 -> 96000000 Hz, PCLK 0 Hz
  22. <6>[ 5.563842] mmc0: Slot eject status = 0
  23. <6>[ 5.567687] mmc0: Power save feature enable = 1
  24. <6>[ 5.572143] mmc0: SPS-BAM data transfer mode available
  25. <3>[ 6.804321] mmc0: error -110 whilst initialising MMC card
  26.  
  27. Working
  28.  
  29. E:\android_development\sdk\platform-tools>adb shell
  30. ~ # ←[6ndmesg | grep mmc0
  31. dmesg | grep mmc0
  32. <6>[ 5.479522] mmc0: SDCC Version: 0x06000018
  33. <6>[ 5.486633] mmc0: bam physical base=0x12402000
  34. <6>[ 5.490173] mmc0: bam virtual base=0xf0334000
  35. <6>[ 5.498626] mmc0: BAM device registered. bam_handle=0xed954e00
  36. <6>[ 5.514923] mmc0: Qualcomm MSM SDCC-BAM at 0x0000000012402000 irq 130
  37. <6>[ 5.520721] mmc0: Qualcomm MSM SDCC-DML at 0x0000000012400800
  38. <3>[ 5.526367] mmc0: No card detect facilities available
  39. <6>[ 5.533233] mmc0: Qualcomm MSM SDCC-core at 0x0000000012400000 irq 136,0 d
  40. ma -1 dmacrcri -1
  41. <6>[ 5.540710] mmc0: Controller capabilities: 0x0000039a
  42. <6>[ 5.545745] mmc0: 8 bit data mode enabled
  43. <6>[ 5.549682] mmc0: 4 bit data mode disabled
  44. <6>[ 5.553741] mmc0: polling status mode disabled
  45. <6>[ 5.558227] mmc0: MMC clock 400000 -> 96000000 Hz, PCLK 0 Hz
  46. <6>[ 5.563842] mmc0: Slot eject status = 0
  47. <6>[ 5.567687] mmc0: Power save feature enable = 1
  48. <6>[ 5.572143] mmc0: SPS-BAM data transfer mode available
  49. <6>[ 3.824768] mmc0: new HS200 MMC card at address 0001
  50. <6>[ 3.826080] mmcblk0: mmc0:0001 MMC32G 28.8 GiB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement