All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi] RaspberryPi2 - no audio?
@ 2015-03-22 12:19 Gary Thomas
  2015-03-22 12:25 ` Andrei Gherzan
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2015-03-22 12:19 UTC (permalink / raw)
  To: Yocto Project

I just built Poky/Yocto for the RaspberryPi2, straight out
of the box using this configuration:

Build Configuration:
BB_VERSION        = "1.25.0"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Fedora-13"
TARGET_SYS        = "arm-amltd-linux-gnueabi"
MACHINE           = "raspberrypi2"
DISTRO            = "amltd"
DISTRO_VERSION    = "1.7+snapshot-20150321"
TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard vfpv4 cortexa7"
TARGET_FPU        = "vfp-vfpv4-neon"
meta              = "master:12b6cf0f2212519b14333519746174a5b941f7bf"
meta-amltd        = "cutting-edge:d9350ea229c04d64111f38e638f372a1bac87be0"
meta-raspberrypi  = "master:b896a7da70dd7a16ba7ffd664f7747cb37e1d142"

All seemed to go OK, but when I try to play audio, there are
no sound cards found.  Is there some configuration I need?
Once I get it going, how can I select between the internal
(phono) audio and HDMI?

Note: I had this working just fine on my RaspberryPi (model B)

Thanks

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


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

* Re: [meta-raspberrypi] RaspberryPi2 - no audio?
  2015-03-22 12:19 [meta-raspberrypi] RaspberryPi2 - no audio? Gary Thomas
@ 2015-03-22 12:25 ` Andrei Gherzan
  2015-03-22 20:17   ` Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2015-03-22 12:25 UTC (permalink / raw)
  To: Gary Thomas; +Cc: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]

Hello,

On Sun, Mar 22, 2015 at 1:19 PM, Gary Thomas <gary@mlbassoc.com> wrote:

> I just built Poky/Yocto for the RaspberryPi2, straight out
> of the box using this configuration:
>
> Build Configuration:
> BB_VERSION        = "1.25.0"
> BUILD_SYS         = "i686-linux"
> NATIVELSBSTRING   = "Fedora-13"
> TARGET_SYS        = "arm-amltd-linux-gnueabi"
> MACHINE           = "raspberrypi2"
> DISTRO            = "amltd"
> DISTRO_VERSION    = "1.7+snapshot-20150321"
> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard vfpv4
> cortexa7"
> TARGET_FPU        = "vfp-vfpv4-neon"
> meta              = "master:12b6cf0f2212519b14333519746174a5b941f7bf"
> meta-amltd        = "cutting-edge:d9350ea229c04d64111f38e638f372
> a1bac87be0"
> meta-raspberrypi  = "master:b896a7da70dd7a16ba7ffd664f7747cb37e1d142"
>
> All seemed to go OK, but when I try to play audio, there are
> no sound cards found.  Is there some configuration I need?
> Once I get it going, how can I select between the internal
> (phono) audio and HDMI?
>
> Note: I had this working just fine on my RaspberryPi (model B)
>
>
We didn't test audio on Raspberrypi 2. So, probably the best thing to do it
to shoot a redmine bug and maybe help with some patches? Otherwise we will
try to pick it as soon as possible.

Thanks a lot.

-- 
*Andrei Gherzan*

[-- Attachment #2: Type: text/html, Size: 2214 bytes --]

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

* Re: [meta-raspberrypi] RaspberryPi2 - no audio?
  2015-03-22 12:25 ` Andrei Gherzan
@ 2015-03-22 20:17   ` Andreas Müller
  2015-03-22 20:39     ` Alex J Lennon
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2015-03-22 20:17 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: Yocto Project, Gary Thomas

On Sun, Mar 22, 2015 at 1:25 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> Hello,
>
> On Sun, Mar 22, 2015 at 1:19 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>
>> I just built Poky/Yocto for the RaspberryPi2, straight out
>> of the box using this configuration:
>>
>> Build Configuration:
>> BB_VERSION        = "1.25.0"
>> BUILD_SYS         = "i686-linux"
>> NATIVELSBSTRING   = "Fedora-13"
>> TARGET_SYS        = "arm-amltd-linux-gnueabi"
>> MACHINE           = "raspberrypi2"
>> DISTRO            = "amltd"
>> DISTRO_VERSION    = "1.7+snapshot-20150321"
>> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard vfpv4
>> cortexa7"
>> TARGET_FPU        = "vfp-vfpv4-neon"
>> meta              = "master:12b6cf0f2212519b14333519746174a5b941f7bf"
>> meta-amltd        =
>> "cutting-edge:d9350ea229c04d64111f38e638f372a1bac87be0"
>> meta-raspberrypi  = "master:b896a7da70dd7a16ba7ffd664f7747cb37e1d142"
>>
>> All seemed to go OK, but when I try to play audio, there are
>> no sound cards found.  Is there some configuration I need?
>> Once I get it going, how can I select between the internal
>> (phono) audio and HDMI?
>>
>> Note: I had this working just fine on my RaspberryPi (model B)
>>
>
> We didn't test audio on Raspberrypi 2. So, probably the best thing to do it
> to shoot a redmine bug and maybe help with some patches? Otherwise we will
> try to pick it as soon as possible.
>
> Thanks a lot.
>
> --
> Andrei Gherzan
>
Had same - had no time to send yet [1]...

Andreas

[1] https://github.com/schnitzeltony/meta-raspberrypi/commit/d353859131ead0d45cab322d5e93b3f8391dd2ba


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

* Re: [meta-raspberrypi] RaspberryPi2 - no audio?
  2015-03-22 20:17   ` Andreas Müller
@ 2015-03-22 20:39     ` Alex J Lennon
  0 siblings, 0 replies; 4+ messages in thread
From: Alex J Lennon @ 2015-03-22 20:39 UTC (permalink / raw)
  To: yocto, gary, Andrei Gherzan



On 22/03/2015 21:17, Andreas Müller wrote:
> On Sun, Mar 22, 2015 at 1:25 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>> Hello,
>>
>> On Sun, Mar 22, 2015 at 1:19 PM, Gary Thomas <gary@mlbassoc.com> wrote:
>>> I just built Poky/Yocto for the RaspberryPi2, straight out
>>> of the box using this configuration:
>>>
>>> Build Configuration:
>>> BB_VERSION        = "1.25.0"
>>> BUILD_SYS         = "i686-linux"
>>> NATIVELSBSTRING   = "Fedora-13"
>>> TARGET_SYS        = "arm-amltd-linux-gnueabi"
>>> MACHINE           = "raspberrypi2"
>>> DISTRO            = "amltd"
>>> DISTRO_VERSION    = "1.7+snapshot-20150321"
>>> TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard vfpv4
>>> cortexa7"
>>> TARGET_FPU        = "vfp-vfpv4-neon"
>>> meta              = "master:12b6cf0f2212519b14333519746174a5b941f7bf"
>>> meta-amltd        =
>>> "cutting-edge:d9350ea229c04d64111f38e638f372a1bac87be0"
>>> meta-raspberrypi  = "master:b896a7da70dd7a16ba7ffd664f7747cb37e1d142"
>>>
>>> All seemed to go OK, but when I try to play audio, there are
>>> no sound cards found.  Is there some configuration I need?
>>> Once I get it going, how can I select between the internal
>>> (phono) audio and HDMI?
>>>
>>> Note: I had this working just fine on my RaspberryPi (model B)
>>>
>> We didn't test audio on Raspberrypi 2. So, probably the best thing to do it
>> to shoot a redmine bug and maybe help with some patches? Otherwise we will
>> try to pick it as soon as possible.
>>
>> Thanks a lot.
>>
>> --
>> Andrei Gherzan
>>
> Had same - had no time to send yet [1]...
>
> Andreas
>
> [1] https://github.com/schnitzeltony/meta-raspberrypi/commit/d353859131ead0d45cab322d5e93b3f8391dd2ba

CONFIG_SND=y would be a nice little config fragment

Alex



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

end of thread, other threads:[~2015-03-22 20:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-22 12:19 [meta-raspberrypi] RaspberryPi2 - no audio? Gary Thomas
2015-03-22 12:25 ` Andrei Gherzan
2015-03-22 20:17   ` Andreas Müller
2015-03-22 20:39     ` Alex J Lennon

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.