Difference between revisions of "MVP Manual flash"

From WikiDLXTV
Jump to: navigation, search
(Initial draft)
(No difference)

Revision as of 05:56, 30 July 2012

Manual flashing for the MVP

  • Locate the firmware here (temporary path): http://downloads.wdlxtv.com/mvp/
    • mvphd-tip.zip is for USB flash
    • sata-tip.img-squashed.gz is for SATA flash
  • Loop-mount the firmware inside the MVP
mount -o loop mvphd-tip.zip temp2
  • Manually flash the kernel
dd if=temp2/zbimage-linux-xload of=/dev/sigmblockd
  • Invalidate the root filesystem
dd if=/dev/zero of=/dev/sigmblocke bs=1024 count=1
  • Place the mvphd.md5 and mvphd files in the root of a USB drive (ext3) attached to the MVP and reboot.
  • Profit