diff options
author | Dieter Thimm <dthimm@gmx.de> | 2009-06-13 01:19:06 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-19 22:38:07 +0200 |
commit | 4229c7118238b54c2b221ca65522bbf4780eea53 (patch) | |
tree | 72bea6d035ea5597a9b6354d84996419b1e41532 /conf/machine | |
parent | 715ccad5fe7ebf50661b8787a17091a76474a5fa (diff) |
This is the Boardfile, defconfig, Kerneldiff and adapted bb file for the new tx25 ka-ro Board.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/tx25.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/tx25.conf b/conf/machine/tx25.conf new file mode 100644 index 0000000000..92a8fef3df --- /dev/null +++ b/conf/machine/tx25.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@Name: KARO TX25 +#@DESCRIPTION: Machine configuration for Freescale i.MX25 based Karo TX25 + baseboard + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget screen camera" + +GUI_MACHINE_CLASS = "bigscreen" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.30" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +XSERVER = "xserver-kdrive-fbdev" + +require conf/machine/include/tune-arm926ejs.inc + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttymxc0" + +ROOT_FLASH_SIZE = "128" + +IMAGE_FSTYPES ?= "jffs2" + +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n \ + --pad ; sumtool --eraseblock=0x20000 -n \ + --littleendian --pad \ + -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" |