X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=conf%2Fmachine%2Fat32stk1000.conf;h=d821d661a94afcbe73334c1609a63253bddf2499;hb=bbc60831eef779924e0d133475f02a7875b8cb2d;hp=4c3112df78f1350b61d11f2b9cf99d3dfc65ff42;hpb=b20edcd38445574cbdd667d5e82fb59572e4cab2;p=vuplus_openembedded diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 4c3112d..d821d66 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -2,10 +2,10 @@ #@Name: Atmel STK1000 AVR32AP7000 Development Platform #@DESCRIPTION: Atmel STK1000 AVR32AP7000 Development Platform - TARGET_ARCH = "avr32" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.28" PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 @@ -14,13 +14,20 @@ USE_VT = "0" MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen" # used by sysvinit_2 -SERIAL_CONSOLE = "115200" +SERIAL_CONSOLE = "115200 ttyS0" # used by some images +IMAGE_FSTYPES ?= "tar.bz2 jffs2" ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot = "1.1.4" +PREFERRED_VERSION_u-boot = "2009.01" + +UBOOT_MACHINE = "atstk1002_config" +UBOOT_ENTRYPOINT = "0x90000000" +UBOOT_LOADADDRESS = "0x10000000" + +require conf/machine/include/tune-at32ap7000.inc