Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BPI-R4 build instruction 

(Until the changes are merged, manually need to cherrypick below two change sets)


Code Block
titleBuild
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 FEATURE_TYPE=EasyMesh source meta-cmf-bananapi/setup-environment-refboard-rdkb
bitbake rdk-generic-broadband-image

...