From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul B. Henson Date: Mon, 29 Apr 2013 13:33:20 -0700 Subject: [U-Boot] u-boot UBI support In-Reply-To: References: <20130429044125.GG4847@bender.unx.csupomona.edu> Message-ID: <517ED910.8040104@acm.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/29/2013 1:57 AM, Sascha Silbe wrote: >> UBIFS error (pid 0): ubifs_get_sb: cannot open "recovery", error -22 >> UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume >> 'recovery' errno=-22! > > Try increasing CONFIG_SYS_MALLOC_LEN, e.g. to 4MiB. That fixed it for me > on a different board. I saw a couple of threads about that, but they looked like different problems. Couldn't hurt to try though and see what happens, thanks for the suggestion?