Enigma2 SifTeam 0.2.0 [9000HD]

acer2

Registered
Messages
199
I downloaded the file for usb stick (tar.) but when I extact the zip file I get error !!! what is wrong !

It happend sometimes, try again, or download again file.Sometime file no unpacked well. BUT you must put tar.gz file no zip.
It have to be without error. What is error you got?

regards
acer2
 

prdehoop

Registered
Messages
10
Help, Cant get any cam to work. incubus won't work and also mbox won't do anything ??

What do i do wrong ?
 

donloko

Registered
Messages
36
incubus

hi to all

whare to i have to put the config file of incubus in bin or keys or somewhere els

and is incubus working on this image have the flash version
 

prdehoop

Registered
Messages
10
Yes incubus cam Works, but needs to be started manually.. the file rcS is Readonly, and therefor not editable for putting in start.cam.

i'm using it now for 2 days, and it works good.
 

teddy_irish

Registered
Messages
6
hi all

i have just flashed my unit for third times and getting stuck on BOOTING.

1. I flashed with usb lead and flash tool
2. i used usb_all_noboot.img
3. unit flashed ok.
4. switch box off
5. open putty
6. select serial com1, 115200
7. connect serial cable
8. switch box holding ctrl+z
9. cubrevo promt.

10 type in

setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 mem=128m ip=192.168.1.150:192.168.1.111:192.168.1.1:255.255 .255.0 coprocessor_mem=4m@0x10000000,4m@0x10400000

then type in

saveenv

the box did its business.
switch of and connect to tv.
switch on and stuck on BOOTING

Hi, I think you didn't do anything wrong. The problem is... that the firmware does not support twin tuner. I experienced the same problem. So what you have to do is:

1) Remove the cover of your Cuberevo
2) Unmount one of the tuners - assuming they are two similar ones.
3)Put back the cover and install the E2 using the flash version: release_020_cuberevo_flash - just rename the image to usb_update.img and copy it to FAT32 formated USB stick.
4) Before you switch the box on for the first time connect it with serial cable to your PC and just put the line

setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 mem=128m ip=192.168.1.150:192.168.1.111:192.168.1.1:255.255 .255.0 coprocessor_mem=4m@0x10000000,4m@0x10400000

then type in

saveenv

press enter and restart the box

All above must be done through putty via serial and Ctrl+z on the boot of the box!(u know how it is)

and voila! - you are ready to go!
 
Last edited:

animal666

Registered
Messages
130
Im using 2 tuners, one cable and one sat, and its all working fine.
Installed from HDD the PKT mod version.
 

abyss71

Registered
Messages
9
hy for all that have a problem with change the bootargs. here
are the original from uboot1.3.3
***************printenv
baudrate=115200
preboot=edb toenv ethaddr;bootmenu
menu_timeout=echo booting...;front_puts "booting";boot
menu_serialbreak=echo entering boot loader console.;front_puts "console"
menu_upgusb=setenv stdout vga;setenv stderr vga;if usbupg; then reset; else echo Oops...; echo You can debug through serial port.; fi
menu_upgserial=setenv stdout vga;setenv stderr vga;serial_upgrade;reset
menu_set2set=setenv stdout vga;setenv stderr vga;serial_set2set;reset
menu_hddfmt=setenv bootargs $bootargs format_hdd=1;front_puts "format hdd";boot
menu_debugmode=setenv bootargs $bootargs debug debug_app=1;front_puts "debug shell";boot
menu_upgnet=setenv bootargs $bootargs factory_update=1;front_puts "net upg";boot
menu_tvmode=set_tvmode;boot
menu_0=front_puts BOOT-EMERNECY; setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/mtdblock4 rootfstype=jffs2 rw bigphysarea=1500; boot
serial#=cuberevo debugging
board=relook511s_27
monitor_base=0xA0000000
monitor_len=0x00040000
monitor_sec=1:0
load_addr=0x84000000
unprot=protect off $monitor_sec
update=erase $monitor_sec;cp.b $load_addr $monitor_base $monitor_len;protect on $monitor_sec
menu_upgusbhost=setenv stdout vga;setenv stderr vga;if usbupghost; then reset; else echo Oops...; echo You can debug through serial port.; fi
menu_3=setenv ipaddr 192.168.1.25;setenv serverip 192.168.1.102;setenv gateway 192.168.1.1;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 bigphysarea=10240 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
menu_1=front_puts DGS-FROM-FLASH;setenv ipaddr 192.168.1.25;setenv serverip 192.168.1.102;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 rootfstype=jffs2 rw bigphysarea=1500 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "bootm a0060000";saveenv;boot
menu_2=front_puts ENIGMA-HD-FLASH;setenv ipaddr 192.168.1.25;setenv serverip 192.168.1.102;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 root=/dev/mtdblock3 rootfstype=jffs2 rw coprocessor_mem=4m@0x10000000,4m@0x10400000 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "bootm a0060000";saveenv;boot
menu_4=front_puts ENIGMA-E2-SDB;setenv ipaddr 192.168.1.25;setenv serverip 192.168.1.102;setenv gateway 192.168.1.1;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 bigphysarea=10240 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
menu_5=front_puts ENIGMA-HD-NFS;setenv ipaddr 192.168.1.25;setenv serverip 192.168.1.102;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 root=/dev/nfs nfsroot=/home/ipbox/rootfs rw rootpath=/home/ipbox/rootfs ip=$ipaddr:$serverip:$gateway:$netmask coprocessor_mem=4m@0x10000000,4m@0x10400000 ";setenv bootcmd "nfs 84000000 192.168.1.102:/home/ipbox/rootfs/boot/uImage;bootm 84000000";saveenv;boot
menu_6=front_puts ENIGMA-E2-NFS;setenv ipaddr 192.168.1.25;setenv serverip 192.168.1.102;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 bigphysarea=10240 root=/dev/nfs nfsroot=/home/ipbox/rootfs rw rootpath=/home/ipbox/rootfs ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 ";setenv bootcmd "nfs a5ff0000 192.168.1.102:/home/ipbox/rootfs/boot/uImage;bootm a5ff0000";saveenv;boot
bootusb=run bootargsusb;usb reset;ext2load usb 0:1 a5ff0000 boot/uImage;bootm a5ff0000
bootargsusb=setenv bootargs console=ttyAS1,115200 panic=3 bigphysarea=10240 root=/dev/sdb1 rw rootdelay=10 init=/bin/devinit ip=192.168.1.25:192.168.1.102:192.168.1.1:255.255.255.0 mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000
ipaddr=192.168.1.25
serverip=192.168.1.102
gateway=192.168.1.1
netmask=255.255.255.0
bootargs=console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 rootfstype=jffs2 rw bigphysarea=1500 ip=192.168.1.25:192.168.1.102:192.168.1.1:255.255.255.0 quiet
bootcmd=bootm a0060000
stdin=serial
stdout=serial
stderr=serial
ethaddr=xx:xx:xx:xx:xx:xx
************************
change the ipadresse/gateway(x.xxx) at the next 6 lines and write it back to your box with hypterm/putty
****
setenv menu_1 'front_puts DGS-FROM-FLASH;setenv ipaddr 192.168.x.xxx;setenv serverip 192.168.x.xxx;setenv gateway 192.168.x.xxx;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 rootfstype=jffs2 rw bigphysarea=1500 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "bootm a0060000";saveenv;boot'

setenv menu_2 'front_puts ENIGMA-HD-FLASH;setenv ipaddr 192.168.x.xxx;setenv serverip 192.168.x.xxx;setenv gateway 192.168.x.xxx;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 root=/dev/mtdblock3 rootfstype=jffs2 rw coprocessor_mem=4m@0x10000000,4m@0x10400000 ip=$ipaddr:$serverip:$gateway:$netmask quiet";setenv bootcmd "bootm a0060000";saveenv;boot'

setenv menu_3 'setenv ipaddr 192.168.1.128;setenv serverip 192.168.x.xxx;setenv gateway 192.168.x.xxx;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 bigphysarea=10240 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'

setenv menu_4 'front_puts ENIGMA-E2-SDB;setenv ipaddr 192.168.x.xxx;setenv serverip 192.168.x.xxx;setenv gateway 192.168.x.xxx;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 bigphysarea=10240 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'

setenv menu_5 'front_puts ENIGMA-HD-NFS;setenv ipaddr 192.168.x.xxx;setenv serverip 192.168.x.xxx;setenv gateway 192.168.x.xxx;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 root=/dev/nfs nfsroot=/home/ipbox/rootfs rw rootpath=/home/ipbox/rootfs ip=$ipaddr:$serverip:$gateway:$netmask coprocessor_mem=4m@0x10000000,4m@0x10400000 ";setenv bootcmd "nfs 84000000 192.168.1.121:/home/ipbox/rootfs/boot/uImage;bootm 84000000";saveenv;boot'

setenv menu_6 'front_puts ENIGMA-E2-NFS;setenv ipaddr 192.168.x.xxx;setenv serverip 192.168.x.xxx;setenv gateway 192.168.x.xxx;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 bigphysarea=10240 root=/dev/nfs nfsroot=/home/ipbox/rootfs rw rootpath=/home/ipbox/rootfs ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 ";setenv bootcmd "nfs a5ff0000 192.168.1.121:/home/ipbox/rootfs/boot/uImage;bootm a5ff0000";saveenv;boot'

saveenv
*********************
cu
abyss71
my box: ipbox9000hd+ Sat 2x DVBS2
 
Last edited:

samkatta

Registered
Messages
4
When I'm trying to flash with USB the receiver gives ER2 error message and the flash tool shows CRC error. Can someone please shed some info on this matter.
 

animal666

Registered
Messages
130
I got the ER2 CRC error also whilst trying to flash. Dont think you can flash it, i ended up installing to HDD there is a 'how to' in this section.
 

grinder99

Registered
Messages
3
newbie

Hi there , I am a dreambox to revo convert, so I am having a little trouble understanding the best way to flash this box. is there a flash tool that does most the work for me?

G
 

karimluca

Registered
Messages
7
network problems with sfiteam e2

hi
i cant get my network to work on th box.
i did follow the instruction about it listed on the forum by this.

setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 mem=128m ip=192.168.1.150:192.168.1.111:192.168.1.1:255.255 .255.0 coprocessor_mem=4m@0x10000000,4m@0x10400000
i used putty by writing the above text press enter and reboot the box but not luck wrong network and when trying changing the box crush.
did the same again writing text and press enter after saveenv enter again.
no luck again
any hep please
 

dorosk

Registered
Messages
100
The commands you used are for the flash version.

setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 mem=128m ip=192.168.1.150:192.168.1.111:192.168.1.1:255.255 .255.0 coprocessor_mem=4m@0x10000000,4m@0x10400000

In this there is an extra space at the 255.255.255.0 so correct it.
Also you have to change the IP addresses to your network

192.168.1.150 is the lan ip (decoder)
192.168.1.111 is the server ip address (you can set standard value,it's not important or put the ip of your PC)
192.168.1.1 is the gateway ip (your router)
255.255.255.0 this is netmask
 
Top