Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
title.netrc
machine code.rdkcentral.com
login YOUR_USERNAME
password YOUR_PASSWORD

Executing System

Yocto Build Steps

To build, follow below instructions

Code Block
languagebash
themeMidnight
titleBuild Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b yocto-dunfell-upgrade -m rdkvrdkb-asp-nosrcextsrc.xml
$ repo sync -j4j`nproc` --no-clone-bundle
$ MACHINE=raspberrypi-rdk-mcbroadband source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-mediaclientbroadband-image

 

Flashing Procedure

...