Versions Compared

Key

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

...

machine code.rdkcentral.com
login YOUR_USERNAME
password YOUR_PASSWORD

Yocto Build Steps

To build, follow below instructions

Build Steps

$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkb-extsrc.xml
$ repo sync -j4 --no-clone-bundle
$ source meta-cmf-raspberrypi/setup-environment (Select option raspberrypi-rdk-broadband.conf)
$ bitbake rdk-generic-broadband-image


On Successful build,   Note. The kernel Image and root filesystem will be created under the below path,

-             ~/tmp/deploy/images/raspberrypi-rdk-broadband folder