Jump to content


bosspapy

Member Since 14 Feb 2010
Offline Last Active 15 Oct 2017 18:37
-----

Posts I've Made

In Topic: Open PLi & Golden Interstar Xspeed LX support

21 November 2013 - 20:32

thanx for answer !


In Topic: BackupSuite

26 October 2013 - 18:31

  • you'll have to provide the path used one the USB-sticks when flashing like the Xtrends use e.g. /et9x00/<files>, the VU's use /vuplus/duo2/<files> etc. and change the $MAINDEST accordingly

            AmikoAlienTriplex use folder enigma2 

  • determine the used filenames like e.g. kernel.bin, rootfs.bin, e2-rootfs.jffs2, e2-kernel.bin or whatever name used and any other file needed to flash.
  • names files in the folder enigma2 aren't   e2jffs2 .img  and  ulimage (should be a loader of 2,003 kb)
  •  
  • you'll have to determine the make and model of the box while running the backupsuite.sh by e.g. cat /proc/stb/info/boxtype (if present or any other way to determine the mark/model) and feed it to $MODEL or manipulate it to suite your needs, or hardcode it with MODEL=<the required name>

    OK  I update the names of the two variables
  •  
  • for the kernel dump use $NANDDUMP /dev/mtd5 -q > "$WORKDIR/vmlinux.gz"

              Yes OK !
 

If you change the current backupsuite.sh accordingly you would get a whole end may be even without errors but you should test run and report back with the log.

You can change the ET's parts in the backupsuite.sh to test it or use the backupsuite.sh I made for you last may for the Hypercube.

Of course, just finished the test or if there are any mistakes can you please post the log



PS: I have made changes but I get an error on liblzo2.so. 2 library: file too short.


I downloaded libraries for SH4 on git for debian, probably there is a problem.

Anyway I'll update on developments and to getting things done I am attaching the logs.

Thank you for your courtesy

In Topic: BackupSuite

26 October 2013 - 11:07

Hi Pedro

I'm trying to install your plugin on a decoder Amiko Alien with bassd on image openpli. image.

Did I state that the decoder has a Sti (SH4) and has a boot sual-Spark and Enigma2.

Clearly I am interested in solving the problem in E2.

I installed the package mtd-utils for sh4

This is the result of the usual command to check MTD:

SPARK7162: ~ # cat/proc/mtd
dev: size size erasesize name
mtd0: 00100000 00020000 "uboot"
mtd1: 00020000 00a00000 "Spark kernel"
mtd2: 00020000 "Reserve0" 00700000
mtd3: 00200000 00020000 "Reserve1"
mtd4: 16c00000 00020000 "Spark user 's"
mtd5: 00800000 00020000 "E2 kernel"
mtd6: 07700000 00020000 "E2 user 's"
SPARK7162: ~ #

the MTD files are located in the/dev folder as nandump and nandwrite binaries are built into busibox and are achieved with a simlink

You wonder if there are any conditions to run the plugin, if so, you can modificarmi the sh file of your plugin?

Thank you

bosspapy from Italysat team
 

 


In Topic: BackupSuite

30 April 2013 - 17:30

Good evening Pedro
I'm testing for GoldenMedia decoder on the Hypercube OpenPLi 2.1 and, after many tests, we are managing to make it all work thanks to the team of Oscam.
I am part of Team Italysat and would like to ask if it is possible a collaboration to test your plugin on this decoder Hypercube.
 
Hypercube root @: ~ # cat / proc / mtd
dev: size erasesize name
mtd0: 00500000 00020000 "rcv.kernel"
MTD1: 00a00000 00020000 "rcv.rootfs"
MTD2: 00800000 00020000 "e2.kernel"
MTD3: 05a00000 00020000 "e2.rootfs"
mtd4: 00a00000 00020000 "android.param"
mtd5: 00800000 00020000 "android.kernel"
mtd6: 00e00000 00020000 "android.rootfs"
mtd7: 06e00000 00020000 "android.appfs"
mtd8: 10100000 00020000 "android.datac"
mtd9: 00100000 00010000 "loader"
mtd10: 00060000 00010000 "boot"
mtd11: 00020000 00010000 "env"
mtd12: 00280000 00010000 "extra"
Hypercube root @: ~ #
 
files that appear on the firmware are arranged as follows:
 
folder "su980"
within a folder with "e2" that contains these two files:
 
e2-kernel.bin
e2-rootfs.jffs2
 
Can you give me a hint how to proceed?
 
Thanks