For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
This is the summary page that describes the CMF iteration rdkb-20180426. Below are links to the relevant documents for the release.
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 RDK-B_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 RDK-B_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.