[meta-ti] [PATCH v2] keystone-evm: Update NAND size to 512 MB

Sam Nelson sam.nelson at ti.com
Fri Mar 7 13:53:22 PST 2014


- The keystone-evm actually has 512 MB Nand
   ( Changing from previous size of 128 MB)
- LEB calculated with reserved 10 MB for boot and 20 MB
  for receovery image

Signed-off-by: Sam Nelson <sam.nelson at ti.com>

---
* Corrected actual size from 256 MB to 512 MB
* Reverted back Erase block size
---
---
 conf/machine/keystone-evm.conf |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index c878d52..088e524 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -15,9 +15,8 @@ SYSVINIT_ENABLED_GETTYS = ""
 # UBI: smallest flash I/O unit:    2048
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
-# UBI device number 0, total 857 LEBs
-# MKUBIFS_ARGS = "-m 2048 -e 129024 -c 857"
-MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 857"
+# UBI device number 0, total 3856 LEBs
+MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856"
 
 # do ubiattach /dev/ubi_ctrl -m 4
 # from dmesg:
-- 
1.7.9.5



More information about the meta-ti mailing list