Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titlebuild setup
repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkv-nosrc.xml
repo sync -j `nproc` --no-clone-bundle --no-tags

Image Build

titleapply bug fixescollapse
Deck of Cards
idframe
Card
defaulttrue
labelMedia Client
titleInstruction to build mediaclient image
Code Block
languagebash
theme
RDark
title
true
image build
RPi3
MACHINE=raspberrypi-rdk-mc source
# fix for RDKShell's crash (cd
 meta-cmf-
video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-video" refs/changes/70/50470/2 && git cherry-pick FETCH_HEAD)

Note: The above bug fixes changes are temporary given as instructions. This is not required once the change is get merged into the appropriate repo

Image Build

raspberrypi/setup-environment
bitbake rdk-generic-mediaclient-wpe-image

RPi4
MACHINE=raspberrypi4-64-rdk-android-mc source meta-cmf-raspberrypi/setup-environment
bitbake lib32-rdk-generic-mediaclient-wpe-image
Card
labelHybrid Gateway
Deck of Cards
idframe
Card
defaulttrue
labelMedia Client
titleInstruction to build mediaclient hybrid gateway image
Code Block
languagebash
themeRDark
titleimage build
RPi3
MACHINE=raspberrypi-rdk-mc-hybrid source meta-cmf-raspberrypi/setup-environment
bitbake rdk-generic-hybrid-wpe-image

RPi4
MACHINE=raspberrypi4-64-rdk-android-hybrid source meta-cmf-raspberrypi/setup-environment
bitbake lib32-rdk-generic-mediaclienthybrid-wpe-image
Card
labelHybrid Gateway with Operator Ref. App.
titleInstruction to build hybrid gateway image with Operator Reference Application
Code Block
languagebash
themeRDark
titleimage build
MACHINE=raspberrypi-rdk-hybridraspberrypirdkhybrefapp source meta-cmf-raspberrypi/setup-environment
bitbake rdk-generic-hybrid-wperefapp-image

The generated image resides under the directory build-<MACHINE>/tmp/deploy/images/<MACHINE> of the Yocto workspace

...

Code Block
languagebash
themeRDark
# of - output file (the device file for the inserted micro SD card
bzcat <IMAGE_NAME>-<MACHINE>.wic.bz2 | sudo dd of=/dev/sdb bs=4M iflag=fullblock oflag=direct conv=fsync

Known Issue

  • RDKShell not working with Direct Rendering Manager (DRM) backendCobalt is crashed upon launching over RDK Shell