Although the opposite is not necessarily true. I know from experience.Mevi wrote:But (getting back on topic) you're right, if you can assemble flat pack furniture, you can flash a Joggler!

Although the opposite is not necessarily true. I know from experience.Mevi wrote:But (getting back on topic) you're right, if you can assemble flat pack furniture, you can flash a Joggler!
I don't know if it is your internal flash. I've had problems with Squeezeplay OS when rebooting ... the same endless O2 screen reported above. I avoid the problem by not EVER using the reboot option on the Squeezeplay menu. If I want to reboot I always power down fully and then either remove and re-insert the power lead or switch off and then on at the wall socket. I've found this to be the only way I can reboot the device without getting stuck on the O2 screen and being forced to rewrite the image to the stick again.pete_c wrote:I've had an issue similiar to yours on my Squeezebox OS Joggler. I hadn't been shutting it off (months? now) and rebooted it and it just would hang on the O2 screen. I wrote the Squeezebox OS to it a couple of times and a couple of times it started fine; then a reboot back to the O2 screen.
I am thinking that my problems might be related to the internal flash starting to go....
What exactly do you do to "power down fully" ?gegs wrote: I've had problems with Squeezeplay OS when rebooting ... the same endless O2 screen reported above. I avoid the problem by not EVER using the reboot option on the Squeezeplay menu. If I want to reboot I always power down fully and then either remove and re-insert the power lead or switch off and then on at the wall socket. I've found this to be the only way I can reboot the device without getting stuck on the O2 screen and being forced to rewrite the image to the stick again.
When I think back, this joggler - which rarely gets turned off - has had the occasional crash and burn but i've never had this hanging on the o2 screen before. I only use it with PnPIII and won't be surprised when it goes again as I suspect it's a bit of a dud. Although obviously I'm hoping it doesn't!pete_c wrote:I've had an issue similiar to yours on my Squeezebox OS Joggler. I hadn't been shutting it off (months? now) and rebooted it and it just would hang on the O2 screen. I wrote the Squeezebox OS to it a couple of times and a couple of times it started fine; then a reboot back to the O2 screen.
I am thinking that my problems might be related to the internal flash starting to go. That is me though. I did purchase a few of these for my Seabios experimenting. You could change out your flash rom to a new one. You could do a hot swap which is a bit difficult but easy.
Its a bit much to take apart the Joggler; but if you have an extra flash chip and a working Joggler; it takes only a few minutes to do the hot swap.
This was specifically addressed to the use of Squeezeplay OS which has a power down option in the Quit menu. Rebooting In Squeezeplay OS has always led to an O2 screen freeze for me. You can't power off in PnPIII, I think.Fishy wrote:What exactly do you do to "power down fully" ?
Also - do you have any PNPIII Jogglers? - do you trust the reboot option in the swf menu?
I think powering them off is fine normally. I was only saying that I always have power to my kitchen Joggler and it is rock solid and stable. I used to unplug it a lot when I was trying out lots of distros but I've reached a happy equilibrium where I don't feel the compulsion to tweak and my family knows how to use SqueezePlay, its plugins and other PnPIII goodness without my help.pete_c wrote:Are we saying then we shouldn't ever unplug the Joggler O2 screen. I mean I have set up my POE Jogglers such that they are now on UPS's at the switch end; but really sometimes need to power them off....
Huh, how weird - I've never had a problem rebooting with sqpOS. I did with Joli OS - that was grumpy rebooting on my kitchen Joggler, but not the bedroom one.gegs wrote:This was specifically addressed to the use of Squeezeplay OS which has a power down option in the Quit menu. Rebooting In Squeezeplay OS has always led to an O2 screen freeze for me.Fishy wrote:What exactly do you do to "power down fully" ?
Also - do you have any PNPIII Jogglers? - do you trust the reboot option in the swf menu?
I'm guessing that, with so many other Joggler related issues, it's a USB stick thing. I'm pretty sure that if you've had no problems rebooting SqpOS that if I used the same kind of stick you do, neither would I.roobarb! wrote:Huh, how weird - I've never had a problem rebooting with sqpOS. I did with Joli OS - that was grumpy rebooting on my kitchen Joggler, but not the bedroom one.
The copy of this partition is 61 Mb.dd if=/dev/mmcblk0p1 of=/mnt/backuproot.img bs=1024
Would this be the correct image file to utilize to restore the original openpeak boot BIOS?# cd /mnt
# modprobe fh
# dd if=/dev/fh of=/mnt/boot.img bs=1024
1+0 records in
1+0 records out
# ls
boot.img
#
You should just do (and I'm using the media partition here as the storage location):pete_c wrote:What do I write to the EFI chip such that I can copy it so that it is a backup of the booting EFI chip?
Code: Select all
modprobe fh
dd if=/dev/fh of=/media/efi.img bs=1024
Code: Select all
dd if=/media/efi.img of=/dev/fh bs=1024