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 quarterly release rdkb-2023q2-dunfell, based on the branch rdk-next and dunfell oe layers. Below are links to the relevant documents.
PLEASE NOTE THE EXTENDER PROFILE IS NOT SUPPORTED IN THIS RELEASE.
RPI profile has enabled DISTRO OneWifi.
HOTFIXES WERE APPLIED POST RELEASE ON 8/8/2023 please see below for details
Note: The latest rdkb quarterly release addresses licensing issues so users are advised to move to the latest iteration.
For the Gerrit links, you need to log in before you will be able to see the contents.
A detailed changelog since the last release rdkb-2023q2-dunfell can be found here. (updated on 9th August)
Baseline Branch | nightly/20230705-dunfell |
Post-baseline updates | hot fixes |
TDK | M114 |
Manifest branch | rdkb-2023q2-dunfell |
87911 | REFPLTB-2555 : [TDK][AUTO][RPI4]LAN Client is not getting IP from RPI4 upgraded with 23Q2 Build |
88483 | TDKB-2619 : tdk-b.bb file changes acc to Onewifi changes |
88484 | TDKB-2619 : TDKB Apply Setting stub enhancement |
88849 | REFPLTB-2606 : Observed rdk-wifi-libhostap fetch errros |
89502 | RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design |
89499 | RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design |
89500 | RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design |
89495 | RDKB-49139:Observing 500 Internal Server Error in UI. |
89498 | RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design |
89501 | RDKB-48048: Unify Wan Manager VIFSM - Sky |
89496 | REFPLTB-2437 : rdkgponmanager do_configure failed in kirkstone |
89497 | REFPLTB-2542 : Wan and GPON Manager Imports failing to get IP on turris and RPI |
meta-turris/pull/547 | REFPLTB-2629 : Turris GW: NAT is not working with Q2 build |
Gerrit changes to rdkb-2023q2-dunfell can be tracked using query:
meta-rdk-bsp-emulator | CcspAdvSecurity | RdkVlanBridgingManager |
OMI | CcspCMAgent | RdkWanManager |
OvsAgent | CcspCommonLibrary | RdkXdslManager |
WebconfigFramework | CcspDmCli | TestAndDiagnostic |
breakpad_wrapper | CcspEthAgent | Utopia |
crashupload | CcspHomeSecurity | Xconf |
dca | CcspLMLite | hal |
dcm | CcspMisc | rdk-wifi-hal |
jst | CcspMtaAgent | halinterface |
libSyscallWrapper | CcspPandM | hotspot |
libunpriv | CcspPsm | sysint |
lxc-container-generator | CcspSnmpPa | webui |
meta-cmf | CcspTr069Pa | webui-bwg |
meta-cmf-broadband | CcspWifiAgent | rdkb/devices/raspberrypi/hal |
meta-cmf-mesh | CoreNetLib | rdkb/devices/raspberrypi/sysint |
meta-cmf-raspberrypi | DhcpManager | rdkb/devices/raspberrypi/tdkb |
meta-rdk | GwProvApp | rdkb/tools/tdkb |
meta-rdk-broadband | GwProvApp-EthWan | rdkcentral/DSM |
meta-rdk-ext | GwProvApp-ePON | rdkcentral/meta-turris |
rdk_logger | MeshAgent | rdkcentral/rdkb-turris-hal |
rdm | OneWifi | |
rfc | PowerManager | |
telemetry | RdkCellularManager | |
xupnp | RdkGponManager | |
rdk/tools/tdk | RdkInterDeviceManager | |
rdkb/components/generic/harvester | RdkPlatformManager | |
rdkb/components/generic/notify_comp | RdkPppManager | |
rdkb/components/generic/startParodus | RdkTelcoVoiceManager |
Separate patch files for the open-source OE layers are no longer maintained. Instead, mirrors of the OE layers used by RDK are maintained at CMF, containing rdk branches that contain the patches already applied. The RDK build scripts and recipes now all use these instead of the previous patches.
A detailed changelog since the last release rdkb-2022q4-dunfell can be found here. (updated on 9th August)
Note:
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m <manifest.xml> -b rdkb-2023q2-dunfell repo sync --no-clone-bundle --no-tags
For RPI builds use manifest: rdkb.xml
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q2-dunfell
For Turris builds use manifest: rdkb-turris-extsrc.xml
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2023q2-dunfell
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q2-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
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q2-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
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q2-dunfell repo sync --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
mkdir <workspace dir> cd <workspace dir> repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2023q2-dunfell repo sync --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
Documentation on the RDK-B reference platforms including host requirement setup and flashing instructions are available from the following links:
RDK-B R-Pi Yocto 3.1 - Dunfell
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/
RPI Sanity tests include:
Test No. | Test | RPI 3 | RPI 4 32 Bit | RPI 4 64 Bit |
1 | Boot up & SSH access | ✓ | ✓ | ✓ |
2 | Verify SSID name & password | ✓ | ✓ | ✓ |
3 | Captive Portal page | ✓ | ✓ | ✓ |
4 | Check Internet connectivity (Wi-Fi client) | ✓ | ✓ | ✓ |
5 | Check Web UI Launch with local gateway IP and login with admin | ✓ | ✓ | ✓ |
6 | verifying whether it is listing the basic parameters | ✓ | ✓ | ✓ |
7 | Verified the connected devices are listing | ✓ | ✓ | ✓ |
8 | Process Checklist - list of process running and ensure all the CCSP processes are running | ✓ | ✓ | ✓ |
9 | DMCLI Output. Verify it is listing all the parameters | ✓ | ✓ | ✓ |
Webui crash observed after changing the default admin credentials on RPI 64 bit
Turris Sanity test include: