mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx6dl-riotboard: Add support for RIoT board
Add support for RIoT board (http://www.riotboard.org/) using by default linux-fslc and u-boot-fslc. The machine name follows the linux (kernel.org) naming convention. The generated uboot is configured by default for usage on the external SDCard and not for the internal eMMC. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
e1edc9c31a
commit
c27329ca53
17
conf/machine/imx6dl-riotboard.conf
Normal file
17
conf/machine/imx6dl-riotboard.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: RIoTboard
|
||||
#@SOC: i.MX6S
|
||||
#@DESCRIPTION: Machine configuration for i.MX6S RIoTboard.
|
||||
#@MAINTAINER: Daiane Angolini <daiane.angolini@freescale.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6dl"
|
||||
|
||||
UBOOT_MACHINE = "riotboard_defconfig"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||
KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
Loading…
Reference in New Issue
Block a user