Versions Compared

Key

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

Host Setup

Repo Configuration

In order to use Yocto build system, the repo tool must be properly installed on the machine.

...

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.

Build Instruction

Create workspace directory,

...

Deck of Cards
idTurris Gateway
Card
labelTurris Gateway
Code Block
languagec#
themeDJango
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m turris-tags/Turris_rdkb_30Nov22.xml -b master
        
$ repo sync -j4 --no-clone-bundle
        
$ MACHINE=turris source meta-turris/setup-environment
        
$ bitbake rdk-generic-broadband-image
Card
labelTurris Extender
Code Block
languagec#
themeDJango
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m turris-tags/Turris_rdkb_extender_30Nov22.xml -b master
      
$ repo sync -j4 --no-clone-bundle
          
$ MACHINE=turris-extender source meta-turris/setup-environment build-turris-ext
          
$ bitbake rdk-generic-extender-image

Flashing Procedure

Supported Features


Deck of Cards
idTurris Gateway
Card
labelTurris Gateway
Card
labelTurris Extender