RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
...
Code Block | ||||
---|---|---|---|---|
| ||||
repo init -u https://code.rdkcentral.com/r/manifests -b kirkstone -m rdkb-bpi-extsrc.xml repo sync -j`nproc` --no-clone-bundle Please pick the below machine command based on your requirement # to build the image with AL_SAP MACHINE=bananapi4-rdk-broadband FEATURE_TYPE=EasyMesh source meta-cmf-bananapi/setup-environment-refboard-rdkb # to build the image without AL_SAP MACHINE=bananapi4-rdk-broadband FEATURE_TYPE=EasyMesh WITHOUT_ALSAP=yes source meta-cmf-bananapi/setup-environment-refboard-rdkb #to CP the below change for fynecli access for utopia component https://github.com/rdkcentral/utopia/pull/47 bitbake rdk-generic-broadband-image |
...
Code Block | ||||
---|---|---|---|---|
| ||||
repo init -u https://code.rdkcentral.com/r/manifests -b kirkstone -m rdkb-bpi-ap-extsrc.xml repo sync -j4 --no-clone-bundle #CPPlease pick the below changes cd ~/meta-rdk git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-rdk refs/changes/39/114939/5 && git cherry-pick FETCH_HEAD cd - machine command based on your requirement, #to build the image with AL_SAP MACHINE=bananapi4-rdk-broadband-ap-extender source meta-cmf-bananapi/setup-environment-refboard-rdkb #to build the image without AL_SAP MACHINE=bananapi4-rdk-broadband-ap-extender FEATURE_TYPE=EasyMesh WITHOUT_ALSAP=yes source meta-cmf-bananapi/setup-environment-refboard-rdkb bitbake rdk-generic-ap-extender-image |
...
2.Ensure mesh backhaul connectivity is established over 5G through wifi1.1 interface.
iw dev wifi1.2 3 info |
3.Verify mesh backhaul connection in EM-Contrller side as well.
...
5. Run udhcpc to get ipaddr of brlan0 interface in Extender1
Code Block | ||
---|---|---|
| ||
udhcpc -i brlan0 |
6. Test the connectivity to EM-Controller through backhaul
...
Code Block | ||
---|---|---|
| ||
iw dev wifi1.23 info |
5. Verify mesh backhaul connection in Extender1 side as well.
...
7. Run udhcpc to get ip addr of brlan0 interface in Extender2
Code Block | ||
---|---|---|
| ||
udhcpc -i brlan0 |
8. Test the connectivity to EM-Controller through backhaul
...