From 1539cde0fe711b4936540f39e9f30cde1e83519e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 31 Jul 2013 16:30:48 -0500 Subject: [PATCH] wandboard-quad: update to new bootloader Signed-off-by: Robert Nelson --- hwpack/imx6q-wandboard.conf | 9 ++++----- hwpack/wandboard-dl.conf | 1 - hwpack/wandboard-quad.conf | 11 ++++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/hwpack/imx6q-wandboard.conf b/hwpack/imx6q-wandboard.conf index 84875a5..bfa5391 100644 --- a/hwpack/imx6q-wandboard.conf +++ b/hwpack/imx6q-wandboard.conf @@ -1,12 +1,9 @@ #!/bin/bash -#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts # --dtb imx6q-wandboard (Freescale based i.MX6 Wandboard (Quad Core)) -SYSTEM="video" - #Bootloader: -conf_board="WANDBOARD_QUAD" -conf_bl_http="http://rcn-ee.net/deb/tools/latest/" +conf_board="wandboard_quad" +conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: @@ -57,6 +54,8 @@ conf_initrdaddr="0x12A00000" conf_fdtfile="imx6q-wandboard.dtb" need_dtbs=1 +SYSTEM="video" + SERIAL="ttymxc0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/hwpack/wandboard-dl.conf b/hwpack/wandboard-dl.conf index 128d838..8ad028d 100644 --- a/hwpack/wandboard-dl.conf +++ b/hwpack/wandboard-dl.conf @@ -59,7 +59,6 @@ SYSTEM="video" SERIAL="ttymxc0" SERIAL_CONSOLE="${SERIAL},115200n8" - #SERIAL_MODE=1 VIDEO_CONSOLE="console=tty0" diff --git a/hwpack/wandboard-quad.conf b/hwpack/wandboard-quad.conf index 24b6c3f..99450ad 100644 --- a/hwpack/wandboard-quad.conf +++ b/hwpack/wandboard-quad.conf @@ -1,12 +1,9 @@ #!/bin/bash -#http://repo.or.cz/w/wandboard.git/shortlog/refs/heads/wandboard # --dtb wandboard-quad (Freescale based i.MX6 Wandboard (Quad Core) WandBoard Tree:supported) -SYSTEM="video" - #Bootloader: -conf_board="WANDBOARD_QUAD" -conf_bl_http="http://rcn-ee.net/deb/tools/latest/" +conf_board="wandboard_quad" +conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: @@ -57,9 +54,13 @@ conf_initrdaddr="0x12A00000" #conf_fdtfile="imx6q-wandboard.dtb" #need_dtbs=1 +SYSTEM="video" + SERIAL="ttymxc0" SERIAL_CONSOLE="${SERIAL},115200n8" +#SERIAL_MODE=1 + VIDEO_CONSOLE="console=tty0" HAS_IMX_BLOB=1 conf_imx_video="video=mxcfb0:dev=hdmi,1280x720@60,if=RGB565"