diff options
author | Sam Nelson <sam.nelson@ti.com> | 2014-03-08 03:53:22 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-03-25 17:07:09 -0400 |
commit | c260e8440b90aa8040b3ebf2d8bca3c7aab22238 (patch) | |
tree | 3f5c2ec3143569e3f02f52dcf7c970af0d07f4d4 /conf/machine | |
parent | b7d07640adff0f4dd472fa139292a5fd7d58dca4 (diff) | |
download | meta-ti-c260e8440b90aa8040b3ebf2d8bca3c7aab22238.tar.gz |
keystone-evm: Update NAND size to 512 MB
- 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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/keystone-evm.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf index c878d522..088e524a 100644 --- a/conf/machine/keystone-evm.conf +++ b/conf/machine/keystone-evm.conf | |||
@@ -15,9 +15,8 @@ SYSVINIT_ENABLED_GETTYS = "" | |||
15 | # UBI: smallest flash I/O unit: 2048 | 15 | # UBI: smallest flash I/O unit: 2048 |
16 | # UBI: logical eraseblock size: 126976 bytes | 16 | # UBI: logical eraseblock size: 126976 bytes |
17 | # from ubiattach stdout: | 17 | # from ubiattach stdout: |
18 | # UBI device number 0, total 857 LEBs | 18 | # UBI device number 0, total 3856 LEBs |
19 | # MKUBIFS_ARGS = "-m 2048 -e 129024 -c 857" | 19 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856" |
20 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 857" | ||
21 | 20 | ||
22 | # do ubiattach /dev/ubi_ctrl -m 4 | 21 | # do ubiattach /dev/ubi_ctrl -m 4 |
23 | # from dmesg: | 22 | # from dmesg: |