Re: [U-Boot] [PATCH] usb:composite:fix Provide function data when addressing device with only one interface

2013-06-27 Thread Tormod Volden
ese comments whether the smaller packet size caused errors in your implementation, or if the problem was just reduced performance. Best regards, Tormod Volden ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] A proposal/hack for an efficient USB DFU for linux based boards

2014-03-15 Thread Tormod Volden
[Cc'ing the dfu-util list instead of myself, full thread on http://u-boot.10912.n7.nabble.com/A-proposal-hack-for-an-efficient-USB-DFU-for-linux-based-boards-td175319.html#a175947] On Fri, Mar 14, 2014 at 11:42 AM, Krishna Pattabiraman wrote: > >On Fri, Mar 14, 2014 at 9:52 AM, Lukasz Majewski wro

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-07-16 Thread Tormod Volden
On Tue, Jul 16, 2013 at 5:35 PM, Lukasz Majewski wrote: > The end step would be to extend dfu-util to support -C switch, which > would allow to send u-boot command quoted as text: > > dfu-util -aN -C "reset" Instead of adding a new, rather u-boot specific option to dfu-util, would implementation o

Re: [U-Boot] [RFC][DFU] Unification of dfu_alt_info alt settings description + command execution

2013-07-17 Thread Tormod Volden
On Wed, Jul 17, 2013 at 4:34 PM, Lukasz Majewski wrote: > _As a side note:_ > > I'm now developing proof-of-concept idea of executing set of commands > sent to u-boot by dfu-util [***]. > > Rationale for this is the lack of ability to reset u-boot after sending > data to u-boot via DFU. dfu-util ha

Re: [U-Boot] [PATCH 3/3] dfu: Introduction of the "dfu_checksum_method" env variable for checksum method setting

2014-03-31 Thread Tormod Volden
On Mon, Mar 31, 2014 at 10:44 PM, Lukasz Majewski wrote: > The DFU 1.1 standard in its appendinx B specifies the DFU suffix. It has > the crc32 for the whole file, vendorID, device ID and other handy > fields. > > Unfortunately, this part of the standard is not supported neither at > dfu implementa

Re: [U-Boot] [PATCH] dfu:tests: Modify dfu_gadget_test.sh to accept USB device major:minor number

2015-08-13 Thread Tormod Volden
On Wed, Aug 12, 2015 at 11:44 PM, Lukasz Majewski wrote: > In the dfu-util it is possible to set major:minor number by unsing -d flag > (-d 0451:d022). > Such option is very handy when many DFU devices are connected to a single > host PC. This commit allows testing when above situation emerges. >

Re: [U-Boot] [PATCH 1/8] doc: dfu: tftp: README entry for TFTP extension of DFU

2015-07-20 Thread Tormod Volden
On Mon, Jul 20, 2015 at 9:17 PM, Joe Hershberger wrote: > On Mon, Jul 20, 2015 at 1:59 PM, Lukasz Majewski wrote: >>> >> Is thor not faster than DFU? >>> > >>> > Yes, it is. However, DFU is standardized (which is despite of its >>> > low speed its huge advantage) - thor not. >>> > >>> >> >>> >> It