[beagleboard] Beaglebone black A5A hdmi not working

2014-01-21 Thread Kangyin Su
Anyone has Beaglebone black A5A with HDMI working? My A5A version HDMI not working, however, my another A5B version, the HDMI is working fine. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

Re: [beagleboard] Beaglebone black A5A hdmi not working

2014-01-21 Thread Kangyin Su
. On Wednesday, January 22, 2014 12:08:52 AM UTC+8, Gerald wrote: We have shipped thousands of A5A boards with the HDMI working. The HDMI design is the same for A5A and A5B. Gerald On Tue, Jan 21, 2014 at 9:26 AM, Kangyin Su para...@gmail.comjavascript: wrote: Anyone has Beaglebone black

[beagleboard] Re: CAUTION: musb: Babble Interrupt Occurred

2014-01-20 Thread Kangyin Su
The following codes can workaround that... #!/bin/sh echo on /sys/bus/usb/devices/usb1/power/control while [ 1 ]; do cat /dev/bus/usb/001/001 /dev/null sleep 5 cat /dev/bus/usb/001/002 /dev/null sleep 5 done On Saturday, August 31, 2013 11:42:09 PM UTC+8, jez...@gmail.com