This board now use the *same* code as Nitrogen6X and it boots from internal SPI NOR memory. If you did change it to boot from the MMC (SD3 or SD4) please check the Boundary's blog post at:
http://boundarydevices.com/u-boot-on-i-mx6/#unbricking Change-Id: I5ec3444afee65002f94c2d2de40662749e5a9070 Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/imx6qsabrelite.conf | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index 2155ba0..14409fb 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/conf/machine/imx6qsabrelite.conf @@ -3,17 +3,9 @@ #@SOC: i.MX6Q #@DESCRIPTION: Machine configuration for Boundary Devices i.MX6Q SABRE Lite -include conf/machine/include/imx-base.inc -include conf/machine/include/tune-cortexa9.inc +# WARNING: This board now use the *same* code as Nitrogen6X and it +# boots from internal SPI NOR memory. If you did change it to boot +# from the MMC (SD3 or SD4) please check the Boundary's blog post +# at: http://boundarydevices.com/u-boot-on-i-mx6/#unbricking -SOC_FAMILY = "mx6:mx6q" - -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" - -PREFERRED_PROVIDER_virtual/kernel = "linux-boundary" - -UBOOT_MACHINE = "mx6qsabrelite_config" - -SERIAL_CONSOLE = "115200 ttymxc1" - -MACHINE_FEATURES += " pci wifi bluetooth" +include conf/machine/nitrogen6x.conf -- 1.8.3.1 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
