ConnorRigby

ConnorRigby

Nerves Core Team

Preamble

As we don’t have “stickies” or “FAQs” sections yet, I’m posting this in “Discussions”.

Audio on Nerves Raspberry Pi

We’ve received a few questions about enabling/using audio on raspberry pi devices. We’ve had an issue on the RPI3 nerves_system open since late 2017, and we will likely at some point enable these features in the default systems in the future, but for anyone looking for a way to get started today can follow along here.

Setup

First We will need to follow the Customizing a Nerves System guide.

Raspberry Pi Kernel changes

Nerves currently enabled sound kernel modules on all the Raspberry Pi models. You should not need to modify anything here.

Raspberry Pi config.txt changes

We will need to follow the Boot partition overwrite guide for this step. We will be overwriting the config.txt file. You can read more about that file and its supported values here.

Find the lines

dtparam=i2c_arm=on,spi=on

and change the last to:

dtparam=i2c_arm=on,spi=on,audio=on

User packages for audio

Now we can simply enable any audio programs in Buildroot. Let’s setup espeak and alsa-utils for example.

Open the Buildroot configuration utility:

make menuconfig

You can use / to open the search menu. Look for espeak. Once found it can simply be enabled.
Do the same for aplay.

after saved we will end up with some new lines in nerves_defconfig:

BR2_PACKAGE_ALSA_UTILS=y
BR2_PACKAGE_ALSA_UTILS_AMIXER=y
BR2_PACKAGE_ALSA_UTILS_APLAY=y
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_ESPEAK=y
BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA=y

FIN

And that’s it. This is more an exercise in finding/enabling packages in Buildroot. Hopefully this will be useful to some.
This guide does apply to more than simply Raspberry Pi devices, but the config.txt part is Raspberry Pi specific.

Showing Posts 1 to 4

dnsbty

dnsbty

I’ve been hoping for a guide for this for over a year now. Thank you very much!

fhunleth

fhunleth

Co-author of Nerves

I’ve heard from so many people on this topic. Thanks for all of the comments. My plan had been to update the official Raspberry Pi Nerves systems to Linux 4.14 (they’re still on 4.4) and then integrate at least aplay and make a release. Little did I know that we’d run into two fairly big issues with Linux 4.14. One is a flakiness with wired Ethernet on the 3 B+ (see Pi3b+: "kevent 4 may have been dropped" with lan78xx · Issue #2447 · raspberrypi/linux · GitHub). It seems fixed for me now, but… The other was a big change with Linux 4.14 on the BBB with how device tree overlays work, and that delayed work on the RPi. It’s working, but needs better docs. In better news, Google’s AIY voice kit’s audio hat only works with 4.14 and it’s been working well. Thanks everyone for the patience. I’ll post again soon.

Frank

AndyFrew

AndyFrew

Hello… I have plugged a regular stereo speaker into PI audio port and nothing is coming out. Also I used a single 3.5mm cable to connect PI to audio input in LCD HDTV and still not audio, NO audio also from HDMI cable connection.

ConnorRigby

ConnorRigby OP

Nerves Core Team

@AndyFrew Can you elaborate a bit? how are you trying to get audio out? aplay? espeak? Do you see any errors in your console? What rpi variant are you using? Audio goes through the 3.5mm connector by default, i think you can enable HDMI audio out in config.txt but i’ve never done it before.

— All posts loaded —

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 92995 915
New
caslu
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
GES233
I’m posting this in response to Jose’s recent tweet (Cr. link) : People are sleeping on Elixir for a coding harness: Hot-code swappi...
New
_mfierro
Hello, I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
marciol
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
durvia
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes. We’re a small ...
New

Other Trending Topics Top

garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews