Archived Notice:

This page contains outdated information but kept here for reference to old releases. For the latest versions with active support, please visit CMF Releases page.


Copyright 2016 RDK Management, LLC. All rights reserved. The contents of this document are RDK Management, LLC Proprietary and Confidential and may not be distributed or otherwise disclosed without prior written permission of RDK Management, LLC.

Host Setup

Refer to the below link for Host Machine Setup

How to Build#SettinguptheHostEnvironment

Yocto Build Setup

All RPi based RDK images with the latest features are from the rdk-next branch

Initializing the Build Environment

To build RDK images from rdk-next branch, follow the below build procedure

Generic build
mkdir workspace
cd workspace

# initialize the manifest with repo tool
repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-nosrc.xml

repo sync -j `nproc` --no-clone-bundle --no-tags
apply bug fixes

Image build

Link to check possible RDK images on RPi - https://code.rdkcentral.com/r/plugins/gitiles/components/generic/rdk-oe/meta-cmf-raspberrypi/+/refs/heads/rdk-next/recipes-core/images/

generic image
MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment

#both rdk-generic-hybrid-image and rdk-generic-hybrid-wpe-image are same now
bitbake rdk-generic-hybrid-image

The Kernel image and root file-system collectively created as an image and it will be available under build-<MACHINE>/tmp/deploy/images/<MACHINE> folder.

Flashing Procedure

The image file will be generated under build-<MACHINE>/tmp/deploy/images/<MACHINE> directory

# Insert the micro SD card and mention the card's device file name
# input file (if) is the image file to flash and the output file (of) is the card's device file name
sudo dd if=rdk-generic-hybrid-wpe-image-raspberrypi-rdk-hybrid.rpi-sdimg of=/dev/<sd file> bs=4M

8 Comments

  1. Unknown User (aimee_qiu)

    I want to konw if this image file(rdk-generic-mediaclient-image) can operate on Raspberry Pi 4B .


    1. Unknown User (aimee_qiu) 

      RPI 4 does not have RDK-V (Video) port yet. RPI - 3B and RPI - 3B+ have the RDK-Video port and RPI - 4 has the RDK-B (Broadband) port.

      1. Unknown User (bzmood)

        1. Unknown User (bzmood) 

          Yes it is. Currently RDK Video is not supported for RPI4 platform

  2. Unknown User (zhanfei.yang)

    So does it support RPI2 platform

    1. RPI2 is not supported, we should use RPI3 or RPI4.

  3. Unknown User (kencc_yang)

    @Yogomaya Maharana
    I meet the "Cannot fetch components/generic/closedcaption" issue.
    Could you help me solve it?

    steps:
    $ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-extsrc.xml
    $ repo sync -j `nproc` --no-clone-bundle
    ...
    components/generic/closedcaption:
    fatal: remote error: access at least one ref not permitted
    error: Cannot fetch components/generic/closedcaption from https://code.rdkcentral.com/r/a/components/generic/closedcaption

    Thanks,
    Ken


    1. Unknown User (ymaharana)

      Unknown User (kencc_yang)  - Please try now and let me know if issue persists