From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Engel Date: Wed, 7 Sep 2005 12:30:53 +0200 Subject: [U-Boot-Users] mtdparts In-Reply-To: <20050907082946.GA19256@orphique> References: <20050906180248.GA5160@orphique> <20050906194708.B3F64352B3A@atlas.denx.de> <20050907082946.GA19256@orphique> Message-ID: <20050907123053.0000449b@idefix> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 7 Sep 2005 10:29:46 +0200 Ladislav Michl wrote: > [...] >flashargs=run setpart; fixroot; setenv bootargs $bootargs \ > root=/dev/mtdblock$partition ro rootfstype=jffs2 >fboot=run flashargs;fsload;bootm > [...] > >In case I'm the only one who needs something like this, I'm perfectly >fine with my current solution. You're not the only one. I'm using a nearly identical approach here. Regards, Andreas