Host Setup

Refer the link for host setup details :Host Setup

Build Setup

Initialization

$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkc-nosrc.xml -b dunfell
								( or )
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkc-extsrc.xml -b dunfell

Download/Sync

$ repo sync -j `nproc` --no-clone-bundle --no-tags

Layer Changes

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

Environment Setup



$ MACHINE=raspberrypi0-rdk-camera source meta-cmf-raspberrypi/setup-environment




$ MACHINE=raspberrypi3-rdk-camera source meta-cmf-raspberrypi/setup-environment



Building

$ bitbake rdk-generic-camera-image

Flash Procedure

$ 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