SDAA320 June 2026 AM625 , AM625SIP , AM62D-Q1 , AM62L , AM62P
Patches are required to enable PipeWire and WirePlumber support in the image. These patches needs to be applied to:
The patches required for both the layers are described in table:
| Patch Number | Patch | Description |
|---|---|---|
| 1 | 0001-recipes-multimedia-Add-pipewire-configuration-files.patch | Add reference PipeWire configuration files for 8-channel and 2-channel audio. |
| 2 | 0002-recipes-multimedia-Add-wireplumber-audio-configurati.patch | Add WirePlumber configuration with audio defaults service. |
| 3 | 0003-recipes-core-arago-default-image-Add-pipewire-audio-.patch | Enable PipeWire audio stack in arago-default-image. |
| 4 | 0001-ti-apps-launcher-Remove-pulseaudio-service-dependenc.patch | Remove PulseAudio service from image for EVMs having PulseAudio integration in the OOB demo. |
Following are the steps to download and apply the patches.
$ cd $HOME
$ git clone https://github.com/TexasInstruments/Beyond-SDK.git -b main
$ cd $HOME/tisdk/sources/meta-arago
$ git am $HOME/Beyond-SDK/collaterals/appnotes/sdaa320-Enable_PipeWire_on_TI_Sitara_Devices/0001-recipes-multimedia-Add-pipewire-configuration-files.patch
$ git am $HOME/Beyond-SDK/collaterals/appnotes/sdaa320-Enable_PipeWire_on_TI_Sitara_Devices/0002-recipes-multimedia-Add-wireplumber-audio-configurati.patch
$ git am $HOME/Beyond-SDK/collaterals/appnotes/sdaa320-Enable_PipeWire_on_TI_Sitara_Devices/0003-recipes-core-arago-default-image-Add-pipewire-audio-.patch
$ cd $HOME/tisdk/sources/meta-tisdk
$ git am $HOME/Beyond-SDK/collaterals/appnotes/sdaa320-Enable_PipeWire_on_TI_Sitara_Devices/0001-ti-apps-launcher-Remove-pulseaudio-service-dependenc.patch