Versions Compared

Key

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

Children Display

Table of Contents

Host Setup

Refer the link for host setup details :Host Setup

Build Setup

Initialization

Code Block
languagebash
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m rpi-tags/rpi3_rdkc_dunfell_m72021.xml -b master 

Download/Sync

Code Block
languagebash
repo sync -j`nproc` --no-clone-bundle 

Environment Setup

Deck of Cards
idframe
Card
defaulttrue
labelRPI3 B+
titleEnvironment Setup
Code Block
languagebash
titleEnvironment Setup
$ MACHINE=raspberrypi3-rdk-camera source meta-cmf-raspberrypi/setup-environment

Building

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

Flash Procedure

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