Posts by joeuser

    Tried 3 times m8, even downloaded again in case the file was corrupt and tried a different usb stick.
    Strange this one m8!:67:


    - - - Updated - - -


    Hiya m8, just tried another twice with different sticks in the front and rear usb ports, still no joy.
    I'm guessing but i bet your back up doesn't like dual tuner boxes, time to try something different i think.
    Cheers sleepy.


    I know it is a little late, but here is a repacked version which should install better.

    I was just coming online to ask you what you used for backups. :)
    It should be possible to boot into spark and run the commands from my script to create a packed backup image to start with. I will try it when I have time. I already tested that it can be done when booting from USB or NFS. Although it is possible to do from the running system, it is usually a bad idea to backup a mounted/running root filesystem...

    Since I usually run my images from my NFS server instead of from flash, I found myself quite often having to extract e2jffs2.img files. So, I found a script which did most of what I wanted and made some mods. I don't remember where I found the original script (was a couple of years ago...) otherwise, I would give the original author credit.


    The first script mounts the e2jffs2.img file using a loop device and copies the filesystem to a local directory. Then copies the uImage file to the boot directory in the extracted filesystem. (My NFS boot scripts automatically look for the kernel there...)


    Usage: ./extract_jffs2.sh e2jffs2.img Destination_Dir
    (Full or relative paths can be used)


    Example: Assuming you have unzipped/untarred the image to /home/user/download/image_x/ and you want to extract it to /data/alien/images/new_image:


    Code
    ./extract_jffs2.sh  /home/user/download/image_x/enigma2/e2jffs2.img  /data/alien/images/new_image




    Second script is for re-packing backup images. It mounts the backup e2jffs2.img file using a loop device and then uses mkfs.jffs2 to create a new image file.


    Usage: ./repack_e2jffs2.sh e2jffs2.img
    (Full or relative paths can be used)


    Example: Assuming you have unzipped/untarred the backup image to /home/user/download/image_x/


    Code
    ./repack_e2jffs2.sh  /home/user/download/image_x/enigma2/e2jffs2.img


    It will rename the original e2jffs2.img file to e2jffs2.orig and create a new repacked e2jffs2.img file.



    I use Debian and already had all tools installed, so I am not sure exactly which packages you will need. I know for sure mtd-utils is necessary. Of course it depends on which Linux distribution you are using.


    You can try running the scripts with:

    Code
    bash -x extract_e2jffs2.sh  /home/user/download/image_x/enigma2/e2jffs2.img /data/alien/images/new_image


    to see what is going on if there is a problem.


    The scripts are not fool-proof and not much error checking is done, so take care with what you are doing...

    "Sticks on the boot screen," meaning the hdmu boot logo on the TV or a blank TV screen and the VFD showing just "BOOT" ?
    If the first case, does it respond to pings? Can you ftp/telnet to the box?
    Do you have any flash drives or external hard drives connected?

    I usually use a cheap satfinder I picked up for less than £10 to get it close then use my phone/tablet with Vu+ Player app to fine tune. Some sats can be found with just using the app, but with the slight delay, it can be a slow tedious process. Using the inline satfinder is much quicker and easier.

    The commands did not get entered ok. Try again cutting and pasting just 2-3 lines at a time starting with

    Code
    setenv board 'pdk7105'

    Make sure each time you get the whole line including both single quote marks ( ' ) and after each time you should get the

    Code
    PDK7105>

    command prompt back. If you get just

    Code
    >

    then it means you did not paste both single quote marks ( ' ). In that case, type another single quote ( ' ) by itself and return and try again.


    Every command should read

    Code
    setenv ....

    If it does not start with that, then there was something wrong with the input.


    Also at the end, you entered

    Code
    'printenv

    instead of just

    Code
    printenv

    So the command did not work, nor did any commands afterwards.



    BTW - when posting the output back here, it is best to use the "#" option and paste the output between the "[ CODE ]" and " [ /CODE ]". Then it will be put in a scrollable box like in my posts...