Module: meta-ti Branch: master Commit: 243b85e8dac0d32847c648181c5466ecbc79bfc7 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=243b85e8dac0d32847c648181c5466ecbc79bfc7
Author: Denys Dmytriyenko <[email protected]> Date: Sat Feb 18 19:21:04 2017 -0500 conf/machine: bump max_leb_cnt for am3 Previous commit meant to increase it more than just by 200... 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 841e4d2..86a828c 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf @@ -26,7 +26,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" # UBI: logical eraseblock size: 126976 bytes # from ubiattach stdout: # UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 6200" +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 7000" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg: -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
