...
| 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
...
| 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 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
| Code Block |
|---|
wget https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2025.01/bpi-r4_sdmmc_fip_6-6.bin
wget https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2025.01/bpi-r4_sdmmc_bl2_6-6.img
wget https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2025.01/bpi-r4_sdmmc_fip_B_6-6.bin
wget https://artifactory.rdkcentral.com/artifactory/RDKB-Platform/BPI-R4/uboot-2025.01/bpi-r4_sdmmc_bl2_B_6-6.img |
Tested machines - Linux,MacOs
Copy wic.bz2 from build machine MacOs
Linux
|
|---|
| draw.io Diagram | |||||||
|---|---|---|---|---|---|---|---|
|
...
Tested machines - Linux,MacOs
...
Copy wic.bz2 from build machine
MacOs
Linux
bzip2 -d <Path to ImageName.wic.bz2>
sudo -E bmaptool copy --nobmap <Path to ImageName.wic> <Path to SD card device file>
| draw.io Diagram | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| draw.io Diagram | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| draw.io Diagram | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
| View file | ||||
|---|---|---|---|---|
|
# | Component | JIRA / Reference | Details |
1 | eSDK is not working | eSDK FAIL in 2026 Q1 release. PopulateSDK is PASS. Under investigation. | |
2 | WebUi page is not loaded in bridge mode | Issue is there from Q4 2024 | |
3 | SNMP get/set is not working | Issue observed with MLO enabled builds |
# | Component |
...
#
...
Component
...
JIRA / Reference
...
Details
...
1
...
eSDK is not working
...
...
eSDK FAIL in 2026 Q1 release. PopulateSDK is PASS. Under investigation.
...
2
...
WebUi page is not loaded in bridge mode
...
...
Issue is there from Q4 2024
...
3
...
SNMP get/set is not working
...
...
Issue observed with MLO enabled builds
JIRA / Reference | Details | ||
1 | Unable to connect WiFi clients |
| |
2 | LAN clients are not working after device reboot in Bridge mode |
|
| # | Summary |
|---|
#
| JIRA/Reference | Details | |
|---|---|---|
| 1 |
Unable to connect WiFi clients
hostapd restart due to a driver-level crash triggered by the MAC-ACL patch. After excluding this patch for WifiAgent builds, clients were able to connect successfully on every boot.2
LAN clients are not working after device reboot in Bridge mode
Observing build issues when we disable generic_mlo distro in BPI RDKB builds |
| Observing build issues when we disable generic_mlo distro in BPI RDKB builds |
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.| Fix : https://github.com/rdkcentral/meta-cmf-bananapi/pull/ |
| 460 |