Versions Compared

Key

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

...

Code Block
languagebash
themeDJango
###GUIDELINE: Make sure "$ readlink -f  <workspace dir>" is not exceeding 60 characters to avert potential build issue with python3-kconfig
$ mkdir <workspace dir>
       
$ cd <workspace dir>
 
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml  -b  rdkb-2021q1
 
$ repo sync -j4 --no-clone-bundle
 
$ MACHINE=turris source meta-turris/setup-environment
  
$ bitbake rdk-generic-broadband-image


Known Issues

  • Unable to access WebUI from connected client over brlan0's IP(10.0.0.1)

Supported Features

Flashing procedure

...