Blame view

conf/machine/imx7d2gsmarc.conf 1.83 KB
896cb4389   Eric Lee   Yocto rocko meta ...
1
2
3
4
5
6
7
8
9
10
11
12
  #@TYPE: Machine
  #@NAME: Embedian i.MX7D SMARC-FiMX7 SMARC 2.0 Module
  #@SOC: i.MX7D
  #@DESCRIPTION: Machine configuration for Embedian i.MX7D SMARC-FiMX7-D-2G dual core Computer on Modules with 2GB DDR3L
  #@MAINTAINER: Eric Lee <eric.lee@embedian.com>
  
  MACHINEOVERRIDES =. "mx7:mx7d:"
  
  require conf/machine/include/imx-base.inc
  require conf/machine/include/tune-cortexa7.inc
  
  MACHINE_FEATURES += " screen usbgadget vfat ext2 bluetooth wifi pci alsa serial usbhost optee"
5802febe0   Eric Lee   Add package manag...
13
  IMAGE_FEATURES += "package-management"
896cb4389   Eric Lee   Yocto rocko meta ...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  # Use linux kernel SMARC-FiMX7
  PREFERRED_PROVIDER_virtual/kernel_imx7d2gsmarc = "linux-smarcfimx7"
  PREFERRED_VERSION_linux-smarcfimx7_imx7d2gsmarc = "4.9.88"
  
  KERNEL_DEVICETREE = "imx7s-smarcfimx7.dtb imx7d-smarcfimx7.dtb"
  
  IMAGE_BOOTFILES_DEPENDS += "imx-m4-demos:do_deploy"
  IMAGE_BOOTFILES += "imx7d_sabresd_m4_TCM_Pingpang.bin imx7d_sabresd_m4_TCM_helloworld.bin imx7d_sabresd_m4_TCM_mcctty.bin"
  
  PREFERRED_PROVIDER_virtual/bootloader_imx7d2gsmarc = "u-boot-smarcfimx7"
  PREFERRED_PROVIDER_u-boot_imx7d2gsmarc = "u-boot-smarcfimx7"
  PREFERRED_VERSION_u-boot_imx7d2gsmarc = "2017.03"
  UBOOT_CONFIG ??= "sd"
  UBOOT_CONFIG[sd] = "smarcfimx7d_2g_ser3_defconfig,sdcard"
  
  OPTEE_BIN_EXT = "7dsmarc"
  
  MACHINE_EXTRA_RDEPENDS += " \
                             pm-utils \
                             kmod \
                             hdparm \
                             gptfdisk \
                             lftp \
                             vim \
                             ntp \
                             boost \
                             nodejs \
                             networkmanager \
                             "
  
  XSERVER += "mesa-driver-swrast"
  
  IMAGE_FSTYPES_remove = "sdcard"
  IMAGE_FSTYPES = "tar.bz2"
  
  # Ship all kernel modules by default
  MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
0f3aa13b1   Eric Lee   Fix typo in machi...
51
  MACHINE_FIRMWARE_append_mx7 = " linux-firmware-ath10k"
896cb4389   Eric Lee   Yocto rocko meta ...
52
53
  
  BOOT_SPACE = "10240"