]> git.kernelconcepts.de Git - meta-tx09.git/commitdiff
Configuration for TopasA900 with UBI support.
authorFlorian Boor <florian@kernelconcepts.de>
Thu, 30 May 2013 12:04:53 +0000 (14:04 +0200)
committerFlorian Boor <florian@kernelconcepts.de>
Thu, 30 May 2013 12:04:53 +0000 (14:04 +0200)
conf/machine/topasa900.conf [new file with mode: 0644]

diff --git a/conf/machine/topasa900.conf b/conf/machine/topasa900.conf
new file mode 100644 (file)
index 0000000..841333d
--- /dev/null
@@ -0,0 +1,25 @@
+#@TYPE: Machine
+#@NAME: Topas A900
+#@DESCRIPTION: Toshiba Topas A900 evalkit
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-arm926ejs.inc
+
+KERNEL_IMAGETYPE = "uImage"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+MACHINE_DISPLAY_WIDTH_PIXELS = "320"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
+MACHINE_DISPLAY_ORIENTATION = "0"
+MACHINE_DISPLAY_PPI = "110"
+MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost vfat screen touchscreen"
+#XSERVER = "xserver-kdrive-fbdev"
+#PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-tx09"
+
+MKUBIFS_ARGS = "-m 2048 -e 126KiB -c 2048"
+UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
+
+IMAGE_FSTYPES ?= "ubi"
+UBI_VOLNAME = "rootfs"