From badfcba3fac8d770a2ed9a15e512da30eed8d061 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 2 Apr 2014 14:21:06 -0500 Subject: [PATCH] imx6: use v3.14.x Signed-off-by: Robert Nelson --- hwpack/imx6q-sabrelite.conf | 3 ++- hwpack/imx6q-sabresd.conf | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/hwpack/imx6q-sabrelite.conf b/hwpack/imx6q-sabrelite.conf index e780e7a..16241b4 100644 --- a/hwpack/imx6q-sabrelite.conf +++ b/hwpack/imx6q-sabrelite.conf @@ -36,7 +36,8 @@ conf_uboot_bootscript="6x_bootscript" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" -kernel_repo="STABLE" +#kernel_repo="STABLE" +kernel_repo="TESTING" usbnet_mem= diff --git a/hwpack/imx6q-sabresd.conf b/hwpack/imx6q-sabresd.conf index be52816..88f6eed 100644 --- a/hwpack/imx6q-sabresd.conf +++ b/hwpack/imx6q-sabresd.conf @@ -39,7 +39,8 @@ conf_uboot_use_uenvcmd=1 #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" -kernel_repo="STABLE" +#kernel_repo="STABLE" +kernel_repo="TESTING" usbnet_mem= @@ -56,4 +57,6 @@ SYSTEM="video" SERIAL="ttymxc0" SERIAL_CONSOLE="${SERIAL},115200n8" -USE_KMS=1 +SERIAL_MODE=1 + +VIDEO_CONSOLE="console=tty0"