Versions Compared

Key

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

...

Table of Contents

Baseline

Baseline Branchnightly/20230926-dunfell
Post-baseline updates
TDKM117
Manifest branch

rdkb-2023q3-dunfell

Highlights

Components updated since rdkb-2023q2-dunfell

breakpad_wrapperhalinterfacerdkb/devices/raspberrypi/sysint
CcspAdvSecurityhotspotrdkb/devices/raspberrypi/tdkb
CcspCMAgentjstrdkb/tools/tdkb
CcspCommonLibrarylibunprivRdkCellularManager
CcspCrlxc-container-generatorRdkCellularManager-MM
CcspDmCliMeshAgentrdkcentral/DSM
CcspEPONAgentmeta-cmfrdkcentral/hal-wifi-cfg80211
CcspEthAgentmeta-cmf-broadbandrdkcentral/meta-turris
CcspHomeSecuritymeta-cmf-meshrdkcentral/rdkb-turris-hal
CcspLMLitemeta-cmf-raspberrypiRdkInterDeviceManager
CcspMiscmeta-rdkRdkPlatformManager
CcspMoCAmeta-rdk-broadbandRdkPppManager
CcspMtaAgentmeta-rdk-bsp-emulatorrdkssa
CcspPandMmeta-rdk-extRdkTelcoVoiceManager
CcspPsmOneWifiRdkVlanBridgingManager
CcspSnmpPaOvsAgentRdkWanManager
CcspTr069PaPowerManagerRdkXdslManager
CcspWifiAgentrdk_loggerrdm
CcspXDNSrdk-wifi-halrfc
CoreNetLibrdk/components/opensource/ipoe_health_checksys_resource
cpuprocanalyzerrdk/components/opensource/oe/meta-rtlwifisysint
crashuploadrdk/devices/raspberrypi/webpa-clientsyslog_helper
dcardk/tools/tdktelemetry
dcmrdkb/components/generic/CcspLogAgentTestAndDiagnostic
DhcpManagerrdkb/components/generic/harvesterUtopia
FirmwareSanityrdkb/components/generic/json-rpcWebconfigFramework
GwProvApprdkb/components/generic/mtu_modifierwebui
GwProvApp-ePONrdkb/components/generic/notify_compwebui-bwg
GwProvApp-EthWanrdkb/components/generic/startParodusXconf
halrdkb/devices/raspberrypi/halxupnp

Community contributions

A detailed changelog since the last release rdkb-2023q2-dunfell can be found here

...

  • 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-2023q3-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-2023q3-dunfell
  • The -b rdkb-2023q3-dunfell in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2023q3-dunfell entirely, you will get the HEAD of each component


Building the code

Building for RaspberryPi

...

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-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
  • Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi-rdk-broadband folder

Building for RaspberryPi 4B 32 Bit


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-2023q3-dunfell  
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

...

  • 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

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

...