Versions Compared

Key

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

...

Currently, all the changes are being pushed in these branches. Once it is merged, you will be able to follow the build instructions without any error.

Yocto Build Steps 

Yocto Build Steps - rdk-generic-mediaclient-image

...

Code Block
themeMidnight
titleFlash command
$ bzcat <path to ImageName.wic.bz2> | sudo dd of=<path to SD card space> bs=4M iflag=fullblock oflag=direct conv=fsync 

Example:

$ bzcat rdk-generic-mediaclient-image-raspberrypi-rdk-mc.wic.bz2 | sudo dd of=/dev/sdc bs=4M iflag=fullblock oflag=direct conv=fsync

...