Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-08 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/08/2013 04:59 AM, Sumit Gemini wrote: > HI Lukasz, > > I am using spi nor flash, and may i know the fixes which you > fixed, and all changes. because i am facing problem only in > upload. This means you are not using mainline, as we do not have

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-08 Thread Sumit Gemini
HI Lukasz, I am using spi nor flash, and may i know the fixes which you fixed, and all changes. because i am facing problem only in upload. Please help me in this issue. Thanks ~Sumit On Mon, Jul 8, 2013 at 11:52 AM, Lukasz Majewski wrote: > On Sun, 07 Jul 2013 12:13:48 +0530, Sumit

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-07 Thread Lukasz Majewski
On Sun, 07 Jul 2013 12:13:48 +0530, Sumit Gemini wrote: Hi Sumit, > HI All, >May i know how DFU upload functionality resolved as still i am > facing problem, when i tried to upload binaries from dfu devices it > copied only 4kb images and shoes upload done. >From what medium do you copy? Is

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-06 Thread Sumit Gemini
HI All, May i know how DFU upload functionality resolved as still i am facing problem, when i tried to upload binaries from dfu devices it copied only 4kb images and shoes upload done. Please give me pointer to solution of this problem Regards ~Sumit Gemini On Fri, Jul 5, 2013 at 8:55 PM, L

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-05 Thread Lukasz Majewski
On Fri, 05 Jul 2013 16:32:03 +0200, Marek Vasut wrote: Hi, > Dear Tom Rini, > > > On 07/05/2013 09:55 AM, Marek Vasut wrote: > > > Dear Tom Rini, > > > > > >> On Wed, Jul 03, 2013 at 11:49:20PM +0200, Marek Vasut wrote: > > >>> Dear Tom Rini, > > >>> > > On Fri, Jun 28, 2013 at 06:41:50PM

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-05 Thread Marek Vasut
Dear Tom Rini, > On 07/05/2013 09:55 AM, Marek Vasut wrote: > > Dear Tom Rini, > > > >> On Wed, Jul 03, 2013 at 11:49:20PM +0200, Marek Vasut wrote: > >>> Dear Tom Rini, > >>> > On Fri, Jun 28, 2013 at 06:41:50PM +0200, ??ukasz Majewski > > wrote: > > For the first eMMC read

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-05 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2013 09:55 AM, Marek Vasut wrote: > Dear Tom Rini, > >> On Wed, Jul 03, 2013 at 11:49:20PM +0200, Marek Vasut wrote: >>> Dear Tom Rini, >>> On Fri, Jun 28, 2013 at 06:41:50PM +0200, ??ukasz Majewski wrote: > For the first eMMC

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-05 Thread Marek Vasut
Dear Tom Rini, > On Wed, Jul 03, 2013 at 11:49:20PM +0200, Marek Vasut wrote: > > Dear Tom Rini, > > > > > On Fri, Jun 28, 2013 at 06:41:50PM +0200, ??ukasz Majewski wrote: > > > > For the first eMMC read of data for upload, use the "large" dfu_buf > > > > (now configurable) instead of usb reques

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-05 Thread Tom Rini
On Wed, Jul 03, 2013 at 11:49:20PM +0200, Marek Vasut wrote: > Dear Tom Rini, > > > On Fri, Jun 28, 2013 at 06:41:50PM +0200, ??ukasz Majewski wrote: > > > For the first eMMC read of data for upload, use the "large" dfu_buf (now > > > configurable) instead of usb request buffer allocated at compos

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-03 Thread Marek Vasut
Dear Tom Rini, > On Fri, Jun 28, 2013 at 06:41:50PM +0200, ??ukasz Majewski wrote: > > For the first eMMC read of data for upload, use the "large" dfu_buf (now > > configurable) instead of usb request buffer allocated at composite layer > > (which is 4KiB) [*]. > > > > For eMMC the whole file is

Re: [U-Boot] [U-Boot, 2/2] dfu:ext4:fix Fix DFU upload functionality

2013-07-03 Thread Tom Rini
On Fri, Jun 28, 2013 at 06:41:50PM +0200, ??ukasz Majewski wrote: > For the first eMMC read of data for upload, use the "large" dfu_buf (now > configurable) instead of usb request buffer allocated at composite layer > (which is 4KiB) [*]. > > For eMMC the whole file is read, which usually is larg