Sohanpal, Harman | 15 Jun 2012 20:44
Picon
Favicon

USB DFU support into mailline.


Hi,

Referring to http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it 
seems some work is going on for adding USB DFU support in the mainline for 
u-boot. But I could not find any code already in mainline. Is there anyone 
working on getting USB DFU support to mainline?

I am working on USB DFU on AM335x BeagleBone, and I want help get USB DFU to 
mainline.

Thanks,
Harman
Marek Vasut | 16 Jun 2012 00:24
Picon
Picon
Favicon

Re: USB DFU support into mailline.

Dear Sohanpal, Harman,

> Hi,
> 
> Referring to http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it
> seems some work is going on for adding USB DFU support in the mainline for
> u-boot. But I could not find any code already in mainline. Is there anyone
> working on getting USB DFU support to mainline?
> 
> I am working on USB DFU on AM335x BeagleBone, and I want help get USB DFU
> to mainline.

Try looking through the u-boot mailing list. I think someone tried, but it 
needed more work.

> 
> Thanks,
> Harman

Best regards,
Marek Vasut
Lukasz Majewski | 18 Jun 2012 10:54

Re: USB DFU support into mailline.

Dear All,

> Dear Sohanpal, Harman,
> 
> > Hi,
> > 
> > Referring to
> > http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it seems
> > some work is going on for adding USB DFU support in the mainline
> > for u-boot. But I could not find any code already in mainline. Is
> > there anyone working on getting USB DFU support to mainline?
> > 
> > I am working on USB DFU on AM335x BeagleBone, and I want help get
> > USB DFU to mainline.
> 
> Try looking through the u-boot mailing list. I think someone tried,
> but it needed more work.
> 

Dear Marek and Harman,

I'm currently working on the DFU support at u-boot. A
composite USB gadget with DFU support is under development. 

--

-- 
Best regards,

Lukasz Majewski

Samsung Poland R&D Center | Linux Platform Group
(Continue reading)

Sohanpal, Harman | 18 Jun 2012 11:31
Picon
Favicon

Re: USB DFU support into mailline.

> -----Original Message-----
> From: Lukasz Majewski [mailto:l.majewski <at> samsung.com]
> Sent: Monday, June 18, 2012 2:25 PM
> To: Marek Vasut
> Cc: u-boot <at> lists.denx.de; Sohanpal, Harman; Kyungmin Park
> Subject: Re: [U-Boot] USB DFU support into mailline.
> 
> Dear All,
> 
> > Dear Sohanpal, Harman,
> >
> > > Hi,
> > >
> > > Referring to
> > > http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it seems
> > > some work is going on for adding USB DFU support in the mainline
> > > for u-boot. But I could not find any code already in mainline. Is
> > > there anyone working on getting USB DFU support to mainline?
> > >
> > > I am working on USB DFU on AM335x BeagleBone, and I want help get
> > > USB DFU to mainline.
> >
> > Try looking through the u-boot mailing list. I think someone tried,
> > but it needed more work.
> >
> 
> Dear Marek and Harman,
> 
> I'm currently working on the DFU support at u-boot. A
> composite USB gadget with DFU support is under development.
(Continue reading)

Lukasz Majewski | 18 Jun 2012 16:12

Re: USB DFU support into mailline.


Hi Harman,

> > -----Original Message-----
> > From: Lukasz Majewski [mailto:l.majewski <at> samsung.com]
> > Sent: Monday, June 18, 2012 2:25 PM
> > To: Marek Vasut
> > Cc: u-boot <at> lists.denx.de; Sohanpal, Harman; Kyungmin Park
> > Subject: Re: [U-Boot] USB DFU support into mailline.
> > 
> > Dear All,
> > 
> > > Dear Sohanpal, Harman,
> > >
> > > > Hi,
> > > >
> > > > Referring to
> > > > http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it
> > > > seems some work is going on for adding USB DFU support in the
> > > > mainline for u-boot. But I could not find any code already in
> > > > mainline. Is there anyone working on getting USB DFU support to
> > > > mainline?
> > > >
> > > > I am working on USB DFU on AM335x BeagleBone, and I want help
> > > > get USB DFU to mainline.
> > >
> > > Try looking through the u-boot mailing list. I think someone
> > > tried, but it needed more work.
> > >
> > 
(Continue reading)

Tom Rini | 18 Jun 2012 19:02
Picon
Favicon
Gravatar

Re: USB DFU support into mailline.

On Mon, Jun 18, 2012 at 04:12:50PM +0200, Lukasz Majewski wrote:
> 
> Hi Harman,
> 
> > > -----Original Message-----
> > > From: Lukasz Majewski [mailto:l.majewski <at> samsung.com]
> > > Sent: Monday, June 18, 2012 2:25 PM
> > > To: Marek Vasut
> > > Cc: u-boot <at> lists.denx.de; Sohanpal, Harman; Kyungmin Park
> > > Subject: Re: [U-Boot] USB DFU support into mailline.
> > > 
> > > Dear All,
> > > 
> > > > Dear Sohanpal, Harman,
> > > >
> > > > > Hi,
> > > > >
> > > > > Referring to
> > > > > http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it
> > > > > seems some work is going on for adding USB DFU support in the
> > > > > mainline for u-boot. But I could not find any code already in
> > > > > mainline. Is there anyone working on getting USB DFU support to
> > > > > mainline?
> > > > >
> > > > > I am working on USB DFU on AM335x BeagleBone, and I want help
> > > > > get USB DFU to mainline.
> > > >
> > > > Try looking through the u-boot mailing list. I think someone
> > > > tried, but it needed more work.
> > > >
(Continue reading)

Lukasz Majewski | 19 Jun 2012 10:56

Re: USB DFU support into mailline.

Hi Tom,

Thank you for feedback.

> On Mon, Jun 18, 2012 at 04:12:50PM +0200, Lukasz Majewski wrote:
> > 
> > Hi Harman,
> > 
> > > > -----Original Message-----
> > > > From: Lukasz Majewski [mailto:l.majewski <at> samsung.com]
> > > > Sent: Monday, June 18, 2012 2:25 PM
> > > > To: Marek Vasut
> > > > Cc: u-boot <at> lists.denx.de; Sohanpal, Harman; Kyungmin Park
> > > > Subject: Re: [U-Boot] USB DFU support into mailline.
> > > > 
> > > > Dear All,
> > > > 
> > > > > Dear Sohanpal, Harman,
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > Referring to
> > > > > > http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it
> > > > > > seems some work is going on for adding USB DFU support in
> > > > > > the mainline for u-boot. But I could not find any code
> > > > > > already in mainline. Is there anyone working on getting USB
> > > > > > DFU support to mainline?
> > > > > >
> > > > > > I am working on USB DFU on AM335x BeagleBone, and I want
> > > > > > help get USB DFU to mainline.
(Continue reading)

Tom Rini | 19 Jun 2012 16:27
Picon
Favicon
Gravatar

Re: USB DFU support into mailline.

On 06/19/2012 01:56 AM, Lukasz Majewski wrote:
> Hi Tom,
> 
> Thank you for feedback.
> 
>> On Mon, Jun 18, 2012 at 04:12:50PM +0200, Lukasz Majewski wrote:
>>>
>>> Hi Harman,
>>>
>>>>> -----Original Message-----
>>>>> From: Lukasz Majewski [mailto:l.majewski <at> samsung.com]
>>>>> Sent: Monday, June 18, 2012 2:25 PM
>>>>> To: Marek Vasut
>>>>> Cc: u-boot <at> lists.denx.de; Sohanpal, Harman; Kyungmin Park
>>>>> Subject: Re: [U-Boot] USB DFU support into mailline.
>>>>>
>>>>> Dear All,
>>>>>
>>>>>> Dear Sohanpal, Harman,
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Referring to
>>>>>>> http://elinux.org/Merge_DFU_support_into_mainline_U-Boot, it
>>>>>>> seems some work is going on for adding USB DFU support in
>>>>>>> the mainline for u-boot. But I could not find any code
>>>>>>> already in mainline. Is there anyone working on getting USB
>>>>>>> DFU support to mainline?
>>>>>>>
>>>>>>> I am working on USB DFU on AM335x BeagleBone, and I want
(Continue reading)


Gmane