** mvphd-tip.zip is for USB flash
 
** mvphd-tip.zip is for USB flash
 
**  sata-tip.img-squashed.gz is for SATA flash
 
**  sata-tip.img-squashed.gz is for SATA flash
 +
* Unzip the file to the root of your USB drive. You should get at least mvphd.md5 and mvphd. The filesystem of the USB drive can be anything (FAT, Ext, NTFS).
 
*  Loop-mount the firmware inside the MVP
 
*  Loop-mount the firmware inside the MVP
  mount -o loop,ro mvphd-tip.zip temp2
+
mkdir /tmp/temporary_mount
 +
  mount -o loop,ro /disk/USB/mvphd /tmp/temporary_mount/
 
* Manually flash the kernel
 
* Manually flash the kernel
  dd if=temp2/zbimage-linux-xload of=/dev/sigmblockd
+
  dd if=/tmp/temporary_mount/zbimage-linux-xload of=/dev/sigmblockd
 
* Invalidate the root filesystem
 
* Invalidate the root filesystem
 
  dd if=/dev/zero of=/dev/sigmblocke bs=1024 count=1
 
  dd if=/dev/zero of=/dev/sigmblocke bs=1024 count=1
Exception encountered, of type "Error"