azup: File Not Found-Unable to...
Hello,
I have Azbox HD Premium.
Latest original firmware.
Rebooted with usb stick (fat32) with new E2 (.27) patch.bin image.
Installed E2 from usb stick
rebooted
Got IP on display
Ran azup 1.1 and got "Rescue mode ok" and "Patch.cramfs created"
and then "File Not Found-Unable To Complete Request"
I can do recovery only manually to original firmware like this:
mkdir /hdb
mount /dev/hdb1 /hdb
dd if=/hdb/patch.bin of=/hdb/patch.cra bs=56 skip=1
then will be the cramfs be mounted whith loop
mkdir /Patch
mount -o loop /hdb/patch.cra /Patch
dd if=/Patch/FLASH/loader.bin skip=512 of=/dev/mtdblock4 bs=1024
Can somebody help with this problem?