Hi,
unfortunately in my 260B I - thoughtlessly - tried to upgrade the firmware from version 1.1.6 to version 2. Result: soft brick. I don't have my backup... Now I connected using Putty and tried solutions from other threads (FWBackup):
cp -r /media/mmcblk0p1/FWBackup/etc/ /etc/
cp -r /media/mmcblk0p1/FWBackup/usr/lib/ /usr/lib/
cp -r /media/mmcblk0p1/FWBackup/ /root/
[/i]
Unfortunately it still hangs on "Loading ..." screen.
The link to your files does not work (error 404). Could you share your backup again and write a few words on how to restore it?
Best regards
Edit after 3 hours:
Done - I was able to upload version 1.2.6
There were errors in the copy commands.
Instead of:
cp -r /media/mmcblk0p1/FWBackup/etc/ /etc/
cp -r /media/mmcblk0p1/FWBackup/usr/lib/ /usr/lib/
cp -r /media/mmcblk0p1/FWBackup/ /root/
It should be:
cp -r -f /media/mmcblk0p1/FWBackup/etc/ /
cp -r -f /media/mmcblk0p1/FWBackup/usr/lib/ /usr/
cp -r -f /media/mmcblk0p1/FWBackup/root/ /
I'm not sure about the temperature calibration though.
And maybe is newer version FW 1.x.x is for the 260B ?