...
| 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
#with EasyMesh
MACHINE=bananapi4-rdk-broadband MP_version=4.3 FEATURE_TYPE=EasyMesh source meta-cmf-bananapi/setup-environment-refboard-rdkb
#without Easymesh
MACHINE=bananapi4-rdk-broadband source meta-cmf-bananapi/setup-environment-refboard-rdkb
Bring bpi-r4_sdmmc_bl2.img, bpi-r4_sdmmc_fip.bin, bpi-r4_sdmmc_bl2_B.img and bpi-r4_sdmmc_fip_B.bin files under downloads directory
Please refer the Bootloader steps to download the bl2 and fip binaries
#to CP the below change for cli access for meta-cmf-bananapi
https://github.com/rdkcentral/meta-cmf-bananapi/pull/461
#to CP the below change for cli access for oenwifi
https://github.com/rdkcentral/OneWifi/pull/1199
#to CP the below change for cli access for rdk-wifi-hal
https://github.com/rdkcentral/rdk-wifi-hal/pull/736
bitbake rdk-generic-broadband-image
|
...