Skip to content
Snippets Groups Projects
Verified Commit 32752aa3 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

docs/raspberrypi4: Use new syntax for overrides


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 507983ad
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -160,9 +160,9 @@ To enable the ``aplay`` support for audio playback, append the following lines: ...@@ -160,9 +160,9 @@ To enable the ``aplay`` support for audio playback, append the following lines:
.. code-block:: console .. 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" 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 To test the audio out on the *3.5mm audio jack*, we need to download the wav
file and play with ``aplay``. file and play with ``aplay``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment