+ Antworten
Ergebnis 1 bis 10 von 130

Hybrid-Darstellung

  1. #1
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Apparently your forgot to put the .elf files in the X/cdk/boot folder. In that case the build completes (this has been the case for many years now) but flash.sh fails as flashing an image without .elf files is useless. The Archive folder was probably placed outside the build environment and in the users' home folder because if you have more than one build environment (I usually do) they all share the same Archive folder. If you want it inside the build environment you have to modify configure.ac in the X/cdk folder. Currently a test build for TVHE on the HS8200 is running to test if everything is as intended.

    Regards,

    Audioniek.
    Geändert von Audioniek (22.09.2015 um 19:53 Uhr)
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

  2. The Following User Says Thank You to Audioniek For This Useful Post:



  3. #2
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Zitat Zitat von Audioniek Beitrag anzeigen
    Apparently your forgot to put the .elf files in the X/cdk/boot folder.
    flash.sh search both ELF files in diferent location
    Code:
    # Check .elf file sizes
    
    if [ $IMAGEN == "Enigma2" ]; then
    
     AUDIOELFSIZE=`stat -c %s $TUFSBOXDIR/release/boot/audio.elf`
    
     VIDEOELFSIZE=`stat -c %s $TUFSBOXDIR/release/boot/video.elf`
    
    elif [ $IMAGEN == "Neutrino" ] || [ $IMAGEN == "Tvheadend" ]; then
    
     AUDIOELFSIZE=`stat -c %s $TUFSBOXDIR/release/lib/firmware/audio.elf`
    
     VIDEOELFSIZE=`stat -c %s $TUFSBOXDIR/release/lib/firmware/video.elf`
    
    fi
    I put x/cdk/root/boot/
    as is written "put_your_elf_files_here"
    Geändert von Saentist (22.09.2015 um 21:39 Uhr)


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •