CMF
RDK Releases
Documentation
CMF Videos
Support
Support for CMF is provided by the RDK Support group.
To contact RDK Support:
Enter a ticket: https://jira.rdkcentral.com/
or
E-mail: support@rdkcentral.com
Note: The latest rdkb iteration addresses licensing issues so users are advised to move to the latest iteration.
Note: For the Gerrit links, you need to log in before you will be able to see the contents.
A detailed changelog since the last iteration rdkb-20180325 can be found here.
Baseline
Baseline | nightly/20180426 | 20180426 baseline. |
Post-baseline updates | ||
TDK | M57 | https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M57 |
Manifest | rdkb-20180426 |
Highlights since rdkb-20180325
Components updated:
Patches:
Community contributions:
Getting the code
Note: The manifests repository is only available to RDK licensees.
$ mkdir rdkb $ cd rdkb $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-20180426 $ repo sync -j4 --no-clone-bundle
Building for the emulator
$ source meta-cmf-bsp-emulator/setup-environment (select qemux86broadband) $ bitbake rdk-generic-broadband-image
The image path will be: build-qemux86broadband/tmp/deploy/images/qemux86broadband/rdk-generic-broadband-image-qemux86broadband.vmdk
To build TDK, follow the steps as for a normal build, above, but use the following bitbake command:
$ bitbake rdk-generic-broadband-tdk-image
The image path will be: build-qemux86broadband/tmp/deploy/images/qemux86broadband/rdk-generic-broadband-tdk-image-qemux86broadband.vmdk
TDK documentation is available here: release M57
Running the emulator
Building for RaspberryPi
$ mkdir <workspace dir> $ cd <workspace dir> $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-20180426-rpi $ repo sync -j4 --no-clone-bundle $ source meta-cmf-raspberrypi/setup-environment
Select option raspberrypi-rdk-broadband.conf
$ bitbake rdk-generic-broadband-image
Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi-rdk-broadband folder
Running on the RaspberryPi
Please see RDK Broadband (RaspberryPi)
Documentation for RDK-B on RaspberryPi
RaspberryPi Sanity Testing
Sanity tests include:
Known Issues
Known issues are detailed here.
Note: The latest rdkv iteration addresses licensing issues so users are advised to move to the latest iteration.
Note: For the Gerrit links, you need to log in before you will be able to see the contents.
A detailed changelog since the last iteration rdkv-20180328 can be found here.
Baseline
Baseline | nightly/20180426 | 20180426 baseline. |
Post-baseline updates | gst-plugins-rdk 378dae7 | |
TDK | M57 | https://wiki.rdkcentral.com/display/TDK/TDK-V+Release+M57 |
Manifest | rdkv-20180426 |
Highlights since rdkv-20180328
Components updated:
Patches:
Community contributions:
Build System
Root Filesystem uncompressed image size
Root Filesystem image size data for the XG1v3 and XI3v2 platforms can be found here.
Getting the code
Note: The manifests repository is only available to RDK licensees.
$ mkdir rdkv $ cd rdkv $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkv.xml -b rdkv-20180426 $ repo sync -j4 --no-clone-bundle
Building for the emulator
$ source meta-cmf/setup-environment
Select the option number for the required build (Hybrid: qemux86hyb; Media Client: qemux86mc).
Initiate the build using either of the following commands, depending on the desired device:
$ bitbake rdk-generic-hybrid-image or $ bitbake rdk-generic-mediaclient-image
Upon a successful build, the rootfs (in vmdk format) is available at:
$ {HOME}/emulator/build-qemux86hyb/tmp/deploy/images/qemux86hyb or $ {HOME}/emulator/build-qemux86mc/tmp/deploy/images/qemux86mc
Building for RaspberryPi MediaClient
$ mkdir <workspace dir> $ cd <workspace dir> $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkv.xml -b rdkv-20180426-rpi $ repo sync -j4 --no-clone-bundle $ source meta-cmf-raspberrypi/setup-environment
Select option raspberrypi-rdk-mc.conf
$ bitbake rdk-generic-mediaclient-wpe-image
Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi-rdk-mc folder
Building for RaspberryPi Hybrid
$ mkdir <workspace dir> $ cd <workspace dir> $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkv.xml -b rdkv-20180426-rpi $ repo sync -j4 --no-clone-bundle $ source meta-cmf-raspberrypi/setup-environment
Select option raspberrypi-rdk-hybrid.conf
$ bitbake rdk-generic-hybrid-wpe-image
Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi-rdk-hybrid folder
Documentation for RDK-V on RaspberryPi
Media Gateway Hybrid (RaspberryPi)
RaspberryPi Sanity Testing
Sanity tests include:
Known Issues
Known issues are detailed here.