Versions Compared

Key

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

...

Code Block
themeMidnight
titleFlash command
$ bzcat <path to ImageName.wic.bz2> | sudo dd of=<path to SD card space> 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

...