Versions Compared

Key

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

Children Display

Table of Contents


Build Procedure

Initialization

Code Block
languagebashtitleInitialization ( rdk-next branch )
$ 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

Code Block
languagebashtitleDownload/sync
$ repo sync

Environment Setup/Choose

Code Block
languagebash
$ source meta-cmf-raspberrypi/setup-environment

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


Building

Code Block
languagebash
$ bitbake rdk-generic-camera-image


Flash Procedure

Code Block
languagebash
$ 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