aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ben-nanonote.conf
diff options
context:
space:
mode:
authorApelete Seketeli <apelete@seketeli.net>2013-03-14 10:47:52 +0100
committerApelete Seketeli <apelete@seketeli.net>2013-03-14 10:47:52 +0100
commit91052aa8adea176d1ecb46e6b458a576938e0e8e (patch)
tree44c07c766ea939f6aba7f12d12b269b79eceb22f /conf/machine/ben-nanonote.conf
parenteeb28b0ec8649e185a2314ae49874486b793397c (diff)
downloadopenembedded-91052aa8adea176d1ecb46e6b458a576938e0e8e.tar.gz
jlime-2010.1: build ubi image for ben-nanonote machine2011.03-maintenance
Build a ubi image for the ben-nanonote machine when using the jlime-2010.1 distro. The resulting image is ready to use and fully functionnal. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
Diffstat (limited to 'conf/machine/ben-nanonote.conf')
-rw-r--r--conf/machine/ben-nanonote.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index fd4aba48f8..e92992d1a5 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -13,6 +13,18 @@ KERNEL_IMAGETYPE = "vmlinux.bin"
IMAGE_FSTYPES ?= "jffs2"
+# do ubiattach /dev/ubi_ctrl -m 2
+# From dmesg:
+# UBI: physical eraseblock size: 524288 bytes (512 KiB)
+# UBI: logical eraseblock size: 516096 bytes
+# UBI: smallest flash I/O unit: 4096
+# UBI: VID header offset: 4096 (aligned 4096)
+# UBI: data offset: 8192
+MKUBIFS_ARGS = "-m 4096 -e 516096 -c 4095"
+UBINIZE_ARGS = "-m 4096 -p 512KiB"
+
+EXTRA_IMAGECMD_ubi = "; echo vol_alignment=1 >> ubinize.cfg"
+
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"