Enigma 2 in usb step by step guide
TOOLS:
1) 1 usb stick
2) 1 null modem Rs 232 cable
SOFTWARE:
1) Putty telnet program here:
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
2) KCC ( Kathrein Control Center ) here:
http://www.denktenk.com/modules/wfdow ... visit.php?cid=35&lid=1206
3) Any FTP client
4) Enigma2 SifTeam 0.2.0 mod PKT beta 3.0b image from here
http://www.denktenk.com/modules/wfdow ... visit.php?cid=50&lid=1196
STEP 1
We need to change our U-boot loader (1.3.1 or higher) to a multiboot loader. To do that,
your receiver must be flashed with a Sifteam, PKT or ipbox standard image (not Enigma2 image)
a) Connect the rs232able from your receiver to your PC your receiver must be off from the main power switch.
b) Run puTTy and chose serial. Type at serial line the correct COM port (the com port that your RS232 is connected)
and type at speed 115200 then click at open button.
c) Switch on your receiver and hit Ctrl and Z together until you see at the putty screen Cuberevo>
If you fail switch off the receiver and retry. Type or copy paste the text below
setenv menu_1 'setenv ipaddr 192.168.5.107;setenv serverip 192.168.5.105;setenv gateway 192.168.5.254;setenv netmask 255.255.255.0;setenv bootusb "run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargsusb "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sdb1 rw rootdelay=10 init=/bin/devinit ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootusb";saveenv;boot'
and press enter then type or copy paste:
setenv menu_2 'setenv ipaddr 192.168.5.107;setenv serverip 192.168.5.105;setenv gateway 192.168.5.254;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "bootm a0060000";saveenv;boot'
and press enter. Now type:
saveenv
and press enter to save your configuration.
Be sure that you change the ipaddr, servrip, gateway and netmask with your LAN settings
ipaddr= the ip address of your receiver
serverip = the ip address of your pc
gateway = the ip address of your router
netmask = netmask!!
To find out your pc ipaddress the gateway and the netmask: double click at your local area connection at your pc then click support.
d) Now switch off your receiver ( allways from the main power switch!! ) press at remote control 2 and switch on your receiver keep pressing 2 for about 5 to 10 sec.
Ok now your receiver booting from the standard image. (if you switch off and switch on again your receiver will be booting from the standard image dosent need to press again 2.)
Step 2
a) As your receiver is turned on and working with a standard image, plug in the usb stick.
b) Run KCC type the ipaddress, the username and the password on Telnet and FTP fields.
c) Click on test to be sure that everything is ok.
d) Now click at the experts button. If you can see the SDB icon you are in the right way if not switch off your receiver and make the step 2 from the begining.
e) Right click to the sdb and make a new partition with ext2 or ext3 (doesn't matter) file system. you can make more than one partitions.
f) As you finish with the partition switch off the receiver plugout the usbstick then switch on the receiver wait until the standard image load and then plug inthe usb stick again.
g) Download and unzip the Enigma2 SifTeam 0.2.0 mod PKT beta 3.0b image on your desktop. Its better to this point to rename the Enigma2 SifTeam 0.2.0 mod PKT beta 3.0b
to enigma2, now at your desktop you must have a file enigma2.tar.gz. (approx 60Mb) Also its better to unzip the enigma2.tar.gz file to enigma2.tar with the 7zip program.
h) Run the FTP client and put the enigma2.tar (or enigma2.tar.gz) from your desktop to your receiver at mnt/usb/usb0 path.
Step 3
a) Run putty at telnet mode type the ipaddress of the receiver then click at open button.
b) Logging in telnet mode and type this command:
cd /mnt/usb/usb0
and press enter then type the command:
tar xvf enigma2.tar
and press enter. If you have the enigma2.tar.gz type the command
tar xvfz enigma2.tar.gz
Wait until finish (takes about 30-45 minutes)
c) switch off your receiver.
Step 4
a) Press at your remoote control 1 and then turn on your receiver.
b) Wait about 10 minutes for the first boot
c) Check at the receiver lcd panell to chose the output (Scart RCA HDMI etc)
Step 5 (Final step)
If everything works fine go with your ftp at etc/resolv.conf edit and change the 192.168.1.1 to your router ipaddress. This is important to have your receiver internet access.
ATTENTION: If you want to boot from flash the standard image, before you do it remove the usb stick from your receiver.
tar xzf enigma2.tar.gz
and this work.
0000000000000000000000000000000000000
*****try again., reread this thread. ,create single partition,format it ,copy enigma file, unmount your usb.
and re-enter bootarg.
you dont need usb0 , you can
cd /mnt/usb
mkdir bro1
mount -t ext2 /dev/sda1 /mnt/usb/bro1
your usb is now mounted on bro1 directory.
after you finish unpaking enigma file, run
cd /
umount /dev/sda1
or
umount /mnt/usb/bro1
now you can unplug your usb*******************