Advertisement
Guest User

USB hot plugging issues with the BeagleBone Black

a guest
Dec 12th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Bought the BeagleBone Black somewhere in October.
  2.  
  3. The USB host port worked fine. No issues with cold plugging and no issues with
  4. hot plugging.
  5.  
  6. I screwed something else up and had to reinstall the OS.
  7.  
  8. Got the 'latest image' from http://beagleboard.org/latest-images, which dated
  9. back to june 20th. It seemed reasonable that this was in fact the latest image.
  10.  
  11. Succesfully flashed the eMMC using the angstrom image from june the 20th.
  12.  
  13. Issues arose with the USB host port. No issues with cold plugging. However,
  14. hot plugging no longer worked. No error messages were sent to the journalctl when
  15. hot plugging, it just didn't seem to detect it at all. When a coldplugged USB
  16. device was removed journalctl reported messages like:
  17. usb 1-1: device descriptor read/64, error -19
  18. hub 1-0:1.0: unable to enumerate USB device o... 1
  19. hub 1-0:1.0: port 1 enable change, status 00000101
  20. After that once again no activity when hotplugging the USB device.
  21.  
  22. I thought that this was because I was now using a newer image than the image
  23. that was installed on the eMMC when I received my BeagleBone Black.
  24.  
  25. I found a patch on github that basically FIXED an issue with hot plugging
  26. devices in the BeagleBone Black, that indicated that either this fix didn't
  27. made it to the current image or that I was now using an older image than the
  28. one my BeagleBone Black was shipped with.
  29.  
  30. After a chat with ... it became known that the latter was true. The 'latest
  31. images' were in fact not, the latest images. He updated the image to the actual
  32. latest image (of October the 4th).
  33.  
  34. I then flashed the eMMC with the image of October the 4th, only to find out
  35. that I was still having issues with hot plugging USB devices.
  36.  
  37. It can't be a power issue as I'm using an external power source. Error -71
  38. would indicate an issue with (lack of) power, but i'm getting error -19 messages
  39. , I have been unable to find any information about that error online.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement