Who outbid me?

That would probably be me who got the 3x Jogglers for £46. I've used the reflashing tool but I still can't get the internal OS to boot (2 x OpenPeak; 1 x O2), despite a successful flash, which is a shame. However, all boot fine from USB.Mevi wrote:I had the 3 from just before Christmas, I forget who got the others. What was the final bid? I paid £65 buy it now, but the next lot went for only £45-ish. No power supplies though and the seller who I've been waiting for to send the power supplies had stock delivery problems. Crapola. Looking for more. I now have 5 Jogglers with only 2 PSUs. I told the kids that my original 2 had babies!
It sounds likely that the flash memory on the Joggler itself has given up. Just like a USB stick, it can wear out - and some will wear out sooner than others. There's one last ditch attempt you could try. Boot into any of the Ubuntu systems, bring up the Terminal app and run this:cbredfred wrote:Each of the two has now gone through the re-flashing process successfully half a dozen times yet still only shows the O2 logo on reboot. Both will boot into Joli OS without any problems.
Code: Select all
sudo dd if=/dev/zero of=/dev/mmcblk0 bs=1M
Code: Select all
dd if=/dev/mmcblk0 | hexdump -C | grep [^00]
Code: Select all
#dd if=test | hexdump -C | grep [^00]
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00100000
2048+0 records in
2048+0 records out
1048576 bytes (1.0 MB) copied, 0.0859875 s, 12.2 MB/s
I'm glad it's saving Jogglers that might otherwise go in the bin. They're a nice bit of kit.cbredfred wrote:Thank you Roobarb for making your "Reflashing Tool" available to us all.