Versions Compared

Key

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

...

Deck of Cards
effectDuration2
idRPI3
effectTypeslide
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_dunfell_m10.xml -b master
$ repo sync -j`nproc` --no-clone-bundle
Card
effectDuration2
idRPI4
labelRPI4
Code Block
languagebash
themeDJango
titleRPI4 - Build Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m rpi-tags/rpi4_rdkb_dunfell_m10.xml -b master
$ repo sync -j`nproc` --no-clone-bundle
Card
effectDuration2
idRPI4-Extender
labelRPI4-Extender
Code Block
languagebash
themeDJango
titleRPI4-Extender Build Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/reference/manifests -m rpi-tags/rpi4_rdkb_extender_3Nov212Nov21.xml -b master
$ repo sync -j`nproc` --no-clone-bundle

...