Versions Compared

Key

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

...

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

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

bitbake rdk-generic-broadband-image

...

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

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

bitbake rdk-generic-broadband-image

...