Versions Compared

Key

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

...

This manual describes the rdk-generic-broadband-image build procedure with EasyMesh Controller enabled for Yocto 3.1 builds. It will be used to generate rdk-generic-broadband-image for Raspberrypi Raspberry Pi reference platform.

Host Setup

...

A sample ~/.netrc file is illustrated below

Code Block
languagetext
title.netrc
machine code.rdkcentral.com

...


  login YOUR_USERNAME

...


  password YOUR_PASSWORD

Yocto Build

To build, follow below instructions

...

In order to enable EasyMesh Controller for the build "easymesh-controller" distro feature must be added. The meta-cmf-raspberrypi/conf/machine/raspberrypi-rdk-broadband.conf must be modified and the following line must be added:

Code Block
languagetext
DISTRO_FEATURES_append = " easymesh-controller "

Note: Before proceeding make sure you have the correct branch by checking the following items:

...