Error reading USB camera in BeagleBone with ARM Debian

2018-10-18 Thread Josep M. Mirats Tur
Hi I've recently acquired a BeagleBone Green with AM335x processor. I 'm connecting a USB device (actually a 3D camera from ORBBEC) to the Beagle USB host port. It recognizes well as I can see at the dmesg output: [12411.643517] usb 1-1: new high-speed USB device number 2 using musb-hdrc

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
Josep M. On Fri, Oct 19, 2018 at 6:15 PM Alan Stern wrote: > > On Fri, 19 Oct 2018, Josep M. Mirats Tur wrote: > > > Hi, > > > > Thanks again for your answer. > > > > I changed to the newest Debian image available for BeagleBone boards: > > The Debian

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
i, Oct 19, 2018 at 06:31:15PM +0200, Josep M. Mirats Tur wrote: > > Bin, > > > > I'm sorry but I cannot find that menuconfig at the Beagle... > > Never mind, but add the following to your UBoot bootargs env instead to > disable dma. > > musb_hdrc.use_dma=0 > >

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
today Josep M. On Fri, Oct 19, 2018 at 7:41 PM Bin Liu wrote: > > On Fri, Oct 19, 2018 at 07:33:47PM +0200, Josep M. Mirats Tur wrote: > > Hi, > > > > It seems correct, this is the output of sudo cat /proc/cmdline: > > console=ttyO0,115200n8 bone_capemgr.uboot_c

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
Usb data transfer is "bulk" Regards Josep M. On Fri, Oct 19, 2018 at 8:01 PM Bin Liu wrote: > > On Fri, Oct 19, 2018 at 07:48:20PM +0200, Josep M. Mirats Tur wrote: > > Hi, > > > > Yes, this would be the link: > > http://shop-orbbec3d-com.3dcartstores.co

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
Bin, I'm sorry but I cannot find that menuconfig at the Beagle... Does this mean I need to compile and configure a new kernel from Debian sources? On Fri, Oct 19, 2018 at 6:28 PM Bin Liu wrote: > > On Fri, Oct 19, 2018 at 06:17:31PM +0200, Josep M. Mirats Tur wrote: > > Hi Bi

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
Liu wrote: > > On Fri, Oct 19, 2018 at 07:19:17PM +0200, Josep M. Mirats Tur wrote: > > Hi Bin, > > > > I included the following line in the /boot/uEnv.txt file (attached for > > your info): > > cmdline=musb_hdrc.use_dma=0 > > I am not sure about the

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-19 Thread Josep M. Mirats Tur
usbcore.autosuspend=-1 But same troubles as before Regards Josep M. On Fri, Oct 19, 2018 at 8:42 PM Bin Liu wrote: > > On Fri, Oct 19, 2018 at 02:26:51PM -0400, Alan Stern wrote: > > On Fri, 19 Oct 2018, Bin Liu wrote: > > > > > On Fri, Oct 19, 2018 at 07:19:17PM +0200, Josep M. Mirat

Re: Error reading USB camera in BeagleBone with ARM Debian

2018-10-24 Thread Josep M. Mirats Tur
ng into the code. If you would > like to investigate that further, the C270 is rather affordable, but I > will gladly provide any details, usbmon captures etc. that you require. > > > Cheers, > > Joel Pepper > > On 19.10.2018 20:06, Josep M. Mirats Tur wrote: > > Hi Bi