summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex J Lennon <ajlennon@dynamicdevices.co.uk>2015-10-22 15:52:57 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2015-10-24 21:45:56 +0200
commit7cff0a0a9e0c88c75217f4dfdbf769d40cd6def2 (patch)
tree9832b82859383555c48025f6d4e4232e5c886a3f
parent50a7710718631fc79f0140b743a5ed9f6cfdf8f3 (diff)
downloadmeta-raspberrypi-7cff0a0a9e0c88c75217f4dfdbf769d40cd6def2.tar.gz
README: Add section on audio routing
See http://redmine.gherzan.com/issues/55 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
-rw-r--r--README36
1 files changed, 31 insertions, 5 deletions
diff --git a/README b/README
index e32de3a..e16dee9 100644
--- a/README
+++ b/README
@@ -199,8 +199,34 @@ able to compile omxplayer you will need to whiteflag the commercial license
199adding to you local.conf: 199adding to you local.conf:
200LICENSE_FLAGS_WHITELIST = "commercial" 200LICENSE_FLAGS_WHITELIST = "commercial"
201 201
2024. Board Configuration
203======================
202 204
2034. Source code and mirrors 2054.A. Audio Routing
206==================
207To load audio driver
208
209 modprobe snd-bcm2835
210
211To test audio playback
212
213 e.g. aplay test.wav
214
215Note that without HDMI connected this emits audio from the 3.5in jack connector
216as expected. However With an HDMI display connected there is no audio output from
217the jack connector.
218
219To force the audio routing via the 3.5in jack connector use
220
221 amixer cset numid=3 1
222
223Options to amixer cset are:
224
225 0=auto
226 1=headphones
227 2=hdmi
228
2295. Source code and mirrors
204========================== 230==========================
205 231
206Main repo: 232Main repo:
@@ -214,10 +240,10 @@ Bitbucket mirror:
214 https://bitbucket.org/agherzan/meta-raspberrypi 240 https://bitbucket.org/agherzan/meta-raspberrypi
215 241
216 242
2175. Contributing 2436. Contributing
218=============== 244===============
219 245
2205.A. Mailing list 2466.A. Mailing list
221================= 247=================
222The main communication tool we use is a mailing list: 248The main communication tool we use is a mailing list:
223 yocto@yoctoproject.org 249 yocto@yoctoproject.org
@@ -241,7 +267,7 @@ When sending patches to mailing list, please use something like:
241 267
242 git send-email --to yocto@yoctoproject.org <generated patch> 268 git send-email --to yocto@yoctoproject.org <generated patch>
243 269
2445.B. Redmine 2706.B. Redmine
245============ 271============
246In order to manage and trace the meta-raspberrypi issues, we use redmine: 272In order to manage and trace the meta-raspberrypi issues, we use redmine:
247 http://redmine.gherzan.ro/projects/meta-raspberrypi 273 http://redmine.gherzan.ro/projects/meta-raspberrypi
@@ -255,7 +281,7 @@ for a bug:
255 [Bug #13] 281 [Bug #13]
256 282
257 283
2586. Maintainers 2847. Maintainers
259============== 285==============
260 286
261 Andrei Gherzan <andrei at gherzan.ro> 287 Andrei Gherzan <andrei at gherzan.ro>