diff --git a/docs/hardware-support/boards/raspberrypi4.rst b/docs/hardware-support/boards/raspberrypi4.rst index 3027f50c63a537ea45fc2e087252654f7537f1d3..8c5760d75f96ed7514cc0dd8ac702aa9eb86c94e 100644 --- a/docs/hardware-support/boards/raspberrypi4.rst +++ b/docs/hardware-support/boards/raspberrypi4.rst @@ -160,9 +160,9 @@ To enable the ``aplay`` support for audio playback, append the following lines: .. code-block:: console - IMAGE_INSTALL_append = " gstreamer1.0 gstreamer1.0-meta-base + IMAGE_INSTALL:append = " gstreamer1.0 gstreamer1.0-meta-base gstreamer1.0-plugins-base gstreamer1.0-plugins-good" - IMAGE_INSTALL_append = " alsa-lib alsa-utils alsa-tools" + IMAGE_INSTALL:append = " alsa-lib alsa-utils alsa-tools" To test the audio out on the *3.5mm audio jack*, we need to download the wav file and play with ``aplay``.