Versions Compared

Key

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

...

Code Block
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -b rdkb-2026q1-kirkstone -m rdkb-bpi-extsrc.xml
repo sync -j`nproc` --no-clone-bundle

Disable onewifi distro in below path for wifiagent build
/meta-cmf-bananapi/conf/distro/include/rdk-bpi.inc
# OneWifi feature
#DISTRO_FEATURES_append = " OneWifi onewifi_integration"

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

NOTE: Prerequisite for SDCard build

...

SD Build for Non-MLO build

Code Block
languageshell
repo init -u https://

...

code.rdkcentral.com/r/

...

rdkcmf/manifests -b rdkb-2026q1-kirkstone -m rdkb-bpi-extsrc.xml
repo sync -j`nproc` --no-clone-bundle

Disable generic_mlo distro in below path to trigger the non-mlo build
~/meta-cmf-bananapi/conf/distro/include/rdk-bpi.inc
#DISTRO_FEATURES_append = " generic_mlo"

CP the below PR, (known issue)
https://github.com/rdkcentral/meta-cmf-bananapi/pull/460

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



NOTE: Prerequisite for SDCard build

Flashing instructions(SD card)

Tested machines - Linux,MacOs

Copy wic.bz2 from build machine

MacOs

  1. Install Balena etcher and flash using it

Linux

  1. bzip2 -d <Path to ImageName.wic.bz2>

  2. sudo -E bmaptool copy --nobmap <Path to ImageName.wic> <Path to SD card device file>

Boot mode

Yocto 

Kernel & user space

  • Kernel 6.6
  • Full 64bit (User space and kernel space)

Currently supported & working WAN technologies

  • draw.io Diagram
    bordertrue
    diagramNameethwan

...

Flashing instructions(SD card)

Tested machines - Linux,MacOs

...

Copy wic.bz2 from build machine

MacOs

  1. Install Balena etcher and flash using it

Linux

  1. bzip2 -d <Path to ImageName.wic.bz2>

  2. sudo -E bmaptool copy --nobmap <Path to ImageName.wic> <Path to SD card device file>

Boot mode

Yocto 

Kernel & user space

  • Kernel 6.6
  • Full 64bit (User space and kernel space)

Currently supported & working WAN technologies

  • draw.io Diagram
    bordertrue
    diagramNameethwan
    simpleViewerfalse
    linksauto
    tbstyletop
    lboxtrue
    diagramWidth111
    height132
    revision1
  • draw.io Diagram
    bordertrue
    diagramNamefixedwirelesswan
    simpleViewerfalse
    linksauto
    tbstyletop
    lboxtrue
    diagramWidth110111
    height91132
    revision1

Wi-Fi highlights

  • draw.io Diagram
    bordertrue
    diagramNamefixedwirelesswan
    simpleViewerfalse
    linksauto
    tbstyletop
    lboxtrue
    diagramWidth110
    height91
    revision1

Wi-Fi highlights

  • 2.4 Ghz (wifi0)
  • 5 Ghz (wifi1)
  • 6 Ghz(wifi2)
  • 2.4 Ghz (wifi0)
  • 5 Ghz (wifi1)
  • 6 Ghz(wifi2)
  • Does it support multiple creations - As of now we have not created any VAP's.Technically that is possible based on requirement.
  • EasyMesh R6
  • WiFi 7 with MLO

...

Reference image 

  • Can be provided to RDK-B Licenses on demand

Test results reference

Additional info

  • TBD

For support

References

Known issues


Reference image 

  • Can be provided to RDK-B Licenses on demand


Test results reference

For support

References

Known issues

#

Component

JIRA / Reference

Details

1

eSDK is not working

RDKBACCL-1102

eSDK FAIL in 2026 Q1 release. PopulateSDK is PASS. Under investigation.

2

WebUi page is not loaded in bridge mode

RDKBACCL-512

Issue is there from Q4 2024

3

SNMP get/set is not working

RDKBACCL-1468

Issue observed with MLO enabled builds

Known issues in WiFiagent build

#

Component

JIRA / Reference

Details

1

Unable to connect WiFi clients

RDKBACCL-1685

2

LAN clients are not working after device reboot in Bridge mode

RDKBACCL-1755

  • In bridge mode, LAN clients were not getting IP after reboot because erouter0 was not added to brlan0 as EthAgent started late. After the workaround fix, erouter0 was renamed successfully within 1 minute. But working on the actual root cause for this and those changes will be updated in the next release.
  • Workaround Fix: https://github.com/rdkcentral/meta-cmf-bananapi/pull/457/changes

Known issues in Non MLO build

#SummaryJIRA/ReferenceDetails
1

Observing build issues when we disable generic_mlo distro in BPI RDKB builds

Jira
serverJIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId11deff04-0380-3a3d-a916-0849d4e573f7
keyRDKBACCL-1651

Observing build issues when we disable generic_mlo distro in BPI RDKB builds
Fix : https://github.com/rdkcentral/meta-cmf-bananapi/pull/460

...