MVP Manual flash
From WikiDLXTV
								
												
				Manual flashing for the MVP
Prerequisites:
- Need to be running a firmware from b-rad before update
 
-  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,ro 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