[Bug 3738] RFC: u-boot for zaurus c7x0 and akita

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Sat Aug 16 14:48:35 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=3738





--- Comment #36 from ant <andrea.adami at gmail.com>  2008-08-16 16:48:35 ---
Well, rethinking again tehre is a problem with the older zaurus models with
less flash and only 25mb of rootfs size.

c7x0.conf
...
 ROOT_FLASH_SIZE = "25"
# yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't
make a special image for it.
...


this should read: 
...
# ZAURUS c7x0 ROOT SIZE (/dev/mtd2)
# corgi || shepherd  25M
# husky || boxer     53M

ROOT_FLASH_SIZE = "25"

# yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs, but
we don't make a special image for it.
...


If we want to use this variable we ccould specify the megabytes instead of the
kilobytes

eg. mtdparts=sharpsl-nand-0:7168k(smf),${ROOT_FLASH_SIZE}M(root),-(home);

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list