Re: [U-Boot] Fastboot is not detected

2015-09-10 Thread Paul Kocialkowski
Hi, Le mercredi 09 septembre 2015 à 18:29 -0300, Fabio Estevam a écrit : > On Wed, Sep 9, 2015 at 6:21 PM, Marek Vasut wrote: > > > Don't you need this patch from Peng? > > [PATCH] usb: gadget: ci_udc: implement usb_ep_ops dequeue callback > >

Re: [U-Boot] Fastboot is not detected

2015-09-10 Thread Fabio Estevam
On Thu, Sep 10, 2015 at 5:00 AM, Paul Kocialkowski wrote: > Hmm, does the device show up at all on the host (in dmesg)? Yes, it does. > I.e. is it somewhat detected by the host usb driver, does it fail early, > etc? The issue is solved now. I had to apply Peng's patch for

Re: [U-Boot] Fastboot is not detected

2015-09-09 Thread Fabio Estevam
Hi Bo, On Wed, Sep 9, 2015 at 7:32 PM, Bo Shen wrote: > Please check whether the fastboot application supports your vendor ID. If > not, add "-i in your command line. Thanks a lot! Now fastboot communicates well with -i: $ fastboot getvar bootloader-version -i 0x0525

Re: [U-Boot] Fastboot is not detected

2015-09-09 Thread Bo Shen
Hi Fabio, On 09/10/2015 05:02 AM, Fabio Estevam wrote: Hi, I am trying to add fastboot support for mx6qsabresd and I did the following changes on against top of head U-boot: --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -238,6 +238,12 @@ #define

[U-Boot] Fastboot is not detected

2015-09-09 Thread Fabio Estevam
Hi, I am trying to add fastboot support for mx6qsabresd and I did the following changes on against top of head U-boot: --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -238,6 +238,12 @@ #define CONFIG_G_DNL_VENDOR_NUM0x0525 #define

Re: [U-Boot] Fastboot is not detected

2015-09-09 Thread Marek Vasut
On Wednesday, September 09, 2015 at 11:02:45 PM, Fabio Estevam wrote: > Hi, > > I am trying to add fastboot support for mx6qsabresd and I did the > following changes on against top of head U-boot: > > --- a/include/configs/mx6sabre_common.h > +++ b/include/configs/mx6sabre_common.h > @@ -238,6

Re: [U-Boot] Fastboot is not detected

2015-09-09 Thread Fabio Estevam
Hi Marek, On Wed, Sep 9, 2015 at 6:21 PM, Marek Vasut wrote: > Don't you need this patch from Peng? > [PATCH] usb: gadget: ci_udc: implement usb_ep_ops dequeue callback > https://patchwork.ozlabs.org/patch/511739/ Thanks. Just applied this patch and the behaviour is still the