• mkdir <workspace dir>
  • cd <workspace dir>
  • repo init -u https://code.rdkcentral.com/r/manifests -b kirkstone -m rdkb-bpi-extsrc.xml
  • repo sync -j `nproc` --no-clone-bundle
  • MACHINE=bananapi4-rdk-broadband KERNEL_TYPE=kernel6-6 source meta-cmf-bananapi/setup-environment-refboard-rdkb

Just click on enter button to create 1GB_RAM and 4GB_RAM folders in the downloads folder.

Download 1GB_RAM binaries and 4GB_RAM binaries from the below paths

1GB RAM path: artifactory.rdkcentral.com 

4GB RAM path: artifactory.rdkcentral.com 

Copy all binaries to the associated folder of 1GB_RAM or 4GB_RAM

Re-run the below command to select the option of 1GB or 4GB

  • MACHINE=bananapi4-rdk-broadband KERNEL_TYPE=kernel6-6 source meta-cmf-bananapi/setup-environment-refboard-rdkb

Build the final image using below command,

  • bitbake rdk-generic-broadband-image
  • No labels