From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] ubi part failing on NAND
Date: Fri, 18 Dec 2009 13:41:04 +0100 [thread overview]
Message-ID: <200912181341.04646.sr@denx.de> (raw)
In-Reply-To: <2daf59620912180435u1c0331b2m57de65ed11cbfea9@mail.gmail.com>
On Friday 18 December 2009 13:35:26 hedwin wrote:
> Jeff, what is the size of your allocateble memory. Had to increase it to
> 4MB to get it working.
I've got 1MByte for my test on Kilauea. This should be enough. There
is already a compile-time check in the UBI code:
#if (CONFIG_SYS_MALLOC_LEN < (512 << 10))
#error Malloc area too small for UBI, increase CONFIG_SYS_MALLOC_LEN to >= 512k
#endif
Please let me know if this really is not enough. But for me, 1MB is working.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
next prev parent reply other threads:[~2009-12-18 12:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-17 21:09 [U-Boot] ubi part failing on NAND Jeff Angielski
2009-12-18 8:16 ` Stefan Roese
2009-12-18 12:35 ` hedwin
2009-12-18 12:41 ` Stefan Roese [this message]
2009-12-18 15:07 ` Jeff Angielski
2009-12-19 12:56 ` hedwin
2009-12-21 10:02 ` Stefan Roese
2009-12-18 14:47 ` Jeff Angielski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200912181341.04646.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.