Versions Compared

Key

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

...

Repo Configuration

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

To install Repo make sure you have a /bin directory in your home directory and that it is included in your path

Code Block
languagebash
themeDJango
mkdir ~/bin
  
PATH=~/bin:$PATH
  
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  
chmod a+x ~/bin/repo

...

Deck of Cards
effectDuration2
idTurris gateway
effectTypeslide
Card
effectDuration2
idTurris gateway
labelTurris gateway
Code Block
languagebash
themeDJango
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m turris-tags/Turris_rdkb_3Dec21.xml -b master
      
$ repo sync -j4 --no-clone-bundle
      
$ MACHINE=turris source meta-turris/setup-environment
      
$ bitbake rdk-generic-broadband-image
Card
effectDuration2
idTurris extender
labelTurris extender
Code Block
languagebash
themeDJango
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m turris-tags/Turris_rdkb_extender_3Dec21.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
effectDuration2
idTurris gateway
effectTypeslide
Card
effectDuration2
labelTurris gateway
Card
effectDuration2
idTurris extender
labelTurris extender
effectTypeslide

S.No

Feature Name

1Wi-Fi Extender Use case