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.

...

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 

...

Building the code

RDKB 202451 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

...

  • 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:

S.No

Sanity Test

Status

32 Bit

Status

64 bit

Jira

1

erouter0 interface got Wan Ipv4 and Ipv6 address

Pass

Pass


2

brlan0 interface got default LAN IP

Pass

Pass


3

Able to take SSH Connection

Pass

Pass


4

All CCSP process are running

Pass

Pass


5

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

Pass

Pass


6

All systemd services are running

Pass

Pass


7

Able to connect LAN client

Pass

Pass


8

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

Pass

Pass


9

LAN client should open with CaptivePortal Page

Pass

Pass


10

Able to connect wireless client

Pass

Pass


11

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

Pass

Pass


12

Wireless client can access the CaptivePortal Page

Pass

Pass


13

Internet should work on Connected clients after changing the default credentials

Pass

Pass


14

Using dmcli to check the  CCSP TR-181 DataModels 

Pass

Pass


15

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

Pass

Pass


16

WebUI page should be loaded through erouter0IP via RM

Pass

Pass


17

wlan0 and wlan1 interfaces should be UP and RUNNING

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

Pass

Pass


21

Wifi data persistence after reboot

Pass

Pass


22

Factory Reset

Partial Pass

Partial Pass

Jira
serverJIRA
serverId11deff04-0380-3a3d-a916-0849d4e573f7
keyREFPLTB-3128

https://github.com/rdkcentral/RdkWanManager/pull/80

TDK & Automatics Testing