diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-05-14 18:00:54 +0400 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-05-14 18:00:54 +0400 |
commit | cfbb95b3bb62ce2ada4fdd7897a0af0a38b4b628 (patch) | |
tree | 79040e1fb929da52fd6e014468c7eea2e2464288 /conf/machine/micro2440.conf | |
parent | d02457b03abe27767741f709a461e8d46294dd01 (diff) | |
parent | b530076ad1209bceed621eec39e82397732afd6e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into afeb9260-tmp
Diffstat (limited to 'conf/machine/micro2440.conf')
-rw-r--r-- | conf/machine/micro2440.conf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 5c8da70e68..f46d4f5822 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -5,8 +5,15 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.29" -# used by sysvinit_2 +# This is not necessarily true, there is a 800x480 display as well +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "110" + +# used by sysvinit SERIAL_CONSOLE = "115200 ttySAC0" IMAGE_FSTYPES = "jffs2 tar.gz" @@ -16,4 +23,8 @@ MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa eth require conf/machine/include/tune-arm920t.inc KERNEL_IMAGETYPE = "uImage" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -n" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -n \ + ; sumtool -e16KiB --no-cleanmarkers \ + --littleendian --pad \ + -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" |