You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Build Instructions

Morty On R-Pi Broadband

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

Morty On Emulator Broadband

mkdir <workspace dir>
cd <workspace dir>
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b morty
repo sync -j4 --no-clone-bundle
source meta-cmf-bsp-emulator/setup-environment <select option broadband-conf for x86>
bitbake rdk-generic-broadband-image



  • No labels