Versions Compared

Key

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

...

RPI4 Kirkstone build instructions

RPI4 32-bit build

Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -b feature-rdkb-kirkstone-25aug -m rdkb-extsrc.xml 
repo sync -j`nproc` --no-clone-bundle

#Need to Choose below configuration for Rpi4-32 bit
MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment

bitbake rdkb-generic-broadband-image

RPI4 64-bit build

Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -b feature-rdkb-kirkstone-25aug -m rdkb-extsrc.xml 
repo sync -j`nproc` --no-clone-bundle

#Need to Choose below configuration for Rpi4-64 bit
MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment

bitbake rdkb-generic-broadband-image

...