From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 28 May 2013 07:50:46 +0200 Subject: [U-Boot] dfu: dfu and UBI Volumes In-Reply-To: <20130527233735.GZ17119@bill-the-cat> References: <20130524171213.GT17119@bill-the-cat> <51A1B522.2050405@denx.de> <20130527090254.5071e4fd@amdc308.digital.local> <51A30B24.8080405@denx.de> <806D7741-02D5-4D95-9A66-E492ED30A4B1@antoniou-consulting.com> <51A30F34.7030603@denx.de> <20130527162551.65FFD380E6A@gemini.denx.de> <7E1B5EF8-454B-4AD4-A49F-D5752EA7036C@antoniou-consulting.com> <20130527204127.GY17119@bill-the-cat> <20130527212552.C08F2380E6A@gemini.denx.de> <20130527233735.GZ17119@bill-the-cat> Message-ID: <20130528055046.4258C38116A@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, In message <20130527233735.GZ17119@bill-the-cat> you wrote: > > > Where exactly is this 8 MB limit coming into play? > > In buffering the data. We cannot write a chunk of a file to a > filesystem and then append to it, we don't have the API today. Sorry, I still don't get it. Assuming I have a GiB of RAM, why can I not load a 256 MiB file to RAM, and then write it to a file system? I have definitely dealt with images and files bigger than 8 MiB in thepast, so I really don't see where any buffer problem could be. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de No question is too silly to ask. Of course, some questions are too silly to to answer... - L. Wall & R. L. Schwartz, _Programming Perl_