+ Antworten
Ergebnis 1 bis 10 von 130

Hybrid-Darstellung

  1. #1
    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 max Beitrag anzeigen
    in tvheadend.mk zeile 39 --disable-uriparser eintragen, dann sollte es bauen.
    It works 10x
    someone to write change in GITHUB

    Is anyone can fix problem with audio/video.elf
    if it possible to put both file in StartHere root folder and to search from there
    each time when try to make flash image I need to put manually in compilation folder.


  2. #2
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Zitat Zitat von Saentist Beitrag anzeigen
    Is anyone can fix problem with audio/video.elf
    if it possible to put both file in StartHere root folder and to search from there
    each time when try to make flash image I need to put manually in compilation folder.
    Yes and no. The .elf files are coyprighted material and cannot be put in a hub. You have to provide them yourself and one way of getting them is downloading an existing image for the receiver your are build ing for and taking the files from that. Put the files in the folder X/cdk/root/boot and copy them multiple times with different names. When finished you X/cdk/root/boot folder should look like this:

    audio_7100.elf
    audio_7105.elf
    audio_7109.elf
    audio_7111.elf
    audio.elf
    put_your_elf_files_here
    video_7100.elf
    video_7105.elf
    video_7109.elf
    video_7111.elf
    video.elf

    You only need to this once for each build environment. This approach always work OK if you build for one receiver, or receivers all having the same CPU. To be ultra-correct each .elf should match the CPU it has in its file name, so you end up with the same set but with different contents.
    Putting them in starthere does not help much, as the files must be put somewhere. Your suggestion just makes things more complicated. Why not put the files directly where they always were supposed to have been? If you want to keep your set of elf's in a particular place (like I do) it is just a couple of mouse clicks in a decent file manager to copy them into place after a git clone. After the first clone, you are supposed to do git pull to update.

    The suggested change with --disable-uriparser is in the git.

    Regards,

    Audioniek.
    Geändert von Audioniek (25.10.2015 um 13:34 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

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



Berechtigungen

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