RDK Resources

[*RDK Preferred*]

Code Management Facility

Code Releases

RDK Forums

[RDK Conferences]

RDK Support

Archives

Papers & Presentations Archive

In the News!

rss: com.atlassian.confluence.macro.MacroExecutionException: com.atlassian.sal.api.net.ResponseException: java.net.SocketTimeoutException: Read timed out

Skip to end of metadata
Go to start of metadata


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

Environment Setup/Choose

$ source meta-cmf-raspberrypi/setup-environment

$ meta-cmf-raspberrypi/conf/machine/raspberrypi3-rdk-camera.conf ( Choose 4 )

Building

$ bitbake rdk-generic-camera-image

Falsh 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