This is the summary page that describes the CMF kirkstone quarterly release rdkb-2024q1-kirkstone based on the branch rdk-next and kirkstone oe layers. Below are links to the relevant documents.

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-2023q4-kirkstone can be found here

Baseline

Baseline Branchnightly/20240315-kirkstone
Post-baseline updates
TDKM113
Manifest branch

rdkb-2024q1-kirkstone

Highlights

Components updated since rdkb-2023q4-kirkstone

CcspAdvSecurityGwProvApprdkb/components/generic/json-rpcsysint
CcspCMAgenthalinterfacerdkb/components/generic/mtu_modifiertelemetry
CcspCommonLibraryhotspotrdkb/components/generic/notify_compTestAndDiagnostic
CcspCrlxc-container-generatorrdkb/devices/raspberrypi/halUtopia
CcspEPONAgentMeshAgentrdkb/tools/tdkbwebui
CcspEthAgentmeta-cmfRdkCellularManagerwebui-bwg
CcspHomeSecuritymeta-cmf-broadbandrdkcentral/DSMXconf
CcspLMLitemeta-cmf-meshrdkcentral/opensync-vendor-rdk-rpixupnp
CcspMiscmeta-cmf-raspberrypirdkcentral/RdkEasyMeshController
CcspMoCAmeta-rdkrdkcentral/RdkEasyMeshControllerSSP
CcspPandMmeta-rdk-broadbandRdkGponManager
CcspPsmmeta-rdk-bsp-emulatorRdkInterDeviceManager
CcspSnmpPameta-rdk-extRdkLedManager
CcspTr069PaOneWifiRdkPppManager
CcspWifiAgentOvsAgentRdkTelcoVoiceManager
CcspXDNSrdk_loggerRdkVlanBridgingManager
cpuprocanalyzerrdk-wifi-halRdkWanManager
crashuploadrdk/components/opensource/oe/meta-raspberrypiRdkXdslManager
dcardk/devices/raspberrypi/webpa-clientrdm
DhcpManagerrdk/tools/tdkrfc

Community contributions

A detailed changelog since the last release rdkb-2023q4-kirkstone can be found here

Getting the code

Note:

  • The manifests repository is only available to RDK licensees.
  • Opensource versions of the RDKB manifests are available from the rdkcmf/manifests repository rdkb-2024q1-kirkstone branch 
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2024q1-kirkstone  
repo sync --no-clone-bundle --no-tags 
  • The -m <manifest.xml> in the sequence above is important. If this is not specified, you will get an RDK-V tree by default.
    • For RPI builds use manifest: rdkb.xml

      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2024q1-kirkstone
  • The -b rdkb-2024q1-kirkstone in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2024q1-kirkstone entirely, you will get the HEAD of each component


Building the code

Building for RaspberryPi 4B 32 Bit

mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2024q1-kirkstone  
repo sync --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
  • Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi4-rdk-broadband folder

Building for RaspberryPi 4B 64 Bit

mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2024q1-kirkstone  
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
  • Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi4-64-rdk-broadband folder

Documentation 

Documentation on the RDK-B reference platforms including host requirement setup and flashing instructions are available from the following links:

RDK Reference Platforms

RDK-B (RaspberryPi)

RDK-B R-Pi Yocto 3.1 - Dunfell

RDK-B (Raspberry Pi) Build and Setup Manual - Router Profile

RDK-B Turris

Kirkstone (Yocto 4.0) Migration - RDK-B

RPI4 Extender - reference implementation

For all other RDK documentation please refer to the RDK wiki at https://wiki.rdkcentral.com/ 

Testing

Sanity Testing

RPI Sanity tests include:

  • Services checks (wifiagent, hostapd, ccsp processes)
  • Network (WAN) connectivity 
  • LAN client
  • Wifi 2.4Ghz and 5Ghz hotspot testing.
  • Login, menu navigation, parameter modification, e.g. Wifi SSID/password change and re-connection, changing admin password.

 

Test No.TestRPI 4 32 BitRPI 4 64 Bit
1Boot up & SSH access
2Verify SSID name & password
3Captive Portal page
4Check Internet connectivity (Wi-Fi client)
5Check Web UI Launch with local gateway IP and login with admin
6verifying whether it is listing the basic parameters
7Verified the connected devices are listing
8Process Checklist - list of process running and ensure all the CCSP processes are running
9DMCLI Output. Verify it is listing all the parameters


TDK & Automatics Testing

  • No labels