Versions Compared

Key

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

...

Yocto Build Steps - rdk-generic-mediaclient-image

To build, follow below instructions

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=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-mediaclient-image

Yocto Build Steps - rdk-generic-hybrid-image

To build, follow below instructions

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-nosrc.xml
$ repo sync -j4 --no-clone-bundle
$ MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-hybrid-image

Flashing Procedure 

Following command can be used to flash the RPI image to sd card using linux machine . bmap tool should be available in linux

Code Block
themeMidnight
titleFlash command
$ bzcat <path to ImageName.wic.bz2> | sudo dd of=<path to SD card space> bs=4M iflag=fullblock oflag=direct conv=fsync 

Example:

$ bzcat rdk-generic-mediaclient-image-raspberrypi-rdk-mc.wic.bz2 | sudo dd of=/dev/sdc bs=4M iflag=fullblock oflag=direct conv=fsync

Features Supported - rdk-generic-mediaclient-image

...

No

...

Main Features

...

Supported

...

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. mfrmgr.service is crashing for the latest build.
  4. appmanager is getting displayed after booting up the image but the login prompt is not available in the background as usual. It is not showing up even after stopping appmanager.
  5. 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.
  6. Sometimes the appmanager disappear from the screen after sometime. We can bring it back by pressing ctrl button.