New version of Enigma of Tideglo and Sif Team is out:
release 0.2.0:
*********************
Bootargs are changed a little bit (simply removed the bygphysarea param), you can use the old one, or update them (doesn't matter if you update 'em or not)
What's new:
- support for:
- cuberevo-mini2 (cuberevo-3000HD/ipbox 910HD)
- cuberevo-mini (ipbox 900HD)
- cuberevo (ipbox 9000HD rel1 and rel2)
cuberevo-250hd (ipbox 91hd) and 200hd are not yet ready, i need more time, sorry
- support for multple tuners:
- dvb-s2 (samsung and new sharp tuners)
- dvb-s
- dvb-t
- dvb-c
- fix in epgcache to solve greenscreen in EPG->Similar Events
- improved resynchronization after fast forward
- added audio track selection for m2ts/trp/vob, after changing the audio track it might take 2-3 seconds for the sound to continue
- tuxtxt dont crash if no swap is used
- pictureplayer in fullscreen
- networktest working (not yet enabled the possibility to change by menu ipaddresses)
- added power-off function (to be tested better)
- busybox +ip addr +nslookup
- more exact seeking for m2ts/trp/vob on keys 1/3 4/6 7/9
- added mkv support
- volume up/down fix
- added dts playback
- support for twin tuners (to be tested better, working only live channels)
- added seeking with 1/3 4/6 7/9 keys for some avi files
- many HDMI related fixes
- added m2ts and trp file extensions support in mediaplayer
- Fixed CVBS, RGB, S-Video switching SCART mode
- Enable choose ColorFormat for HDMI, set Component to ColorFormat YUV as default
- added HDMI-PC custom resolutions
- fix the pictureviewer
- fix placing video picture on screen for Pig render. Skins with small video window now works.
- scart set widescreen flag if wanted
- fixed timer-bug
- mpeg-1, mp2, 23.976 fps work
- fixed the problem with low-bitrate streams
- aspect fix for channels like BBC HD with resolution 1440x1080
- mute should now work
- added streamproxy for streaming channels via lan
- changed webif to port 80
- fixed webif in many parts
- support for HD-Skins
- support for HD-Picons
- pyopenssl added
- fix dvd-player
- fixed HMDI, Scart detection
- firstboot will be done by Wizard
- fixed audio dropouts and video artefatcs
- fixed many remote controller handling (all buttons should now works)
- fixed possibility to change audio on channels by remote controller
- SPDIF out should be fixed
- added python bin
- fixed hdd format
- fixed hdparm (for hdd standby)
- default language is fixed to English
- added pl2303 driver (for external smart card reader)
- updated polish language (thank's to zbigzbig and crashs)
Consider also that any kind of mods are enabled, so everybody can do their own image, but please do not delete thanks and readme file.
All people collaborating had worked hard, so please let's have a little respect.
release 0.1.0(beta):
*********************
This is the first public release, it's released as a beta version, probably it has many and many bugs, but to fix and to discover them I need all your help, so I decided to make it public
This version does not support:
- card reader
- DVB-T, DVB-C, DVB-S tuners
- twin tuner
Enjoy it! Tideglo
Thanks Tideglo. I am in a hurry to check it. Sorry I have no right to post here.
Cheers
acer2
Thx for info.
Here it's the images:
freaky12 03-02-2009, 07:19 Can this be flashed on top of the NLB image guys or do i need to revert the box back to the original dgs image and then flash with enigma?
Another Question
I'm using also the latest NLB image.
Can I use the Flash version and install it as second image through the NLB web-if?
animal666 03-02-2009, 11:26 cant seem to flash this one get "er 2" crc data incorrect, maybe im just doing it wrong?
To test this enigma2 image you need a running nfs server and a serial & network
connection to the receiver.
You need uboot 1.3.1 or higher to run e2 (never tested with lower versions)
Do this only if you want to use nfs-server otherwise go to point 3:
1. extract the tgz file on the server and set the directory in /etc/exports
for example:
/root/Desktop/root 192.168.1.0/255.255.255.0(rw,no_root_squash,sync,no_subtree_check)
where 192.168.1.0 is your net base-address and 255.255.255.0 is your netmask
2. restart nfs server
3. connect via serial console with an hyperterminal connection to the receiver (I suggest you to use putty, it's freeware, and configure it to use a 115200 serial connection)
4. turn on the receiver and hit ctr+z in serial console
you should see the following prompt:
cuberevo>
5. customize the following settings to your network environment and type them into the
serial console:
setenv menu_1 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;setenv gateway 192.168.1.1;setenv netmask 255.255.255.0;setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/nfs nfsroot=/root/Desktop/root rw rootpath=/root/Desktop/root ip=$ipaddr:$serverip:$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 init=/bin/devinit";setenv bootcmd "nfs a5ff0000 192.168.1.6:/root/Desktop/root/boot/uImage;bootm a5ff0000";saveenv;boot'
setenv menu_2 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;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 root=/dev/sda1 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_3 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;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 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 'setenv ipaddr 192.168.1.5;setenv serverip 192.168.1.6;setenv gateway 192.168.1.1;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'
saveenv
remember to customize where /root/Desktop/root is the directory you added to /etc/exports and ipaddr is the ip of your decoder, serverip is the ip of your nfs-server, gateway is your gateway ip, netmask is the mask of your home-net
6. now you can restart your decoder and press the relative remote controller's button for 5 seconds to start the image you want:
Press Button 1: start your image using nfs-server
Press Button 2: start your image using usb pendrive if you don't have a SATA hdd
Press Button 3: start your image using usb pendrive if you have a SATA hdd
Press Button 4: start your original flash image in the decoder (DGStation's original firmwares and images based on them)
That operation is necessary only the first time you want to change your boot commands. You don't need to press all the time you reboot the decoder a button to select wich image to start, simply do that only if you want to change to e2 nfs from usb, or from original images.
That's all, Tideglo
freaky12 03-02-2009, 12:42 Dont think that answers my original question to be honest i dont want to test i want to install it as if i want to full install it .
do i install the original dgs image or can i just flash it over the nlb one?
ovidiumarius 03-02-2009, 13:53 You can flash it over nlb firmware but after that you can't change ip adress.
Can someone explain how to change ip adress when enigma 2 is installed on flash ?
For Flash Users:
English
To flash your stb use: rename firmware in usb_update.img and use usb stick with standard flash method . For ipbox9000 you can also use Flashtools and usb cable
set bootargs in this way:
codice:
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
after write saveenv and reboot your stb.That's all
192.168.1.150 lan ip (decoder)
192.168.1.111 server ip address (your PC - you can set standard value,it's not important)
192.168.1.1 is gateway ip (your router)
255.255.255.0 this is netmask
elgeneral 03-02-2009, 15:07 fixed bug GUI by PKT Team.
file rcS2 on rcS **** etc/init.d/ and reboot e2.
For Flash Users:
English
To flash your stb use: rename firmware in usb_update.img and use usb stick with standard flash method . For ipbox9000 you can also use Flashtools and usb cable
set bootargs in this way:
codice:
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
after write saveenv and reboot your stb.That's all
192.168.1.150 lan ip (decoder)
192.168.1.111 server ip address (your PC - you can set standard value,it's not important)
192.168.1.1 is gateway ip (your router)
255.255.255.0 this is netmask
whene and howe to set bootargs please thanks...
With mine, i flashed the box using flashtools & then switched off box, connected null modem cable, launch putty, select what com port its connected to & 115200 & open
Then switch box on & hit ctrl & z until the cuberevo bit appears on screen
Then amend the message to suit your set up, router addy, ip addy & box addy accordingly & type onto screen & press enter
& that should be it!
First impresions are its very smart & impresive
With mine, i flashed the box using flashtools & then switched off box, connected null modem cable, launch putty, select what com port its connected to & 115200& open
Then switch box on & hit ctrl & z until the cuberevo bit appears on screen
Then amend the message to suit your set up, router addy, ip addy & box addy accordingly & type onto screen & press enter
& that should be it!
First impresions are its very smart & impresive
please can you give me all the info like is it on telnet or serial where did you put the 115200 wat is the host name or ip address wat is the saved sessions thanks...
When you open up putty, select serial, then alter com port -which port is your box connected to so type in com 1 or com 2
change speed from 9600 to 115200
select open on program
Then hold ctrl key & keep pressing z & switch box on
'console' should appear on front panel & u should get cuberevo on putty screen
Then type the txt, dont copy & paste message, thanks to tiesto80, for advice on that & type in your settings
For IP type in your pc ip, then your box ip, followed by router ip & follow previous instructions on txt that follows
freaky12 04-02-2009, 09:43 Hi,
I am trying to overwrite the RCS file in \etc\int.d using the new one for the gui fix using total commander however it will not allow me to overwrite. Am i suspoced to be using total commander? how do i overwrite the file i check the attruibutes and they are 755.
I also tryed to edit the resolve file i can download it but when i redit and upload using total commander again i cant overwrite the file on the nlb image i had previously i could.
freaky 12, did you do what you need. I had no problem overwrite file. I boot enigma, anda after up, you can with TC or DCC ( like me) FTP file and overwrite it.No problem.
regards
acer2
FakeLess 04-02-2009, 11:07 i think he used the flash version, enigma2 on flash doesn't allow you to edit rcS file and the resolv.conf file... i think this is a bug of flash version
Perhaps you are wright. But for me is always better to use usb stick ( in flash to put only checked version. I had no expiriences with enigma in flash.
regards
acer2
arashkhaan 04-02-2009, 14:15 Hi everyone any help on which file to download? (*.tar OR flash tar) !!!
Lonely Raven 04-02-2009, 15:52 Flash version for install on receiver internal flash, like ABCOM\NLB\SIF images;
Other version for install on external USB stick.
arashkhaan 04-02-2009, 16:20 OK I'm using nlb8873 now is it possible to get back to nlb image after this (enigma2)?
Araskhan, I will recomend to use USB stick. You can have in flash NLB or SiF 8873, and also enigma with stick. No problem change images. Only if you boot NLB or SiF , USB stick have to go out.
regards
acer2
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 Most Importent
Forgot To Say
Please Help
Thank U In Advance
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
Man what ever you did dont know did you notice that you have one empty space on subnet mask which means that your ip will not work, try one more time the putty thing and re flash it,
Cheers
yes true there's a space but that only for network setup change....if he stuck on booting no space left on device this why.....
arashkhaan 05-02-2009, 08:32 I downloaded the Flash.tar file , az far az I know it should be flashed with flash tools !! if I use usb stick so I should download the other file is it correct ?
But if I use Flash.tar file is possible to flash egain and go back to nlb ?
Yes you can go back to NLB. You may have to flash first a 32Mb version and then the latest NLB.
arashkhaan 05-02-2009, 09:05 Yes you can go back to NLB. You may have to flash first a 32Mb version and then the latest NLB.
Sorry I'm new would you explain which one is 32Mb version ? thanks
and also how can I get "putty" which program is this ?
A 32MB is full image. You can use one of the below, they are available in the forum.
cuberevo_r7043_usb_all_noboot.rar OR Cuberevo_r7473 official.rar
Get putty from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/
hi all
continue from last night.
reloaded the image.
the unit go pass the booting but blank screen.
i can move the chan up/down and see the name on display of the box. i can not see any thing on tv.
at this stage i am not concerned about network.
at moment i am putting cubrevo 7043 on as suggested.
thank u for ur help
hopefully will get their,
ps can any 1 up load a working image that can be used to get a picture, and then be modified to individual needs ??????
thank u
the unit go pass the booting but blank screen.
i can move the chan up/down and see the name on display of the box. i can not see any thing on tv.
Did you set up your satellites correct?
hi dorosk
i can not get to that stage.
i c nothing on screen.(tv)
Hows your box connected to tv -scart ot hdmi & do you have HDD installed?
Im sure ive read that scart doesnt work yet
I couldnt get enigma 2 to load before, now ive got HDD its loaded into flash ok
Cant get the stick version to work yet though
hi catseye
thank u for reply
i have tv connected by hdmi lead
have 1TB hdd
VolvoV70T5 05-02-2009, 10:22 Hi,
I tested the new Enigma 2 by loading it into the flash (could not get it to go past the booting screen when running off the stick or hard drive)
Once I had finished playing with it I just loaded the latest NLB8873 image straight back into flash and it works perfectly, so no need to mess around with full images, just drop the NLB image back on as you usually would.
Hope this helps,
Paul.
By the way I do really like the new Enigma2, very nice software just no use to me until the cable side is better supported.
arashkhaan 05-02-2009, 11:00 By the way what this engima2 does ?
Hi,
I tested the new Enigma 2 by loading it into the flash (could not get it to go past the booting screen when running off the stick or hard drive)
Once I had finished playing with it I just loaded the latest NLB8873 image straight back into flash and it works perfectly, so no need to mess around with full images, just drop the NLB image back on as you usually would.
Hope this helps,
Paul.
By the way I do really like the new Enigma2, very nice software just no use to me until the cable side is better supported.
Ive loaded it onto flash -its a piece of cake but cant get past 'booting ' message' on front display when trying to use usb stick etc
animal666 05-02-2009, 14:52 I cant seem to load this image on,
Im flashing the flash version using Flashtools v1.0.2 but after downloading the box says "ER 2".
Flashtool says " DATA CRC is not correct. check file"
Has anyone had this problem?
Thanks in advance all.
arashkhaan 05-02-2009, 20:07 I downloaded the file for usb stick (tar.) but when I extact the zip file I get error !!! what is wrong !
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 06-02-2009, 21:59 Help, Cant get any cam to work. incubus won't work and also mbox won't do anything ??
What do i do wrong ?
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 08-02-2009, 11:01 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 09-02-2009, 01:02 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 (http://www.sat-universe.com/attachment.php?attachmentid=114059&d=1233613981) - 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!
animal666 09-02-2009, 01:38 Im using 2 tuners, one cable and one sat, and its all working fine.
Installed from HDD the PKT mod version.
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
samkatta 25-02-2009, 01:40 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.
rodrigopicolo 25-02-2009, 02:02 You can use the DM 500?:thum:
animal666 25-02-2009, 03:36 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.
You can use the DM 500?:thum:
no, we cant use dm 500 here :nana:
grinder99 26-02-2009, 21:34 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
how do i setup a multitenne in this new firmware?
karimluca 05-03-2009, 00:59 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
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
stivan22 05-03-2009, 14:34 Hi
I need Enigma 1 on th box...
Help!
Hi
I need Enigma 1 on th box...
Help!
Hi
9000 box ?
hkvangar 18-03-2009, 00:26 Hi
I need Enigma 1 on th box...
Help!
Ipbox 9000?
|