This configuration is temporary, the machine will be merged back with the nitrogen6x once Freescale will release a consolidated kernel for all the platforms.
Details of the platform: https://boundarydevices.com/product/nitrogen6_max-i-mx6-quad-plus-4gb- ddr3/ Signed-off-by: Gary Bisson <[email protected]> --- conf/machine/nitrogen6qp_max.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 conf/machine/nitrogen6qp_max.conf diff --git a/conf/machine/nitrogen6qp_max.conf b/conf/machine/nitrogen6qp_max.conf new file mode 100644 index 0000000..e3ee18e --- /dev/null +++ b/conf/machine/nitrogen6qp_max.conf @@ -0,0 +1,32 @@ +#@TYPE: Machine +#@NAME: Boundary Devices Nitrogen6QP_MAX +#@SOC: i.MX6QP +#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6QP_MAX +#@MAINTAINER: Gary Bisson <[email protected]> + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa9.inc + +SOC_FAMILY = "mx6:mx6q" + +KERNEL_DEVICETREE = "imx6qp-nitrogen6_max.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 ?= "nitrogen6qp_max_defconfig" + +SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx" +MACHINE_FEATURES += " pci wifi bluetooth" -- 2.6.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
