You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Yocto Build Steps for Rpi4

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

To build, follow below instructions

Build 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,

Build Steps
vi meta-cmf-raspberrypi/conf/machine/raspberrypi4-rdk-broadband.conf
DISTRO_FEATURES_append_dunfell = " beegol_agent"


set-up environment

Build Steps
$ MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment
$ bitbake rdk-generic-broadband-image

Process to Connect the Raspberry to a Dashboard

  1. After building the Raspberry firmware, there are a few steps to connect it to Beegol’s cloud where the ISP will be able to see all data collected.

STEP BY STEP

  1. Send by email to raspberry@beegol.com the following information:

    1. Raspberry model if 3B+ or 4B

    2. All MACs address of network interface of the Raspberry

    3. Downstream and Upstream Throughput in Mbps

    4. Local (City, Country)

  2. Beegol will create a dashboard for the ISP with all the information collected by the raspberry

  3. Beegol will send a long and password to access the dashboard

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

Build Steps

Beegol portal observations


Screenshot of wifi and Access Diagnostic,


List of connected clients




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.

  • No labels