mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
nitrogen6sx: add machine configuration
Adds support for Boundary Device's Nitrogen6 SoloX board. Board features and more information available at: http://boundarydevices.com/product/nit6_solox-imx6/ Signed-off-by: Ian Coolidge <ian@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
a00516fe0a
commit
6df99b07db
32
conf/machine/nitrogen6sx.conf
Normal file
32
conf/machine/nitrogen6sx.conf
Normal file
|
@ -0,0 +1,32 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: Boundary Devices Nitrogen6SX
|
||||
#@SOC: i.MX6SoloX
|
||||
#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6SX
|
||||
#@MAINTAINER: Ian Coolidge <ian@boundarydevices.com>
|
||||
|
||||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6sx"
|
||||
|
||||
KERNEL_DEVICETREE = "imx6sx-nitrogen6sx.dtb"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
|
||||
PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
|
||||
|
||||
# Use SPI NOR U-Boot by default
|
||||
IMAGE_BOOTLOADER ?= ""
|
||||
|
||||
# Ensure boot scripts will be available at rootfs time
|
||||
do_rootfs[depends] += "u-boot-script-boundary:do_deploy"
|
||||
|
||||
# Boot scripts to install
|
||||
BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
|
||||
|
||||
UBOOT_MACHINE ?= "nitrogen6sx_config"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
|
||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
Loading…
Reference in New Issue
Block a user