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![]()
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mkdir <workspace dir>
cd <workspace dir>
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m <manifest.xml> -b rdkb-2023q1-dunfell
repo sync -j `nproc` --no-clone-bundle --no-tags |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q1-dunfell repo sync -j `nproc` --no-clone-bundle --no-tags MACHINE=raspberrypi-rdk-broadband source meta-cmf-raspberrypi/setup-environment bitbake rdk-generic-broadband-image # To build TDK image bitbake rdk-generic-broadband-tdk-image |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q1-dunfell repo sync -j `nproc` --no-clone-bundle --no-tags MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment bitbake rdk-generic-broadband-image # To build TDK image bitbake rdk-generic-broadband-tdk-image |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mkdir <workspace dir>
cd <workspace dir>
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q1-dunfell
repo sync -j `nproc` --no-clone-bundle --no-tags
MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment
bitbake rdk-generic-broadband-image
# To build TDK image
bitbake rdk-generic-broadband-tdk-image |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mkdir <workspace dir>
cd <workspace dir>
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2023q1-dunfell
repo sync -j `nproc` --no-clone-bundle --no-tags
MACHINE=turris source meta-turris/setup-environment
bitbake rdk-generic-broadband-image
# To build TDK image
bitbake rdk-generic-broadband-tdk-image |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-pod-extsrc.xml -b rdkb-2023q1-dunfell repo sync -j `nproc` --no-clone-bundle --no-tags MACHINE=turris-extender source meta-turris/setup-environment bitbake rdk-generic-extender-image |
...
[Archived] RDK-B R-Pi Yocto 3.1 - Dunfell
[Archived] RDK-B (Raspberry Pi) Build and Setup Manual - Router Profile
For all other RDK documentation please refer to the RDK wiki at https://wiki.rdkcentral.com/
...