1
#@TYPE: Machine
2
#@NAME: OMAP3 based Archos 5
3
#@DESCRIPTION: Machine configuration for the Archos 5 (Gen6)
4
5
TARGET_ARCH = "arm"
6
require conf/machine/include/omap3.inc
7
8
ASSUME_PROVIDED += "u-boot"
9
10
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
11
XSERVER = "xserver-xorg \
12
           xf86-input-evdev \
13
           xf86-input-mouse \
14
           xf86-input-tslib \
15
           xf86-video-omapfb \
16
           xf86-input-keyboard"
17
18
#What is the correct one, both seem in use?
19
MACHINE_GUI_CLASS = "bigscreen"
20
GUI_MACHINE_CLASS = "bigscreen"
21
22
#800 * 480 Widescreen
23
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
24
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
25
26
KERNEL_IMAGETYPE = "zImage"
27
28
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-archos"
29
30
# Ship all kernel modules
31
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
32
33
IMAGE_FSTYPES += "tar.bz2"
34
EXTRA_IMAGECMD_jffs2 = "-lnp "
35
36
SERIAL_CONSOLE = "115200 ttyS2"
37
38
CMDLINE = "root=/dev/sda1 rw init=/sbin/init console=ttyS2,115200n8 mem=128M nohz=off omapfb.vram=3686400"
39
40
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen wifi"