From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hodaszi Date: Tue, 01 Feb 2011 13:25:25 +0100 Subject: [U-Boot] Flashing ubinize image under U-Boot Message-ID: <4D47FBB5.5070101@digi.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I would like to support UBI under U-Boot. I could successfully flash a raw UBIFS image with the "ubi write" command, and also a UBI (ubinize) image with the nand write command. So it's working well. But in the second case, I will loose all existing information (e.g. the erase counters). Under Linux, there's the "ubiformat" application, which can flash this image, while preserves the existing informations. Does the U-Boot support flashing UBI (ubinize) images on the same way (preserving partition informations)? Or if not, then is there any plan to extend the "ubi write" to support the ubinize images?