Versions Compared

Key

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

...

This is the temporary steps,once the changes get merged in rdk-next then we will remove this cherry pick details

Code Block
languagebash
For webrtc need to apply below cherry-pick's.

$ cd meta-cmf-raspberrypi 
$ git fetch https://code.rdkcentral.com/r/rdk/components/generic/rdk-oe/meta-cmf-raspberrypi refs/changes/73/67173/2 && git cherry-pick FETCH_HEAD

$ cd meta-rdk-camera 
$ git fetch https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-camera refs/changes/72/67172/7 && git cherry-pick FETCH_HEAD 

Environment Setup

Deck of Cards
idframe
Card
defaulttrue
labelRPI3 B+
titleRPI0 Environment Setup
Code Block
languagebash
titleEnvironment Setup
$ MACHINE=raspberrypi3-rdk-camera source meta-cmf-raspberrypi/setup-environment
Card
defaulttrue
labelRPI0
titleEnvironment Setup
Code Block
languagebash
titleEnvironment Setup
$ MACHINE=raspberrypi0-rdk-camera source meta-cmf-raspberrypi/setup-environment

...