Versions Compared

Key

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

...

Card
effectDuration2
idRPI3
labelRPI3
Code Block
languagebash
themeDJango
titleRPI3 - Build Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m rpi-tags/rpi3_rdkb_30Nov2230Dec22.xml -b master
$ repo sync -j`nproc` --no-clone-bundle

...