This is a mirror of the file held by OpenPeak at the following location: http://o2.openpeak.co.uk/firmware/app-o2flash-26635.8686-S3-f1-reimage.tgz To reflash the internal system partitions (mmcblk0p2 and mmcblk0p3) back to defaults: Boot into an Ubuntu release using USB and issue: wget http://dl.dropbox.com/u/1107587/app-o2flash-26635.8686-S3-f1-reimage.tgz tar xvfz app-o2flash-26635.8686-S3-f1-reimage.tgz sudo su tools/bin/partimage -z2 restore /dev/mmcblk0p2 payload/image.myg tools/bin/partimage -z2 restore /dev/mmcblk0p3 payload/image.myg mount /dev/mmcblk0p1 /mnt cp payload/vmlinux /mnt/vmlinux0 cp payload/vmlinux /mnt/vmlinux1 cd /mnt md5sum vmlinux0 >>sum0 md5sum vmlinux1 >>sum1 sed -i '3d' sum0 sed -i '3d' sum1 reboot