Today, I brought a WandBoard Dual board, and tried the Ubuntu Images and Yocto Images.
Ops, connecting to a DVI monitor SyncMaster 940bw, and consolo:
[ 3.012378] mxc_hdmi mxc_hdmi: No modes read from edid
[ 3.012386] mxc_hdmi mxc_hdmi: create default modelist
My board version is A0.
So does this patch could be used to solve this issue ?
在 2013年7月26日星期五UTC+8上午2时58分21秒,ArchAngel Azrael写道:So... Is it compatible with our wandboard quad ?
Leonardo
Source: http://boundarydevices.com/dvi-support-on-i-mx6-boards/
At long last, DVI support is here for our i.MX6 boards.
When we built our very first SABRE Lite boards, one of the first things we tested was the HDMI video port, and at that time, most of the monitors we used for testing were natively DVI, not HDMI. All of the newer monitors were being used by our staff, and the ones available for testing were older monitors which only supported DVI.
Way back then, we weren’t booting Linux, and were running some bare metal code, and we found that the hot-plug detect code wasn’t working quite right. If we looked at the HDMI_PHY_STAT0 register, we could see that bits 7-4 (the RX_SENSE bits) would toggle along with connection to the monitor, but bit 1 (HPD) wouldn’t.
We updated the code to look at the others and didn’t look back until very recently. Along the way, we’ve told customers to just use HDMI instead, knowing that there was a software fix, but kicked the can down the road. Sorry about that.
We finally had a chance to investigate more fully, and to compare the operation of Freescale’s SABRE SDB board with ours. With a little nudge from RooT, we figured out that the core of the issue is a voltage dividing resistor we placed on the HPD signal to prevent 5V from hitting the CPU.
With the latest specs from Freescale, we found that this resistor could be bypassed (the pad is 5V-tolerant), but we also added some patches to allow the RX_SENSE bits to be used instead, providing a software solution.
The patches come in three parts:Note that the U-Boot patch is only in our staging branch at the moment, and will be released to production in the next couple of weeks.
- U-Boot patch to change the hdmidet command and internal HDMI detection to use the RX_SENSE bits, and
- A non-Android Linux patch to do the same, and
- A patch for the Android (Jellybean) kernel
--
You received this message because you are subscribed to the Google Groups "Wandboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wandboard+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks, John
Now I try to find u-boot 2014.1 for wandboard, but all files exit on wiki.wandboard.org has not such u-boot version.
Now what I’m using is U-Boot 2013.10, used in dora image.
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发送时间: 2014年4月19日 星期六 0:29
收件人: wand...@googlegroups.com
主题: Re: Possible Fix for our HDMI-DVI Issues
--
You received this message because you are subscribed to a topic in the Google Groups "Wandboard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wandboard/KgFACCiAEPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wandboard+...@googlegroups.com.
Thanks, John
Now I try to find u-boot 2014.1 for wandboard, but all files exit on wiki.wandboard.org has not such u-boot version.
Now what I’m using is U-Boot 2013.10, used in dora image.
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发 送时间: 2014年4月19日 星期六 0:29
收件人: wand...@googlegroups.com
主题: Re: Possible Fix for our HDMI-DVI Issues
Hi,
On 4/18/14, 10:03 AM, 朱含 wrote:
Today, I brought a WandBoard Dual board, and tried the Ubuntu Images and Yocto Images.
Ops, connecting to a DVI monitor SyncMaster 940bw, and consolo:
[ 3.012378] mxc_hdmi mxc_hdmi: No modes read from edid
[ 3.012386] mxc_hdmi mxc_hdmi: create default modelist
My board version is A0.
So does this patch could be used to solve this issue ?
This issue is not related to the DVI patches described below. However, in Yocto we have U-boot 2014.1 working and this has the first patch applied already.
I've applied these patches to the kernel and this does not solve the EDID issue, which has been prevalent in Wandboard from the beginning.
John
在 2013年7月26日星期五UTC+8上 午2时58分21秒,ArchAngel Azrael写道:
Hi John
I just download U-Boot 2014.1 and compile it for Wandboard, HDMI in Uboot worked, but kernel still
cannot.
I’m trying to update the kernel image to see what happened?
So why not merge the change to Dora ?
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发送时间: 2014年4月19日 星期六 10:44
收件人: wand...@googlegroups.com
主题: Re: 答复: Possible Fix for our HDMI-DVI Issues
Hi John
I just download U-Boot 2014.1 and compile it for Wandboard, HDMI in Uboot worked, but kernel still
cannot.
I’m trying to update the kernel image to see what happened?
So why not merge the change to Dora ?
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发 送时间: 2014年4月19日 星期六 10:44
收件人: wand...@googlegroups.com
主题: Re: 答复: Possible Fix for our HDMI-DVI Issues
Hi Hans,
On 4/18/14, 6:07 PM, hans wrote:
Thanks, John
Now I try to find u-boot 2014.1 for wandboard, but all files exit on wiki.wandboard.org has not such u-boot version.
Now what I’m using is U-Boot 2013.10, used in dora image.
Here is what is used in Yocto:
https://github.com/Freescale/u-boot-imx/tree/patches-2014.01
Keep in mind that this is mainline u-boot with a few patches applied, so it does NOT include SPL support. It needs to be built for the specific Wandboard you have (e.g. solo, dual, quad). Once SPL is mainlined we'll use that for all boards in Yocto, including Wandboard.
John
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代 表 John Weber
Hi John
Chnaged to 2013.10, this time, kernel start, but there is no HDMI output to DVI in kernel.
Do I need a right version of kernel?
Besides, I’m downloading Yocto master also, hope to be successful.
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发送时间: 2014年4月19日 星期六 13:29
收件人: wand...@googlegroups.com
主题: Re: 答复: 答复: Possible Fix for our HDMI-DVI Issues
Hi John
U-Boot, 2013.10, 2014.1, 2014.4, all u-boot versions work all right for the HDMI.
Linux kernel
3.10.17-1.0.0-wandboard
1) once a DVI monitor was connected, system crashed, no matter hot plug or always exist.
mxc_hdmi 20e0000.hdmi_video: No modes read from edid
mxc_hdmi 20e0000.hdmi_video: create default modelist
fbcvt: 1920x1080@60: CVT Name - 2.073M9
3.0.35
1) EDID cannot be read, but the system can still function.
So until now, how could I find a solution about HDMI display ?
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发送时间: 2014年4月19日 星期六 13:29
收件人: wand...@googlegroups.com
主题: Re: 答复: 答复: Possible Fix for our HDMI-DVI Issues
Hi John
U-Boot, 2013.10, 2014.1, 2014.4, all u-boot versions work all right for the HDMI.
Linux kernel
3.10.17-1.0.0-wandboard
1) once a DVI monitor was connected, system crashed, no matter hot plug or always exist.
mxc_hdmi 20e0000.hdmi_video: No modes read from edid
mxc_hdmi 20e0000.hdmi_video: create default modelist
fbcvt: 1920x1080@60: CVT Name - 2.073M9
all source code are the original code from.theweb, I changed nothing
Hans,
On 4/21/14, 10:16 AM, hite...@gmail.com wrote:
all source code are the original code from.theweb, I changed nothingOK. There is a lot of source code out there. What are you using? Yocto?
I think the possible reason may be
1. HDMI and DVI.have difference during vblank period, so DVI monitors cannot recognize HDMI signals.
2. edid couldn't be read, so nothing can be output.
I also test the android image from the website, edid couldbe read, but still no image could be output to the monitors
anyway, i would test a HDMI monitor next week
John Weber <rjoh...@gmail.com>编写:
Yocto Dora Image
Ubunt 12.04
Android 4.3
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发送时间: 2014年4月21日 星期一 23:18
收件人: wand...@googlegroups.com
主题: Re: 答复: 答复: 答复: Possible Fix for our HDMI-DVI Issues
--
You received this message because you are subscribed to a topic in the Google Groups "Wandboard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wandboard/KgFACCiAEPk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wandboard+...@googlegroups.com.
Yocto Dora Image
Ubunt 12.04
Android 4.3
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发 送时间: 2014年4月21日 星期一 23:18
收件人: wand...@googlegroups.com
主题: Re: 答复: 答 复: 答复: Possible Fix for our HDMI-DVI Issues
Yocto Dora Image
Ubunt 12.04
Android 4.3
Thanks and Best Regards !
发件人: wand...@googlegroups.com [mailto:wand...@googlegroups.com] 代表 John Weber
发 送时间: 2014年4月21日 星期一 23:18
收件人: wand...@googlegroups.com
主题: Re: 答复: 答 复: 答复: Possible Fix for our HDMI-DVI Issues