For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
The scope of this activity is to migrate from existing OneWiFi component to CcspWiFiAgent component in RDK-B Reference platform. As some of the platforms like xb3 are still using CcspWiFiAgent component instead of Onewifi.
Step 1: Disable OneWiFi distro feature from /meta-cmf-raspberrypi/conf/distro/include/rdk-rpi.inc after repo sync j nproc --no-clone-bundle.
# OneWifi feature
-DISTRO_FEATURES_append_broadband = " OneWifi"
+#DISTRO_FEATURES_append_broadband = " OneWifi"
Step 2: After disabling the feature, MACHINE command and bitbake rdk-generic-broadband-image
RPI4 32bit |
---|
mkdir <workspace dir > cd <workspace dir > repo init -u https: //code .rdkcentral.com /r/manifests -b dunfell -m rdkb-extsrc.xml repo sync -j`nproc` --no-clone-bundle MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi /setup-environment bitbake rdk-generic-broadband-image |
Reference link: RPI 4B Model Reference Platform
RPI4 64bit |
---|
mkdir <workspace dir > cd <workspace dir > repo init -u https: //code .rdkcentral.com /r/manifests -b dunfell -m rdkb-extsrc.xml repo sync -j`nproc` --no-clone-bundle MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi /setup-environment bitbake rdk-generic-broadband-image |
Reference link: RPI 4B Model Reference Platform with 64bit Arch