how e2 on internal hardrive info needed

Bro1

Registered
Messages
278
so can you give me a little more understanding on how to apply this

do i ftp that to temp then install then do this bit

2. ftp enigma2_cuberevo.tar.gz file to /media folder
3. telnet to box and execute commands below
--------------------------------
cd /media
tar xzf enigma2_cuberevo.tar.gz
cd release # if ip900/910 this might not be needed
mv * ../ # if ip900/910 this might not be needed
sync

thanks for the info
k2k2000
it is much appreciated :thum:
 

k2k2000

Registered
Messages
727
1. flash image that matches your hardware.
2.install fw_setenv-0.1.tar.gz to enable the fw_setenv to work on your installed image.
copy to /tmp
Code:
cd /tmp
tar -zxf [B]fw_setenv-0.1.tar.gz[/B] -C /
3. copy e2.tar.gz to /media
Code:
cd /media
tar xzf enigma2.tar.gz
sync

add your ip and gataway
Code:
fw_setenv [B]menu_1[/B] 'setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500";setenv bootcmd "bootm a0060000";save;boot'
fw_setenv [B]menu_2[/B] 'setenv ipaddr 10.1.1.181;setenv gateway 10.1.200;setenv netmask 255.255.255.0;setenv bootide "run bootargside;ide reset;ext2load ide 0:2 a5ff0000 boot/uImage;bootm a5ff0000";setenv bootargside "setenv bootargs console=ttyAS1,115200 panic=3 root=/dev/sda2 rw rootfstype=ext2 init=/bin/devinit ip=$ipaddr::$gateway:$netmask mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000";setenv bootcmd "run bootide";save;boot'
if hdd formated to ext3.
change rootfstype=ext2 to rootfstype=ext3
 
Top