From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Tarek El-Sherbiny <tarek.elsherbiny@gmail.com>,
"meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>
Subject: Re: i.MX6q Boot failure using MACHINE=nitrogen6x
Date: Mon, 02 Dec 2013 10:07:13 -0700 [thread overview]
Message-ID: <529CBE41.2040805@boundarydevices.com> (raw)
In-Reply-To: <CAB3sqtZ8Ppf697LUy+d5xArK3iCjYu=fk-jcr5YzD8xMU-E9Ng@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2368 bytes --]
Hi Tarek,
On 12/02/2013 09:51 AM, Tarek El-Sherbiny wrote:
> Hello,
>
> I'm building the latest Yocto branch (/dora/) for the Nitrogen6 board as
> given by this post:
> http://boundarydevices.com/yocto-dora-release-mx6/
>
> The image is based on core-image-basic + packagegroup-fsl-gstreamer .
>
> When I boot the nitrogen board I get the following kernel messages then
> system hangs:
>
>
> <snip>
>
> INIT: version 2.88 booting
>
> generic-usb: probe of 0003:D0D9:0002.0001 failed with error -22
> usb 2-1.2: new low speed USB device number 4 using fsl-ehci
> Starting udev
> Starting Bootlog daemon: input: USB Optical Mouse as
> /devices/platform/fsl-ehci.1/usb2/2-1/2-1.2/2-1.2:1.0/input/input1
> generic-usb 0003:0461:4D0F.0002: input,hidraw0: USB HID v1.11 Mouse [USB
> Optical Mouse] on usb-fsl-ehci.1-1.2/input0
> udevd[1433]: starting version 182
> camera_reset: power_gp=0x6, reset_gp=0x8 reset_gp2=0xab
> ov5642_powerdown: powerdown=0, power_gp=0x6
> ov5642_read_reg:write reg error:reg=300a
> camera ov5642 is not found
> mxc_sdc_fb mxc_sdc_fb.0: timeout when waiting for flip irq
> bootlogd.
>
> ALSA: Restoring mixer settings...
>
> Configuring network interfaces... eth0: Freescale FEC PHY driver [Micrel
> KSZ9021 Gigabit PHY] (mii_bus:phy_addr=1:06, irq=284)
> udhcpc (v1.21.1) started
>
> Sending discover...
>
> mxc_hdmi mxc_hdmi: same edid
> mxc_hdmi mxc_hdmi: mxc_hdmi_edid_rebuild_modelist: Added mode 0(VIC 16):
> mxc_hdmi mxc_hdmi: mxc_hdmi_edid_rebuild_modelist: Added mode 1(VIC 0):
> mxc_hdmi mxc_hdmi: mxc_hdmi_edid_rebuild_modelist: Added mode 23(VIC 0):
>
> What exactly is missing?
>
It doesn't appear that your machine is hanging, but rather bouncing
on HDMI connect/disconnect. Jose reported this a while back:
https://lists.yoctoproject.org/pipermail/meta-freescale/2013-October/005113.html
Can you try applying this patch into sources/meta-fsl-arm-extra?
~/yocto/sources/meta-fsl-arm-extra$ patch -p1 < 0001-*.patch
We've seen some issues with particular monitors (especially DVI) where
the DVI/HDMI detection pins seem to "bounce" when X starts up.
This kernel version includes a patch which bypasses the HDMI/DVI
disconnect code:
https://github.com/boundarydevices/linux-imx6/commit/d9cd79d11ff9f7a7f89cbc94b68757b67cdfe5fc
Please advise,
Eric
[-- Attachment #2: 0001-linux-boundary-bump-version-to-include-SATA-HDMI-upd.patch --]
[-- Type: text/x-diff, Size: 1060 bytes --]
From ec2e6d82a16974aa652d38f955d7303b037a1112 Mon Sep 17 00:00:00 2001
From: Eric Nelson <eric.nelson@boundarydevices.com>
Date: Mon, 2 Dec 2013 09:57:49 -0700
Subject: [PATCH] linux-boundary: bump version to include SATA/HDMI updates
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
recipes-kernel/linux/linux-boundary_3.0.35.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-kernel/linux/linux-boundary_3.0.35.bb b/recipes-kernel/linux/linux-boundary_3.0.35.bb
index 7875f93..6ed31bc 100644
--- a/recipes-kernel/linux/linux-boundary_3.0.35.bb
+++ b/recipes-kernel/linux/linux-boundary_3.0.35.bb
@@ -8,8 +8,8 @@ DESCRIPTION = "Linux kernel for Boundary Devices boards"
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git \
file://defconfig"
-LOCALVERSION = "-4.1.0+yocto"
-SRCREV = "58099389255add7c17ce6babf37a50ce5d11d6b8"
+LOCALVERSION = "-4.1.0+yocto-20131202"
+SRCREV = "ee999dcf7b8e8e2854d4f5cf0243c42e7c39ac48"
# GPU support patches
--
1.8.1.2
next prev parent reply other threads:[~2013-12-02 17:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-02 16:51 i.MX6q Boot failure using MACHINE=nitrogen6x Tarek El-Sherbiny
2013-12-02 17:07 ` Eric Nelson [this message]
2013-12-03 12:43 ` Tarek El-Sherbiny
2013-12-03 14:48 ` Eric Nelson
2013-12-03 15:12 ` Tarek El-Sherbiny
2013-12-03 16:40 ` Eric Nelson
2013-12-03 17:33 ` Tarek El-Sherbiny
2013-12-03 18:31 ` Eric Nelson
2013-12-04 12:55 ` Tarek El-Sherbiny
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=529CBE41.2040805@boundarydevices.com \
--to=eric.nelson@boundarydevices.com \
--cc=meta-freescale@yoctoproject.org \
--cc=tarek.elsherbiny@gmail.com \
/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.