i need some help installing e2

Bacardi

Registered
Messages
289
Hi


I have recently moved house and not had much time for my box sine before xmas (even then i used cable mainly)

Any i have stuck up my dish and lined it up, and i thought i would install e2.

I have downloaded E2_v0.3.0_mod_PKT_v3.3_9000.tar.gz, i am following the instuctions on how istall e2 on hdd as follows.

Howto for installing E2 on internal HDD
with NLB image installed
without Serial cable, only requirements are telnet access.

I have uboot 1.3.3

1. flash image that matches your hardware, 900,910 or 9000 img.
this will enable the fw_setenv to work on you nlb installed image.

I currently have installed nlb9207 (i have tried others)

2. ftp enigma2_cuberevo.tar.gz file to /media folder

done this and renamed from E2_v0.3.0_mod_PKT_v3.3_9000.tar.gz to enigma2_cuberevo.tar.gz

3. telnet to box and execute commands below
--------------------------------
cd /media
this is no problem
tar xzf enigma2_cuberevo.tar.gz
takes a long while ( i assume the box is unpacking the file)
cd release
i get

[NLB cuberevo media]$ cd release

-sh: cd: release: No such file or directory


what should i do now, which directory should i change to, to run the following commands?


mv * ../
sync
sync
fw_setenv menu_1 'setenv bootargs "console=ttyAS1,115200 panic=3 root=/dev/mtdblock3 bigphysarea=1500";setenv bootcmd "bootm a0060000";save;boot'
fw_setenv menu_2 '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 bigphysarea=10240 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'


Thanks
 
Top