Module: meta-ti Branch: danny Commit: bbf54c833d655c5f7caba35d154f83907de5aa01 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bbf54c833d655c5f7caba35d154f83907de5aa01
Author: Chase Maupin <[email protected]> Date: Fri Nov 16 10:53:55 2012 -0600 am335x-evm: Increase UBI max size to 500MB * Based on the EVM and beaglebone + NAND memory cape we can increase the base file system size to 500MB since by default there is about 504MB of space allocated to the file system partition in the NAND. * The max size in LEBs was determined using the formula at http://processors.wiki.ti.com/index.php/UBIFS_Support Signed-off-by: Chase Maupin <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/am335x-evm.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 762f787..cd30594 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -28,7 +28,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" # UBI: logical eraseblock size: 126976 bytes # from ubiattach stdout: # UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 1988" +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg: _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
