Advertisement
Guest User

Untitled

a guest
May 21st, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #@TYPE: Machine
  2. #@Name: Atmel AT91SAM9G20EK Development Platform
  3. #@DESCRIPTION: Machine configuration for the at91sam9g20ek development board with a at91sam9g20 processor
  4.  
  5. TARGET_ARCH = "arm"
  6.  
  7. PREFERRED_PROVIDER_virtual/kernel = "linux"
  8. PREFERRED_VERSION_linux = "2.6.28"
  9.  
  10. KERNEL_IMAGETYPE = "uImage"
  11. UBOOT_MACHINE = "at91sam9g20ek_config"
  12.  
  13. PREFERRED_VERSION_at91bootstrap = "2.10"
  14.  
  15. #don't try to access tty1
  16. USE_VT = "0"
  17.  
  18. MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
  19. EXTRA_IMAGEDEPENDS += "at91bootstrap u-boot"
  20.  
  21. # used by sysvinit_2
  22. SERIAL_CONSOLE = "115200 ttyS0"
  23. IMAGE_FSTYPES ?= "jffs2"
  24. EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
  25.  
  26. require conf/machine/include/tune-arm926ejs.inc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement