From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Tue, 30 Sep 2014 12:19:52 +0100 Subject: [U-Boot] UBI issues on SAMA5D31 NOR flash In-Reply-To: <542A7992.6060802@denx.de> References: <009101cfdc04$16a621c0$43f26540$@pont@sdcsystems.com> <542A33F6.9030509@denx.de> <005501cfdc8d$a0e18f30$e2a4ad90$@pont@sdcsystems.com> <542A7992.6060802@denx.de> Message-ID: <003101cfdca0$7ab760b0$70262210$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Heiko, > Hmm.. I thought to see something like this: > > "too large reserved_pebs %d, good PEBs %d" > > I am not familiar with this HW ... I think, you have to debug into it Changing the dbg_err() to ubi_err() and also adding a bit more output then I get: UBI error: vtbl_check: reserved_pebs 81, ubi->good_peb_count 80 UBI error: vtbl_check: too large reserved_pebs, good PEBs 80 Use of UBI is new to me so where are the PEBs configured? Thanks, Andy.