From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Thu, 4 Jun 2009 11:07:40 +0200 Subject: [U-Boot] UBI on NAND flash again In-Reply-To: <200906041015.30536.sr@denx.de> References: <20090603180551.GL26160@buzzloop.caiaq.de> <200906040856.51774.sr@denx.de> <20090604080655.GY26148@buzzloop.caiaq.de> <200906041015.30536.sr@denx.de> Message-ID: <20090604090740.GD26688@buzzloop.caiaq.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 Thu, Jun 04, 2009 at 10:15:30AM +0200, Stefan Roese wrote: > > Hmm. That still doesn't work for me, and I still wonder about the > > 'attaching mtd1 to ubi0' string, which looks like a mismatch to me. > > I would have to check in more details here. But I'm pretty sure this is not > the reason for your failure. Here a log from one of mine UBI systems: Oh well - you're right. The code failed in vmalloc() due to a too small CONFIG_SYS_MALLOC_LEN which I needed to augment to 512kB. The 'mtd1' totally mislead me. Sorry for the noise, and thanks for your help :) Daniel