RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Refer the link for host setup details :Host Setup
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkc-nosrc.xml -b rdkc_optimize ( or ) $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkc-extsrc.xml -b rdkc_optimize
$ repo sync -j `nproc` --no-clone-bundle --no-tags
$ MACHINE=raspberrypi3-rdk-camera source meta-cmf-raspberrypi/setup-environment
$ MACHINE=raspberrypi0-rdk-camera source meta-cmf-raspberrypi/setup-environment
Add the below compilation flag in bottom of the local.conf file
RMS_STREAM_WITH_PIPEWIRE = "1"
CVR_WITH_PIPEWIRE = "1"
$ vi conf/local.conf RMS_STREAM_WITH_PIPEWIRE = "1" CVR_WITH_PIPEWIRE = "1"
$ bitbake rdk-generic-camera-image
$ bzcat "Image Name" | sudo dd of="Device Name" bs=4M iflag=fullblock oflag=direct conv=fsync Example: bzcat rdk-generic-camera-image_default_20201127105606.rootfs.wic.bz2 | sudo dd of=/dev/sdc bs=4M iflag=fullblock oflag=direct conv=fsync