From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 14 Dec 2015 02:25:24 +0100 Subject: [U-Boot] [PATCH 1/6] arm: socfpga: cyclone5-socdk: Enabling mtd partitioning layout In-Reply-To: <1450056152.1855.18.camel@altera.com> References: <1449825353-2568-1-git-send-email-clsee@altera.com> <201512140158.04498.marex@denx.de> <1450056152.1855.18.camel@altera.com> Message-ID: <201512140225.24933.marex@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 On Monday, December 14, 2015 at 02:22:32 AM, Chin Liang See wrote: [..] > > > After grabbing a coffee > > > > That's a good idea, though I think I will make do with a green tea > > (??). > > Yeah, beside green tea, genmaicha (???) is one of my top choice too. :) The one with baked rice in it, right ? I love that as well :) > > > and rethinking, we can have 2 MTD_PARTITION > > > where one for backward compatiblity (supporting raw) while another > > > for > > > UBI. > > > > > > MTDPARTS_RAW > > > 256k(spl), > > > 256k(env), > > > 15872k(boot), > > > -(rootfs) > > > > > > MTDPARTS_UBI > > > 256k(spl), > > > 256k(env), > > > -(UBI) > > > > > > We should make UBI as default then. If user care about backward > > > compatiblity, they shall use the MTDPARTS_RAW then. > > > > Try this: > > > > mtdparts=1m(u-boot),256k(env1),256k(env2),14848k(boot),112m(root), > > - at 1536k(UBI) > > > > This will create overlapping partitions "boot,root" and "UBI" . > > Nice, let me give it a try. Make sure to test it in Linux too ;-) Best regards, Marek Vasut