Versions Compared

Key

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

...

Code Block
languagebash
themeDJango
mkdir <workspace dir>

cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2021q2-dunfell

repo sync -j4 --no-clone-bundle

source meta-cmf-raspberrypi/setup-environment

# Select option raspberrypi-rdk-broadband.conf
bitbake rdk-generic-broadband-image 

# To build TDK image 
bitbake rdk-generic-broadband-tdk-image

...