Versions Compared

Key

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

...

             Need to flash base build as rdkb rpi3 on rpi3 build target ,

Code Block
languagebash
titlerpi3-repo commands
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml
$ repo sync -j`nproc` --no-clone-bundle

...