All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm-extra][PATCH V2] linux-boundary: Add support for kernel 3.10.31_1.1.0_beta
Date: Tue, 02 Dec 2014 06:24:16 -0700	[thread overview]
Message-ID: <547DBD80.6080208@mlbassoc.com> (raw)
In-Reply-To: <547DBCDD.1060704@mlbassoc.com>

On 2014-12-02 06:21, Gary Thomas wrote:
> On 2014-11-26 17:26, Gary Thomas wrote:
>> On 2014-11-26 12:26, Eric Nelson wrote:
>>> Hi Gary,
>>>
>>> On 11/26/2014 11:10 AM, Gary Thomas wrote:
>>>> On 2014-11-26 11:06, Gary Thomas wrote:
>>>>> On 2014-11-23 18:57, Eric Nelson wrote:
>>>>>> This patch adds support for the 3.10.31_1.1.0_beta kernelfor Boundary
>>>>>> Devices BD-SL-i.MX6 (built to SABRE Lite), Nitrogen6X, Nitrogen6_Max
>>>>>> and and Nitrogen6_Lite boards.
>>>>>>
>>>>>> To try it out, set PREFERRED_VERSION_linux-boundary = "3.10.31" in your
>>>>>> local.conf file.
>>>>>>
>>>>>> Minimal testing has been performed at this point, so don't expect it
>>>>>> to be production-ready.
>>>>>>
>>>>>> Note that the 3.10.31 kernel contains an update to provide fixed
>>>>>> numbering for /dev/mmcblk devices instead of numbering them by
>>>>>> order of initialization.
>>>>>>
>>>>>> Support has been added into the boot script, but requires setting
>>>>>> a variable in U-Boot:
>>>>>>
>>>>>>      U-Boot > setenv sdphys 1
>>>>>>      U-Boot > saveenv
>>>>>>      U-Boot > boot
>>>>>>
>>>>>> See this post for some additional commentary:
>>>>>>      http://boundarydevices.com/root-equals
>>>>>>
>>>>>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>>>>>
>>>>> When I tried this patchset, it fails to boot my SabreLite.  The
>>>>> important bits seem to be the MMC device numbering.  From the boot log:
>>>>>       <snip>
>>>>>     mmc3: new high speed SDHC card at address aaaa
>>>>>     mmcblk3: mmc3:aaaa SU04G 3.69 GiB
>>>>>      mmcblk3: p1 p2
>>>>>       <snip>
>>>>>     ALSA device list:
>>>>>       #0: imx6q-sabrelite-sgtl5000
>>>>>     Waiting for root device /dev/mmcblk0p2...
>>>>>
>>>>> I see no difference when setting 'sdphys' or not.  Perhaps I missed some
>>>>> other patch (like to the boot scripts)?
>>>>
>>>> BTW, I'm building the scripts from
>>>> u-boot-script-boundary/v2014.07+gitAUTOINC+f870252376
>>>> and there seems to be nothing in there about sdphys
>>>>
>>> You need this patch to support the 'sdphys' thing in the boot script:
>>>     http://patches.openembedded.org/patch/83731/
>>
>> Thanks, I had missed that one.  It's booting again.
>>
>> Next problem - I have no video, neither with HDMI nor 7" LCD
>> Ideas?
>>
>
> Any progress with this (no video at all)?  I've tried the
> latest Boundary Devices kernel (b76cf1c04) whose comment
> implies this should be fixed, but still no-go.
>

For completeness, here are some relevant messages at boot:

Kernel command line: enable_wait_mode=off video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 video=mxcfb1:dev=lcd,CLAA-WVGA,if=R
GB666 video=mxcfb2:off video=mxcfb3:off fbmem=28M,10M console=ttymxc1,115200 vmalloc=400M consoleblank=0 rootwait root=/d
ev/mmcblk3p2 mxc_hdmi.only_cea=1

mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
fbcvt: 1280x720@60: CVT Name - .921M9
mxc_sdc_fb fb.27: registered mxc display driver hdmi
mxc_sdc_fb fb.27: 1280x720 h_sync,r,l: 40,110,220  v_sync,l,u: 5,5,20 pixclock=74250000 Hz
imx-ipuv3 2800000.ipu: try ipu internal clk
imx-ipuv3 2800000.ipu: disp=0, pixel_clk=74250000 74250000 parent=74250000 div=1
imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
imx-ipuv3 2800000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000
imx-ipuv3 2800000.ipu: IPU Warning - IPU_INT_STAT_10 = 0x00080000
mxc_sdc_fb fb.27: 1280x720 h_sync,r,l: 40,110,220  v_sync,l,u: 5,5,20 pixclock=74250000 Hz
imx-ipuv3 2800000.ipu: try ipu internal clk
imx-ipuv3 2800000.ipu: disp=0, pixel_clk=74250000 74250000 parent=74250000 div=1
Console: switching to colour frame buffer device 160x45
imx-ipuv3 2800000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00800000
mxc_sdc_fb fb.27: timeout when waiting for flip irq
mxc_sdc_fb fb.28: NO mxc display driver found!
mxc_sdc_fb fb.29: mxcfb2 is turned off!
mxc_sdc_fb fb.30: mxcfb3 is turned off!

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


  reply	other threads:[~2014-12-02 13:24 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-10 20:09 [meta-fsl-arm-extra][PATCH] linux-boundary: Add support for kernel 3.10.31_1.1.0_beta Eric Nelson
2014-11-24  1:57 ` [meta-fsl-arm-extra][PATCH V2] " Eric Nelson
2014-11-24 19:48   ` [meta-fsl-arm-extra][PATCH] nitrogen6x*, imx6qsabrelite: default to kernel 3.10.31 Eric Nelson
2014-11-24 20:04     ` Otavio Salvador
2014-11-24 20:29       ` Eric Nelson
2014-11-24 20:44       ` [meta-fsl-arm-extra][PATCH] linux-boundary: deprecate 3.0.35, 3.10.17 kernels for Yocto 1.8 Eric Nelson
2014-11-26 18:06   ` [meta-fsl-arm-extra][PATCH V2] linux-boundary: Add support for kernel 3.10.31_1.1.0_beta Gary Thomas
2014-11-26 18:10     ` Gary Thomas
2014-11-26 19:26       ` Eric Nelson
2014-11-27  0:26         ` Gary Thomas
2014-12-02 13:21           ` Gary Thomas
2014-12-02 13:24             ` Gary Thomas [this message]
2014-12-02 16:33               ` Video on linux-boundary-3.10.x (was Re: ...linux-boundary: Add support for kernel 3.10.31_1.1.0_beta) Eric Nelson
2014-12-02 16:42                 ` Gary Thomas
2014-12-02 16:57                   ` Eric Nelson
2014-12-02 22:33                     ` [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 0d7db21 Ian Coolidge
2014-12-03 11:52                       ` Gary Thomas
2014-12-03 12:06                         ` Otavio Salvador
2014-12-03 14:54                         ` Eric Nelson
2014-12-03 17:28                         ` [meta-fsl-arm-extra][PATCH] Bump SRCREV to b76cf1c Ian Coolidge
2014-12-03 17:32                           ` Daiane Angolini
2014-12-03 17:56                         ` [meta-fsl-arm-extra][PATCH v2] linux-boundary(3.10.31): " Ian Coolidge
2014-12-03 13:00                     ` Video on linux-boundary-3.10.x (was Re: ...linux-boundary: Add support for kernel 3.10.31_1.1.0_beta) Gary Thomas
2014-12-03 14:56                       ` Eric Nelson

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=547DBD80.6080208@mlbassoc.com \
    --to=gary@mlbassoc.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.