aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-08-30 09:49:28 +0200
committerKoen Kooi <k-kooi@ti.com>2010-08-30 09:49:28 +0200
commitf4de7c054a17fed30ad358edad1f0b2e14e29e7d (patch)
treec25caead94f7bc8dea0f1dff0225fea023291401
parentba990688f20b9c86a480356b3412aaf57829360e (diff)
downloadopenembedded-f4de7c054a17fed30ad358edad1f0b2e14e29e7d.tar.gz
hawkboard, da850-omapl138-evm: change UBI parameters after kernel patchtesting_2010-08-30
* sub-page size needs some looking at
-rw-r--r--conf/machine/da850-omapl138-evm.conf26
-rw-r--r--conf/machine/hawkboard.conf6
2 files changed, 16 insertions, 16 deletions
diff --git a/conf/machine/da850-omapl138-evm.conf b/conf/machine/da850-omapl138-evm.conf
index 85a4ba0848..64eace2ec8 100644
--- a/conf/machine/da850-omapl138-evm.conf
+++ b/conf/machine/da850-omapl138-evm.conf
@@ -12,18 +12,18 @@ UBOOT_LOADADDRESS = "0xc0008000"
MACHINE_FEATURES = "kernel26 serial ethernet"
# do ubiattach /dev/ubi_ctrl -m 4
-# From dmesg:
-# UBI: smallest flash I/O unit: 2048
-# UBI: logical eraseblock size: 129024 bytes
-# from ubiattach stdout:
-# UBI device number 0, total 971 LEBs (125282304 bytes, 119.5 MiB), available 958 LEBs
-MKUBIFS_ARGS = "-m 2048 -e 129024 -c 950"
-
-# do ubiattach /dev/ubi_ctrl -m 4
-# from dmesg:
-# UBI: smallest flash I/O unit: 2048
-# UBI: physical eraseblock size: 131072 bytes (128 KiB)
-# UBI: sub-page size: 512
-UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
+# # From dmesg:
+# # UBI: smallest flash I/O unit: 2048
+# # UBI: logical eraseblock size: 126976 bytes
+# # from ubiattach stdout:
+# # UBI device number 0, total 971 LEBs (123293696 bytes, 117.6 MiB), available 958 LEBs (121643008 bytes, 116.0 MiB), LEB size 126976 bytes (124.0 KiB)
+# MKUBIFS_ARGS = "-m 2048 -e 126976 -c 948"
+#
+# # do ubiattach /dev/ubi_ctrl -m 4
+# # from dmesg:
+# # UBI: smallest flash I/O unit: 2048
+# # UBI: physical eraseblock size: 131072 bytes (128 KiB)
+# # UBI: sub-page size: 512
+# UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
SERIAL_CONSOLE = "115200 ttyS2"
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf
index 9a1443f4e3..b6e7f2d0fe 100644
--- a/conf/machine/hawkboard.conf
+++ b/conf/machine/hawkboard.conf
@@ -14,10 +14,10 @@ MACHINE_FEATURES = "kernel26 serial ethernet ide screen"
# do ubiattach /dev/ubi_ctrl -m 4
# From dmesg:
# UBI: smallest flash I/O unit: 2048
-# UBI: logical eraseblock size: 129024 bytes
+# UBI: logical eraseblock size: 126976 bytes
# from ubiattach stdout:
-# UBI device number 0, total 971 LEBs (125282304 bytes, 119.5 MiB), available 958 LEBs
-MKUBIFS_ARGS = "-m 2048 -e 129024 -c 950"
+# UBI device number 0, total 971 LEBs (123293696 bytes, 117.6 MiB), available 958 LEBs (121643008 bytes, 116.0 MiB), LEB size 126976 bytes (124.0 KiB)
+MKUBIFS_ARGS = "-m 2048 -e 126976 -c 948"
# do ubiattach /dev/ubi_ctrl -m 4
# from dmesg: