Versions Compared

Key

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

Yocto Build Steps for Rpi4

For Host Setup details, refer this link - How to Build#SettinguptheHostEnvironment

To build, follow below instructions

Code Block
languagec#
themeDJango
titleBuild Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml
$ repo sync -j`nproc` --no-clone-bundle


Enable the distro feature for Beegol Agent,

Code Block
languagec#
themeDJango
titleBuild Steps
vi meta-cmf-raspberrypi/conf/machine/raspberrypi4-rdk-broadband.conf
DISTRO_FEATURES_append_dunfell = " beegol_agent"


set-up environment

Code Block
languagec#
themeDJango
titleBuild Steps
$ MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-broadband-image

...

If you need any help, feel free to contact raspberry@beegol.com

Beegol Agent in RPi4

Beegol systemd service should be actively running in the rpi4 target

Code Block
languagec#
themeDJango
titleBuild Steps

Beegol portal observations


Screenshot of wifi and Access Diagnostic,

Image AddedImage Added


List of connected clients

Image AddedImage RemovedImage RemovedImage Removed




DISCLAIMER: Please note that the use of the RDK Wiki is subject to its Privacy Policy & Terms of Use. In addition, this Wiki may be accessed by all RDK licensees and their contractors.