You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »


Build Procedure

Initialization

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

Download/Sync

$ repo sync

Layer Changes

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

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/Choose

$ source meta-cmf-raspberrypi/setup-environment

$ meta-cmf-raspberrypi/conf/machine/raspberrypi0-rdk-camera.conf ( Choose 1 )

Building

$ bitbake rdk-generic-camera-image

Flash Procedure

$ sudo dd if="Image Name" of="Device Name" bs=4M

Example:
sudo dd if=rdk-generic-camera-image_default_20200130060729.rootfs.rpi-sdimg of=/dev/sdb bs=4M
  • No labels