All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4
@ 2014-03-25 17:44 John Weber
  2014-03-25 17:44 ` [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17 John Weber
  2014-03-25 18:30 ` [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 Trevor Woerner
  0 siblings, 2 replies; 8+ messages in thread
From: John Weber @ 2014-03-25 17:44 UTC (permalink / raw)
  To: meta-freescale

Update Wandboard 3.10.17 kernel to commit 4a8ad4, which includes an update
to the DTS to enable all mxcfb devices and a fix for the sgtl5000 driver.

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
changes in v2: Changed SRCREV to pick up sgtl5000 driver fixes

 recipes-kernel/linux/linux-wandboard_3.10.17.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
index 4ecd7f1..61f5438 100644
--- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
+++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
@@ -8,7 +8,7 @@ DEPENDS += "lzop-native bc-native"
 
 # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git
 SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta"
-SRCREV = "92461eb9aa0f946e3acbd64826eac94bef8fc23a"
+SRCREV = "4a8ad4e16bbc17be82e95ffcd4241e21d441efbd"
 LOCALVERSION = "-1.0.0-wandboard"
 
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17
  2014-03-25 17:44 [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 John Weber
@ 2014-03-25 17:44 ` John Weber
  2014-03-25 18:35   ` Otavio Salvador
  2014-03-25 18:30 ` [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 Trevor Woerner
  1 sibling, 1 reply; 8+ messages in thread
From: John Weber @ 2014-03-25 17:44 UTC (permalink / raw)
  To: meta-freescale

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, 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>
---
Changes in v2: Updated commit log to remove the problem with the sgtl5000
as it has been fixed (thanks to Fabio Estevam).

 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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4
  2014-03-25 17:44 [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 John Weber
  2014-03-25 17:44 ` [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17 John Weber
@ 2014-03-25 18:30 ` Trevor Woerner
  2014-03-25 18:36   ` Fabio Estevam
  2014-03-25 18:43   ` John Weber
  1 sibling, 2 replies; 8+ messages in thread
From: Trevor Woerner @ 2014-03-25 18:30 UTC (permalink / raw)
  To: John Weber, meta-freescale

Hi John,

I was _just_ about to reply to V1 when V2 came along... ;-)

Here are my steps:

    $ repo init -u
    https://github.com/Freescale/fsl-community-bsp-platform -b master
    $ repo sync

Then I edit my conf/local.conf to add:

    IMAGE_INSTALL_append = " \
            memtester \
            alsa-utils \
            alsa-tools \
            evtest \
            imx-test \
            perl \
            lmbench \
            glmark2 \
            mesa-demos \
            gst-meta-audio \
            gst-meta-video \
            gst-plugins-good-video4linux2 \
            wpa-supplicant \
            dropbear \
            iperf \
            "
    PREFERRED_VERSION_linux-wandboard = "3.10.17"
    SRCBRANCH_pn-linux-wandboard = "wandboard_imx_3.10.17_1.0.0_beta"
    SRCREV_pn-linux-wandboard = "4a8ad4e16bbc17be82e95ffcd4241e21d441efbd"

then I perform

    $ bitbake core-image-x11

and dd that to a microSD.

I copy sintel_trailer-1080p.mp4 to a USB drive, insert it, it mounts,
then I try to use gst-launch to run it but I get:

    root@wandboard-dual:~# gst-launch playbin2
    uri="file:///media/sda1/sintel_trailer-1080p.mp4"
    audio-sink="alsasink device=hw:0,0"
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    Missing element: Quicktime demuxer
    WARNING: from element
    /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder
    available for type 'video/quicktime, variant=(string)iso'.
    Additional debug info:
    /SSD/build/fsl/build-wandboard-dual/MASTER-tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/gsturidecodebin.c(874):
    unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
    ERROR: from element
    /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
    Your GStreamer installation is missing a plug-in.
    Additional debug info:
    /SSD/build/fsl/build-wandboard-dual/MASTER-tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/gstdecodebin2.c(3576):
    gst_decode_bin_expose ():
    /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
    no suitable plugins found
    ERROR: pipeline doesn't want to preroll.
    Setting pipeline to NULL ...
    Freeing pipeline ...

Any thoughts?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17
  2014-03-25 17:44 ` [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17 John Weber
@ 2014-03-25 18:35   ` Otavio Salvador
  2014-03-25 18:37     ` John Weber
  0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2014-03-25 18:35 UTC (permalink / raw)
  To: John Weber; +Cc: meta-freescale

Hello John,

On Tue, Mar 25, 2014 at 2:44 PM, John Weber <rjohnweber@gmail.com> wrote:
> 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, 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>
> ---
> Changes in v2: Updated commit log to remove the problem with the sgtl5000
> as it has been fixed (thanks to Fabio Estevam).

I was about to apply this serie but it does not apply in master. I
think you may have a commit before those which you need to send or
drop. Please take a look at it and send a v3.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4
  2014-03-25 18:30 ` [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 Trevor Woerner
@ 2014-03-25 18:36   ` Fabio Estevam
  2014-03-25 18:43   ` John Weber
  1 sibling, 0 replies; 8+ messages in thread
From: Fabio Estevam @ 2014-03-25 18:36 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: meta-freescale

On Tue, Mar 25, 2014 at 3:30 PM, Trevor Woerner
<trevor.woerner@linaro.org> wrote:

> I copy sintel_trailer-1080p.mp4 to a USB drive, insert it, it mounts,
> then I try to use gst-launch to run it but I get:
>
>     root@wandboard-dual:~# gst-launch playbin2
>     uri="file:///media/sda1/sintel_trailer-1080p.mp4"
>     audio-sink="alsasink device=hw:0,0"
>     Setting pipeline to PAUSED ...
>     Pipeline is PREROLLING ...
>     Missing element: Quicktime demuxer

Looks like that the Gstreaner qtdemux plugin has not been installed.

Regards,

Fabio Estevam


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17
  2014-03-25 18:35   ` Otavio Salvador
@ 2014-03-25 18:37     ` John Weber
  0 siblings, 0 replies; 8+ messages in thread
From: John Weber @ 2014-03-25 18:37 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Hi Otavio,

On 3/25/14, 1:35 PM, Otavio Salvador wrote:
> Hello John,
>
> On Tue, Mar 25, 2014 at 2:44 PM, John Weber <rjohnweber@gmail.com> wrote:
>> 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, 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>
>> ---
>> Changes in v2: Updated commit log to remove the problem with the sgtl5000
>> as it has been fixed (thanks to Fabio Estevam).
> I was about to apply this serie but it does not apply in master. I
> think you may have a commit before those which you need to send or
> drop. Please take a look at it and send a v3.
>
I'll send another version.

John


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4
  2014-03-25 18:30 ` [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 Trevor Woerner
  2014-03-25 18:36   ` Fabio Estevam
@ 2014-03-25 18:43   ` John Weber
  2014-03-25 19:29     ` Trevor Woerner
  1 sibling, 1 reply; 8+ messages in thread
From: John Weber @ 2014-03-25 18:43 UTC (permalink / raw)
  To: Trevor Woerner, meta-freescale

Hi Trevor,

I'm not sure what is missing, but here's my conf/local.conf.  It's probably 
larger than it needs to be.  :-)

CORE_IMAGE_EXTRA_INSTALL_append = "iperf glive gst-plugins-good-isomp4 memtester 
alsa-utils alsa-tools evtest imx-test perl lmbench glmark2 mesa-demos 
gst-meta-audio gst-meta-video gst-plugins-good-udp gst-plugins-good-rtp 
gst-plugins-good-rtpmanager gst-plugins-good-rtsp gst-plugins-good-video4linux2 
libconfig wpa-supplicant dropbear"

John

On 3/25/14, 1:30 PM, Trevor Woerner wrote:
> Hi John,
>
> I was _just_ about to reply to V1 when V2 came along... ;-)
>
> Here are my steps:
>
>      $ repo init -u
>      https://github.com/Freescale/fsl-community-bsp-platform -b master
>      $ repo sync
>
> Then I edit my conf/local.conf to add:
>
>      IMAGE_INSTALL_append = " \
>              memtester \
>              alsa-utils \
>              alsa-tools \
>              evtest \
>              imx-test \
>              perl \
>              lmbench \
>              glmark2 \
>              mesa-demos \
>              gst-meta-audio \
>              gst-meta-video \
>              gst-plugins-good-video4linux2 \
>              wpa-supplicant \
>              dropbear \
>              iperf \
>              "
>      PREFERRED_VERSION_linux-wandboard = "3.10.17"
>      SRCBRANCH_pn-linux-wandboard = "wandboard_imx_3.10.17_1.0.0_beta"
>      SRCREV_pn-linux-wandboard = "4a8ad4e16bbc17be82e95ffcd4241e21d441efbd"
>
> then I perform
>
>      $ bitbake core-image-x11
>
> and dd that to a microSD.
>
> I copy sintel_trailer-1080p.mp4 to a USB drive, insert it, it mounts,
> then I try to use gst-launch to run it but I get:
>
>      root@wandboard-dual:~# gst-launch playbin2
>      uri="file:///media/sda1/sintel_trailer-1080p.mp4"
>      audio-sink="alsasink device=hw:0,0"
>      Setting pipeline to PAUSED ...
>      Pipeline is PREROLLING ...
>      Missing element: Quicktime demuxer
>      WARNING: from element
>      /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: No decoder
>      available for type 'video/quicktime, variant=(string)iso'.
>      Additional debug info:
>      /SSD/build/fsl/build-wandboard-dual/MASTER-tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/gsturidecodebin.c(874):
>      unknown_type_cb (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
>      ERROR: from element
>      /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
>      Your GStreamer installation is missing a plug-in.
>      Additional debug info:
>      /SSD/build/fsl/build-wandboard-dual/MASTER-tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/gst-plugins-base/0.10.36-r8/gst-plugins-base-0.10.36/gst/playback/gstdecodebin2.c(3576):
>      gst_decode_bin_expose ():
>      /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0/GstDecodeBin2:decodebin20:
>      no suitable plugins found
>      ERROR: pipeline doesn't want to preroll.
>      Setting pipeline to NULL ...
>      Freeing pipeline ...
>
> Any thoughts?



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4
  2014-03-25 18:43   ` John Weber
@ 2014-03-25 19:29     ` Trevor Woerner
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Woerner @ 2014-03-25 19:29 UTC (permalink / raw)
  To: John Weber, meta-freescale, festevam

Thank you John and Fabio, it works now :-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-25 19:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-25 17:44 [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 John Weber
2014-03-25 17:44 ` [meta-fsl-arm-extra][PATCH v2 2/2] wandboard: Change kernel to 3.10.17 John Weber
2014-03-25 18:35   ` Otavio Salvador
2014-03-25 18:37     ` John Weber
2014-03-25 18:30 ` [meta-fsl-arm-extra][PATCH v2 1/2] linux-wandboard (3.10.17): Update SRCREV to 4a8ad4 Trevor Woerner
2014-03-25 18:36   ` Fabio Estevam
2014-03-25 18:43   ` John Weber
2014-03-25 19:29     ` Trevor Woerner

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.