From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm-extra][PATCH 2/2] wandboard: Change kernel to 3.10.17
Date: Mon, 24 Mar 2014 14:58:22 -0500 [thread overview]
Message-ID: <1395691102-14206-2-git-send-email-rjohnweber@gmail.com> (raw)
In-Reply-To: <1395691102-14206-1-git-send-email-rjohnweber@gmail.com>
Move default kernel selection to 3.10.17 in advance of the 1.6 release,
because currently 3.0.35_4.0.0 is broken in master. There are known issues
with the kernel that will be resolved with community assistance. These
include:
- HDMI: Using X11 causes HDMI output to default to 1024x768 resolution
regardless of the 'video=mxcfb...' bootarg selection.
- HDMI, EDID: Does not work (but this did not work on 3.0.35 either).
- Sound, SGTL5000: After POR, the codec chip works fine. However, after
playing sound through the coded, a board soft reset or pushbutton
reset results in a hung I2C2 bus, causing devices on i2c2 to fail
to initialize.
- Sound, HDMI audio output: Using HDMI audio output seems to cause very slow
playback of both audio and video, and can be seen using aplay or
gst-launch.
Signed-off-by: John Weber <rjohnweber@gmail.com>
---
conf/machine/include/wandboard.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
index ff6fb52..d8a0348 100644
--- a/conf/machine/include/wandboard.inc
+++ b/conf/machine/include/wandboard.inc
@@ -4,7 +4,7 @@ include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa9.inc
PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
-PREFERRED_VERSION_linux-wandboard ?= "3.0.35"
+PREFERRED_VERSION_linux-wandboard ?= "3.10.17"
SERIAL_CONSOLE = "115200 ttymxc0"
--
1.7.9.5
next prev parent reply other threads:[~2014-03-24 19:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-24 19:58 [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Update SRCREV to 778d55 John Weber
2014-03-24 19:58 ` John Weber [this message]
2014-03-24 20:15 ` [meta-fsl-arm-extra][PATCH 2/2] wandboard: Change kernel to 3.10.17 Fabio Estevam
2014-03-24 21:33 ` John Weber
2014-03-24 22:47 ` Fabio Estevam
2014-03-24 22:50 ` Fabio Estevam
2014-03-25 17:47 ` John Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1395691102-14206-2-git-send-email-rjohnweber@gmail.com \
--to=rjohnweber@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.