Versions Compared

Key

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

  Build instructions for Control manager integration in RPI

       The following commands fetches the source code of turris using repo tool and create the image using bitbake.


repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-nosrc.xml
repo sync -j4 --no-clone-bundle
source meta-cmf-raspberrypi/setup-environment <select option raspberrypi-rdk-hybrid.conf>
bitbake rdk-generic-hybrid-wpe-image

Errors and Challenges

Some of the build errors and its root cause is described in the below table. We will keep updating the table as we encounter more errors.

...