mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6ul-pico-hobbit: Add machine configuration
For more information about this reference design, please visit: http://www.technexion.com/products/pico/pico-som/pico-imx6-emmc The machine configuration file used to include Yocto Project support to the board is a consolidation work only. It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP, where the hard work is actually done. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
698cf389aa
commit
089ce85e2e
20
conf/machine/imx6ul-pico-hobbit.conf
Normal file
20
conf/machine/imx6ul-pico-hobbit.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Hobbitboard (PICO-IMX6UL)
|
||||
#@SOC: i.MX6UL
|
||||
#@DESCRIPTION: Machine configuration for Hobbitboard (PICO-IMX6UL)
|
||||
#@MAINTAINER: Daiane Angolini <daiane.angolini@nxp.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa7.inc
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc5"
|
||||
|
||||
SOC_FAMILY = "mx6ul"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||
KERNEL_DEVICETREE = "imx6ul-pico-hobbit.dtb"
|
||||
|
||||
UBOOT_CONFIG ??= "sd"
|
||||
UBOOT_CONFIG[sd] = "pico-imx6ul_config,sdcard"
|
Loading…
Reference in New Issue
Block a user