From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 19 Dec 2012 16:47:12 -0600 Subject: [U-Boot] split nand writes In-Reply-To: <50D1E085.4010904@nedap.com> (from jaap.dejong@nedap.com on Wed Dec 19 09:43:01 2012) Message-ID: <1355957232.12062.12@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/19/2012 09:43:01 AM, Jaap de Jong wrote: > Hi All, > suppose the image I want to flash is bigger than the available ram in > the unit. > Is there a way to copy the image f.i. in pieces into the flash? > nand write should have a 'continue on last block' option for that > purpose. Something like that would be nice. These patches are relevant: http://patchwork.ozlabs.org/patch/204939/ http://patchwork.ozlabs.org/patch/204940/ -Scott