Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

Baseline

Baseline Branchnightly/20230316-dunfell
Post-baseline updatesNA
TDKM110
Manifest branch

rdkb-2023q1-dunfell

Highlights

Components updated since rdkb-2022q4-dunfell 

OvsAgentCcspCommonLibraryRdkCellularManager
WebconfigFrameworkCcspDmCliRdkTelcoVoiceManager
crashuploadCcspEPONAgentRdkWanManager
dcaCcspEthAgentRdkXdslManager
jstCcspLMLiteTestAndDiagnostic
libSyscallWrapperCcspMiscUtopia
lxc-container-generatorCcspMoCAXconf
lxccpidCcspMtaAgenthal
rdk_loggerCcspPandMhalinterface
rdmCcspPsmhotspot
rfcCcspSnmpPasysint
telemetryCcspTr069Pawebui
xupnpCcspWifiAgentwebui-bwg
rdk/components/opensource/ipoe_health_checkCcspXDNSrdkb/devices/ci20/hal
rdk/devices/raspberrypi/webpa-clientCoreNetLibrdkb/devices/emulator/hal
rdkb/components/generic/harvesterGwProvApprdkb/devices/intel-x86-pc/emulator/sysint
rdkb/components/generic/json-rpcGwProvApp-EthWanrdkb/devices/intel-x86-pc/emulator/tdkb
rdkb/components/generic/notify_compMeshAgentrdkb/devices/raspberrypi/hal
CcspAdvSecurityPowerManagerrdkb/devices/raspberrypi/sysint
CcspCMAgentRdkCellularManagerrdkb/devices/rdkbemu/ccsp/rdkb
CcspCommonLibraryRdkPlatformManagerrdkb/devices/rdkbemu/rdkbemu_xb3
CcspCrRdkPlatformManager

Patches

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.

...

  • The manifests repository is only available to RDK licensees.
  • Opensource versions of the RDKB manifests are available from the rdkcmf/manifests repository rdkb-2022q42023q1-dunfell branch 


Code Block
languagebash
themeDJango
mkdir <workspace dir>
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m <manifest.xml> -b rdkb-2022q42023q1-dunfell  
repo sync -j `nproc` --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

      Code Block
      languagebash
      themeDJango
      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2022q42023q1-dunfell
    • For Turris  builds use manifest: rdkb-turris-extsrc.xml

      Code Block
      languagebash
      themeDJango
      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2022q42023q1-dunfell
  • The -b rdkb-2022q42023q1-dunfell in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2022q42023q1-dunfell entirely, you will get the HEAD of each component

...

Code Block
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2022q42023q1-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
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2022q42023q1-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
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2022q42023q1-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
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2022q42023q1-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
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-pod-extsrc.xml -b rdkb-2022q42023q1-dunfell  
repo sync -j `nproc` --no-clone-bundle --no-tags    

MACHINE=turris-extender source meta-turris/setup-environment  

bitbake rdk-generic-extender-image

...

  • 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 3RPI 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

Webui crash observed after changing the default admin credentials on RPI 64 bit

...