Versions Compared

Key

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

Image Modified


Copyright 2016 RDK Management, LLC. All rights reserved. The contents of this document are RDK Management, LLC Proprietary and Confidential and may not be distributed or otherwise disclosed without prior written permission of RDK Management, LLC.

Host Setup

NOTE: Observing fetch errors in VMs with Ubuntu14.x. Thus, suggesting to use VMs with Ubuntu16.x or higher.

Building

Note: Cloning the code before login once to code.rdkcentral.com, user would get the Authentication error, even though the account is in good standing and has all the required access. Please login to code.rdkcentral.com before attempting to clone.


Create workspace directory

Code Block
languagebash
themeDJango
mkdir <workspace dir>
cd <workspace dir>


Follow below instructions to create build with external sources

Deck of Cards
startHiddenfalse
idbuild steps
loopCardstrue
Card
idbuild instructions
labelExternal soruce
Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-
extsrc
nosrc.xml -b dunfell
repo sync -j4 --no-clone-bundle
MACHINE=turris_5.10 source meta-turris/setup-environment
bitbake rdk-generic-broadband-5.10-kernel-image

...

Card
idBuild instructions
labelNo (External) Source
Code Block
languagebash
themeDJango
repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-
nosrc
extsrc.xml -b dunfell
repo sync -j4 --no-clone-bundle
MACHINE=turris_5.10 source meta-turris/setup-environment
bitbake rdk-generic-broadband-5.10-kernel-image


Note: The kernel Image and root filesystem will be placed under <workspace dir>/build-turris/tmp/deploy/images/turris_5.10 folder

Flashing procedure