Versions Compared

Key

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

...

  • Yocto BSP layer for meta-raspberrypi.
  • OpenEmbedded and Yocto Dunfell.
  • Linux kernel 4.19.
  • Version upgrades for bitbake, gstreamer and other oe/wpe recipes.
  • Playing a given stream using gst_launch command.
  • rmfApp Support.
  • Controlling apps using appmanager.

...

Code Block
languagebash
themeMidnight
titleBuild Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b yocto-dunfell-upgrade -m rdkv-asp-nosrc.xml
$ repo sync -j4 --no-clone-bundle
$ source meta-cmf/setup-environment (Select option meta-raspberrypi/conf/machine/raspberrypi-rdk-mc.conf)
$ bitbake rdk-generic-mediaclient-image

...

Code Block
themeMidnight
titleFlash command
bzip2 -d <path to ImageName.wic.bz2>
sudo dd if= -E bmaptool copy --nobmap <path to ImageName.rpi-sdimg>wic> of=<path to SD card space> bs=4M
Example:
$ sudobzip2 dd if=wpe-westeros-d rdk-generic-mediaclient-image-raspberrypi-rdk.rpi-sdimg of=/dev/sdb bs=4M

...

-mc.wic.bz2
$ sudo -E bmaptool copy --nobmap rdk-generic-mediaclient-image-raspberrypi-rdk-mc.wic /dev/sdc