Having been messing around on one of my Jogglers getting PnP Mk II up and running, the latest reflash tool from birdslikewires fails!
On boot 1 it says something about a date in the future and reboots before the reflash script kicks in.
On boot 2 the reflash script kicks in and says:
Code: Select all
failed.
Internal memory does not seem to exist.
This Joggler does not appear to have working internal flash memory.
You may have a faulty internal flash memory chip. You will still be able to boot this Joggler
from USB devices, but it is uncertain whether you will be able to use the original operating
system. Visit the Joggler Forums (http://www.jogglerwiki.com/forums) for help.
HOWEVER, what is weird is that I can reflash the internals using a previously backup up image in Ubuntu, or by booting Ubuntu and
Code: Select all
sudo mkdir /backup
sudo chmod a+rwx /backup
cd /backup
sudo wget http://dl.dropbox.com/u/24506919/Joggler/Partitions/part_table
cat part_table | sudo sfdisk /dev/mmcblk0
sudo wget http://dl.dropbox.com/u/24506919/Joggler/Partitions/mmcblk0.img
sudo dd if=/backup/mmcblk0.img of=/dev/mmcblk0 bs=1M
Code: Select all
sudo dd if=/dev/zero of=/dev/mmcblk0 bs=10M
Any ideas what is going on and if there is a way to get the Reflash tool going on my test Joggler (it's a little easier than the Ubuntu approach although I may just create a shortcut to a script on the desktop).