conf/machine/: fix configuration for Strongarm devices
[vuplus_openembedded] / conf / machine / h3600.conf
1 #@TYPE: Machine
2 #@NAME: Compaq iPAQ 36xx,Compaq iPAQ 37xx,Compaq iPAQ 38xx
3 #@DESCRIPTION: Machine configuration for the Compaq iPAQ 36xx, Compaq iPAQ 37xx and Compaq iPAQ 38xx devices
4
5 #
6 # Hardware-based properties
7 #
8 TARGET_ARCH = "arm"
9 PACKAGE_EXTRA_ARCHS = "armv4 "
10
11 require conf/machine/include/tune-strongarm1100.inc
12
13 # h3700, h3800 have 32, but let that be the bonus
14 ROOT_FLASH_SIZE = "16"
15 # h3630 have 32Mb only
16 VOLATILE_STORAGE_SIZE = "64"
17 MACHINE_GUI_CLASS = "smallscreen"
18 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
19 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
20 MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen vfat"
21
22 #
23 # Software/packages selection
24 #
25 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
26 PCMCIA_MANAGER = "pcmciautils"
27 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
28
29 MACHINE_EXTRA_RDEPENDS = "ipaq-boot-params"
30 MACHINE_EXTRA_RRECOMMENDS = "\
31                              kernel-module-micro"
32
33 EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME}  ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
34
35 #
36 # Modules autoload and other boot properties
37 #
38 SERIAL_CONSOLE = "115200 ttySA0 vt100"
39 USE_VT = "0"