Re: [U-Boot] [U-Boot, v3] FAT: Make it possible to read from any file position

2012-09-28 Thread Tom Rini
On Fri, Sep 28, 2012 at 09:34:42AM -0600, Stephen Warren wrote: > On 09/28/2012 05:32 AM, Beno??t Th??baudeau wrote: > > Hi Tom, > > > > On Thursday, September 27, 2012 6:20:55 PM, Tom Rini wrote: > >> On Tue, Sep 18, 2012 at 08:14:56AM -, Beno?t Th?baudeau wrote: > >> > >>> When storage devic

Re: [U-Boot] [U-Boot, v3] FAT: Make it possible to read from any file position

2012-09-28 Thread Stephen Warren
On 09/28/2012 05:32 AM, Benoît Thébaudeau wrote: > Hi Tom, > > On Thursday, September 27, 2012 6:20:55 PM, Tom Rini wrote: >> On Tue, Sep 18, 2012 at 08:14:56AM -, Beno?t Th?baudeau wrote: >> >>> When storage devices contain files larger than the embedded RAM, it >>> is useful to >>> be able t

Re: [U-Boot] [U-Boot, v3] FAT: Make it possible to read from any file position

2012-09-28 Thread Benoît Thébaudeau
Hi Tom, On Thursday, September 27, 2012 6:20:55 PM, Tom Rini wrote: > On Tue, Sep 18, 2012 at 08:14:56AM -, Beno?t Th?baudeau wrote: > > > When storage devices contain files larger than the embedded RAM, it > > is useful to > > be able to read these files by chunks, e.g. for a software update

Re: [U-Boot] [U-Boot, v3] FAT: Make it possible to read from any file position

2012-09-27 Thread Tom Rini
On Tue, Sep 18, 2012 at 08:14:56AM -, Beno?t Th?baudeau wrote: > When storage devices contain files larger than the embedded RAM, it is useful > to > be able to read these files by chunks, e.g. for a software update to the > embedded NAND Flash from an external storage device (USB stick, SD c