Versions Compared

Key

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

...

This is the first community release to add support for Banana PI

Note: The latest rdkb quarterly release addresses licensing issues so users are advised to move to the latest iteration.

https://wiki.rdkcentral.com/display/CMF/RDKB-2025q1-kirkstone+Banana+Pi+Broadband+License+Manifest+Report

For the Gerrit links, you need to log in before you will be able to see the contents.

...

Table of Contents

Baseline

Baseline Branchnightly/20250303-kirkstone
Post-baseline updates


TDKM134
Manifest branch

rdkb-2025q1-kirkstone

Highlights

Components updated since rdkb-2024q1-kirkstone


CcspAdvSecurityhalinterfacerdkb/devices/raspberrypi/sysint
CcspCMAgenthotspotrdkb/tools/tdkb
CcspCommonLibrarylibSyscallWrapperRdkCellularManager
CcspCrlibunprivRdkCellularManager-MM
CcspDmCliMeshAgentrdkcentral/bananapi-sysint
CcspEthAgentmeta-cmfrdkcentral/meta-cmf-bananapi
CcspHomeSecuritymeta-cmf-broadbandrdkcentral/meta-rdk-wan
CcspLMLitemeta-cmf-bsp-emulatorRdkInterDeviceManager
CcspMiscmeta-cmf-meshRdkPlatformManager
CcspMtaAgentmeta-cmf-raspberrypiRdkTelcoVoiceManager
CcspPandMmeta-rdkrdm
CcspPsmmeta-rdk-broadbandrfc
CcspSnmpPameta-rdk-bsp-emulatorsysint
CcspTr069Pameta-rdk-exttelemetry
CcspWifiAgentOneWifiTestAndDiagnostic
CcspXDNSPowerManagerUtopia
CoreNetLibrdk-wifi-halwebui
crashuploadrdk/tools/tdkwebui-bwg
dcmrdkb/components/generic/harvesterXconf
DhcpManagerrdkb/components/generic/notify_comp
GwProvApprdkb/components/generic/startParodus
GwProvApp-EthWanrdkb/devices/raspberrypi/hal

Community contributions

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

...

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

# RPI 
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2025q1-kirkstone  

# BPI
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-bpi-extsrc.xml -b rdkb-2025q1-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

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


Building the code

RDKB

...

2025Q1 Manifests

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-pod-extsrc.xml -b rdkb-2025q1-kirkstone  
repo sync --no-clone-bundle --no-tags  

cd meta-cmf-broadband
<UPDATE 0001-Update-bhaul-credential.patch with credential and redirector URL>
cd ../

MACHINE=raspberrypi4-rdk-extender source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-extender-image

Building for Banana Pi Nand Image

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

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-bpi-extsrc.xml -b rdkb-2025q1-kirkstone  
repo sync --no-clone-bundle --no-tags 

MACHINE=bananapi4-rdk-broadband BPI_IMG_TYPE=nand source meta-cmf-bananapi/setup-environment-refboard-rdkb

bitbake rdk-generic-broadband-image

Building for Banana Pi SD Image

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

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-bpi-extsrc.xml -b rdkb-2025q1-kirkstone  
repo sync --no-clone-bundle --no-tags 

MACHINE=bananapi4-rdk-broadband source meta-cmf-bananapi/setup-environment-refboard-rdkb

bitbake rdk-generic-broadband-image

Documentation 

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

...

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

RDK-B BananaPi R4

RDK-B TurrisBanana Pi R4 - 2025Q1 Release(March 2025)

Kirkstone (Yocto 4.0) Migration - RDK-B

...

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

Testing

Sanity Testing

Automated RPI Sanity tests include:

  • Services checks (OneWifi, 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


Additional Manual Sanity Tests on RPI and BPI:

S.No

Sanity Test

Status

32 Bit

Status

64 bit

Jira

Status

BPI Nand

Status

BPI SD

1

erouter0 interface got Wan Ipv4 and Ipv6 address

Pass

Pass

Pass

Pass

2

brlan0 interface got default LAN IP

Pass

Pass

Pass

Pass

3

Able to take SSH Connection

Pass

Pass

Pass

Pass

4

All CCSP process are running

Pass

Pass

Pass

Pass

5

Able to Ping www.google.com and Ping -6 www.google.com

Pass

Pass

Pass

Pass

6

All systemd services are running

Pass

Pass

Pass

Pass

7

Able to connect LAN client

Pass

Pass

Pass

Pass

8

LAN client got IP from default pool range (ipv4 & ipv6)

Pass

Pass

Pass

Pass

9

LAN client should open with CaptivePortal Page

Pass

Pass

Pass

Pass

10

Able to connect wireless client

Pass

Pass

Pass

Pass

11

Wireless client got IP from default pool range (ipv4 & ipv6)

Pass

Pass

Pass

Pass

12

Wireless client can access the CaptivePortal Page

Pass

Pass

Pass

Pass

13

Internet should work on Connected clients after changing the default credentials

Pass

Pass

Pass

Pass

14

Using dmcli to check the  CCSP TR-181 DataModels 

Pass

Pass

Pass

Pass

15

WebUI page should be loaded on Connected clients after changing the default credentials

Pass

Pass

Pass

Pass

16

WebUI page should be loaded through erouter0IP via RM

Pass

Pass

Pass

Pass

17

wlan0 and wlan1 interfaces should be UP and RUNNING

Pass

Pass

Pass

Pass

18

All ccsp logs files should be generated in /rdklogs/logs folder

Pass

Pass

19

Bridge Mode

Pass

Pass

20

Clients are able to get internet after reboot

19

Bridge Mode

Pass

Pass

21

Wifi data persistence after reboot

Pass

Pass

22

20

Factory Reset

Partial

Pass

Partial

Pass

jira

Pass

server

Pass

JIRA

21

serverId11deff04-0380-3a3d-a916-0849d4e573f7keyREFPLTB-3128https://github.com/rdkcentral/RdkWanManager/pull/80

Image Stability

Pass

Pass

Pass

Pass

TDK & Automatics Testing