Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
titleBuild Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b yocto-dunfell-upgrade -m rdkv-asp-nosrc.xml
$ repo sync -j4 --no-clone-bundle
$ MACHINE=rpi3raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-hybrid-image

...

Known Issues and Limitations

Yocto-3.1 RDK generic  media client image support in R-Pi:

  1. PREFERRED_VERSION of gstreamer1.0-libav is set to 1.14 to resolve aamp playback issues.
  2. The optimization level for netsrvmgr and tr69hostif packages are set to -O0 to fix the crash.
  3. irmgr.service is crashing for the latest build.
  4. rmfApp prompt is not getting displayed after playing video using launch/play command. So we need to hard close the video using Ctrl + C combination.
  5. appmanager application is exiting automatically even if it is running in background.

...