mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-imx6: add machine configuration
The Toradex Colibri iMX6 computer module is based on i.MX 6. The Colibri iMX6 is a member of the pincompatible Colibri family. They feature on module RAM and EMMC, Ethernet PHY, Resistive Touch Controller and Audio Codec. For additional specifications please visit: https://www.toradex.com/computer-on-modules/colibri-arm-family/freescale-imx6 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
201072ec68
commit
95f6f73151
22
conf/machine/colibri-imx6.conf
Normal file
22
conf/machine/colibri-imx6.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Toradex Colibri iMX6DL/S
|
||||
#@SOC: i.MX6 DL/S
|
||||
#@DESCRIPTION: Machine configuration for Toradex Colibri iMX6 SOM
|
||||
#@MAINTAINER: Max Krummenacher <max.krummenacher@toradex.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6dl"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
|
||||
KERNEL_DEVICETREE = "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
|
||||
UBOOT_MACHINE = "colibri_imx6_defconfig"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
|
||||
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
|
Loading…
Reference in New Issue
Block a user