I have a problem installing the latest version of E2 (DS 3.0 for distribution Azbox HD).
I successfully installed the version 1.0.29 by The_Ripper following the procedures in the first post, then went back to original firmware without any problems.
Now I would like to update the usb pendrive with the latest version of E2, so I followed the steps, starting from the first one.
Unfortunately, after the whole procedure, when azbox restart with enigma2 from usb pendrive, the decoder stops and the VFD display shows only "premium" with black screen.
Here is the telnet command log.
Code:Powered by The Ripper, telesat && MickeySa ;)
Linux/mips 2.6.22.19-19-the_ripper
(none) login: root
Password:
# cd /
# dd if=/mnt/root/patch.bin of=/mnt/root/patch_cramfs.bin bs=56 skip=1
dd: writing '/mnt/root/patch_cramfs.bin': No space left on device
604106+0 records in
604105+0 records out
33829880 bytes (32.3MB) copied, 41.833879 seconds, 789.7KB/s
# mkdir /patch
# mount -o loop /mnt/root/patch_cramfs.bin /patch
# sfdisk -f -uM /dev/sdb < /patch/hda.out
Checking that no-one is using this disk right now ...
OK
Disk /dev/sdb: 1017 cylinders, 33 heads, 61 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End MiB #blocks Id System
/dev/sdb1 0+ 183- 184- 187632 83 Linux
/dev/sdb2 183+ 187- 4 4096 83 Linux
/dev/sdb3 187+ 244 58- 59136 82 Linux swap / Solaris
/dev/sdb4 0 - 0 0 0 Empty
sfdisk: long or incomplete input line - quitting
# mkfs.ext3 /dev/sdb1
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
46920 inodes, 187632 blocks
9381 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
23 block groups
8192 blocks per group, 8192 fragments per group
2040 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
# mkfs.ext2 /dev/sdb2
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
1024 inodes, 4096 blocks
204 blocks (4.98%) reserved for the super user
First data block=1
Maximum filesystem blocks=4194304
1 block group
8192 blocks per group, 8192 fragments per group
1024 inodes per group
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
# mkdir /MMP
# mount /dev/sdb1 /MMP
# cd /patch
# ls -l
drwxr-xr-x 1 root root 32 Jan 1 1970 FLASH
drwxr-xr-x 1 root root 284 Jan 1 1970 MMP
-rw-r--r-- 1 root root 248479 Jan 1 1970 Update.list
-rwxr-xr-x 1 root root 736 Jan 1 1970 command.seq
-rwxrw-rw- 1 root root 249 Jan 1 1970 hda.out
# tar -cf - . | tar -C / -xpf -
# reboot -f
I don't remember if first time I had the same message.Quote:
dd: writing '/mnt/root/patch_cramfs.bin': No space left on device
Maybe I need to repeat from the beginning the procedure again?
The Enigma2 usb pendrive must be reformatted before update with new E2 release or not?
Thanks
********************************* ********************************* *******************************
New update 13-11-2011:
I have flashed original firmware and I saw some problem with azup (wrong firmware), so I've decided to format the usb pendrive and the repeat the copy of the original firmware on it, then everithing went well.
I repeat the same operation with DS 3.0 enigma2 (format and copy patch.bin) so I've installed that one too.
This is the new telnet command log.
Code:Powered by The Ripper, telesat && MickeySa ;)
Linux/mips 2.6.22.19-19-the_ripper
(none) login: root
Password:
# dd if=/mnt/root/patch.bin of=/mnt/root/patch_cramfs.bin bs=56 skip=1
847725+1 records in
847725+1 records out
47472640 bytes (45.3MB) copied, 61.343862 seconds, 755.7KB/s
# ls /mnt/root
patch.bin patch_cr.bin
# mkdir /patch
# mount -o loop /mnt/root/patch_cramfs.bin /patch
# sfdisk -f -uM /dev/sdb < /patch/hda.out
Checking that no-one is using this disk right now ...
OK
Disk /dev/sdb: 1017 cylinders, 33 heads, 61 sectors/track
Old situation:
Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End MiB #blocks Id System
/dev/sdb1 0+ 999- 1000- 1023580 c W95 FAT32 (LBA)
/dev/sdb2 0 - 0 0 0 Empty
/dev/sdb3 0 - 0 0 0 Empty
/dev/sdb4 0 - 0 0 0 Empty
New situation:
Units = sectors of 512 bytes, counting from 0
Device Boot Start End #sectors Id System
/dev/sdb1 32 375295 375264 83 Linux
/dev/sdb2 375296 383487 8192 83 Linux
/dev/sdb3 383488 501759 118272 82 Linux swap / Solaris
/dev/sdb4 0 - 0 0 Empty
Warning: partition 1 does not end at a cylinder boundary
Successfully wrote the new partition table
Re-reading the partition table ...
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
# mkfs.ext3 /dev/sdb1
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
46920 inodes, 187632 blocks
9381 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
23 block groups
8192 blocks per group, 8192 fragments per group
2040 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 27 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
# mkfs.ext2 /dev/sdb2
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
1024 inodes, 4096 blocks
204 blocks (4.98%) reserved for the super user
First data block=1
Maximum filesystem blocks=4194304
1 block group
8192 blocks per group, 8192 fragments per group
1024 inodes per group
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 33 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
# mkdir /MMP
# mount /dev/sdb1 /MMP
# cd /patch
# tar -cf - . | tar -C / -xpf -
# reboot -f