Seite 1 von 39 12311 ... LetzteLetzte
Ergebnis 1 bis 10 von 389
  1. #1
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.861
    Thanks (gegeben)
    763
    Thanks (bekommen)
    21090
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke

    [HowTo] Build own openATV SH4 Image

    openATV Image Ubuntu build howto

    Setup Ubuntu for openATV Image

    Set your shell to /bin/bash.
    sudo dpkg-reconfigure dash
    When asked: Install dash as /bin/sh?
    select "NO"

    Install the required packages. (its different for your system this are examples)

    then options missing send us infos we update this info

    Code:
     apt-get install -y autoconf automake bison bzip2 cvs diffstat flex g++ gawk gcc gettext git-core gzip help2man ncurses-bin ncurses-dev libc6-dev libtool make texinfo patch perl pkg-config subversion tar texi2html wget zlib1g-dev chrpath libxml2-utils xsltproc libglib2.0-dev python-setuptools zip info coreutils diffstat chrpath libproc-processtable-perl libperl4-corelibs-perl sshpass default-jre default-jre-headless java-common  libserf-dev

    Prepare for first build

    Create build workdir.

    mkdir -p ~/openatv

    Go into created build workdir.
    cd ~/openatv

    Get the oe-alliance build git
    git clone git://github.com/oe-alliance/build-enviroment.git

    Go into created build-enviroment folder
    cd ~/openatv/build-enviroment

    Initial build folder
    make update

    Prepare Local File Folders for Files not Include in the Git
    download this file: firmware.zip
    cd ~/openatv
    mkdir -p sh4/stslave_fw
    extract the firmware.zip and copy with folder to sh4/stslave_fw
    now you have

    sh4/stslave_fw/spark
    sh4/stslave_fw/spark7162
    with audio and video files in the folders


    cd ~/openatv/build-enviroment
    make


    edit the file site.conf
    and add this line
    BINARY_STSLAVE_FW_PATH = "/home/USERHOME/openatv/sh4/stslave_fw"
    Info replace "USERHOME" to point to the correct location of you folder you have add the files


    List of MACHINE:

    sti 7111 Models:
    amiko8900, sognorevolution, arguspingulux, arguspinguluxmini, arguspinguluxplus, sparkreloaded, fulanspark1, sabsolo, gis8120, sparklx

    sti 7162 Models:
    amikoalien, sognotriple, sparktriplex, sabtriple,giavatar, sparkone

    use your MACHINE for your Box
    if Box is missing we need we info and we can add the missing spark model

    Start Build first Image
    MACHINE=amiko8900 DISTRO=openatv DISTRO_TYPE=release make image

    after build complete your found the image in
    ~/openatv/build-enviroment/builds/openatv/amiko8900/tmp/deploy/images


    Update the image
    cd ~/openatv/build-enviroment

    make update
    MACHINE=amiko8900 DISTRO=openatv DISTRO_TYPE=release make image


    openATV we are open Source

    Boykott GPL violator

  2. Thanks nappi, baha111, Owen Hart, -, W@Rp and 22 others bedankten sich
    •   Alt Advertising

       

  3. #2
    spark
    Gast
    ok now it work great
    i have started building OPENATV image

  4. #3
    spark
    Gast
    error error

    Code:
    | /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/libgcc/config/sh/lib1funcs.S:2120:24: fatal error: asm/unistd.h: No such file or directory
    |  #include <asm/unistd.h>
    |                         ^
    | compilation terminated.
    | make: *** [_ic_invalidate_syscall_s.o] Error 1
    | make: *** Waiting for unfinished jobs....
    | ERROR: oe_runmake failed
    | WARNING: /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work/sh4-oe-linux/libgcc-initial/4.8.2-r0/temp/run.do_compile.9733:1 exit 1 from
    |   exit 1
    | ERROR: Function failed: do_compile (log file is located at /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work/sh4-oe-linux/libgcc-initial/4.8.2-r0/temp/log.do_compile.9733)
    ERROR: Task 480 (/home/universaldz/Bureau/openspark/build-enviroment/openembedded-core/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb, do_compile) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 219 tasks of which 3 didn't need to be rerun and 1 failed.
    Waiting for 0 running tasks to finish:
    
    Summary: 1 task failed:
      /home/universaldz/Bureau/openspark/build-enviroment/openembedded-core/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb, do_compile
    Summary: There were 50 WARNING messages shown.
    Summary: There was 1 ERROR message shown, returning a non-zero exit code.
    make: *** [image] Error 1
    universaldz@sodo-vuuno:~/Bureau/openspark/build-enviroment$

  5. #4
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.861
    Thanks (gegeben)
    763
    Thanks (bekommen)
    21090
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    looks like some packages not ready and other ask for it

    have you a fast system then yes

    update you site.conf

    BB_NUMBER_THREADS = "20"
    PARALLEL_MAKE = "-j 8"

    i use this and have no issue


    openATV we are open Source

    Boykott GPL violator

  6. #5
    Senior Mitglied Avatar von nettraxx
    Registriert seit
    17.11.2013
    Beiträge
    417
    Thanks (gegeben)
    127
    Thanks (bekommen)
    164
    Total Downloaded
    2,93 MB
    Total Downloaded
    2,93 MB
    ReceiverDanke
    Box 1:
    DM 900
     
     
    ich habe das Problem, das ich das Verzeichnis mit openatv nicht finde
    im term ist es so root@ubuntu:~/openatv# doch wo liegt das, ansonsten war alles immer im home Ordner
    Im Dateisystem finde ich auch nichts

    EDIT: man jetzt erst gesehn, habs als root gemacht, sorry
    Geändert von nettraxx (19.07.2014 um 13:46 Uhr)

  7. #6
    Avatar von Lizard
    Registriert seit
    09.04.2013
    Beiträge
    227
    Thanks (gegeben)
    93
    Thanks (bekommen)
    102
    Total Downloaded
    4,91 MB
    Total Downloaded
    4,91 MB
    ReceiverDanke
    Box 1:
    Edision OS nino / nino+ / nino pro
     
     
    Box 2:
    Edision OS mega / mio 4K
     
     
    Box 3:
    Edision OS Mini / OS Mini +
     
     
    Box 4:
    Edision Optimuss OS1(+)/OS2(+)/OS3+
     
     
    Box 5:
    Edision Pingulux
     
     
    Die Tilde "~" ist immer das home-Verzeichnes des Users mit desse Username er sich angemeldet hat, wenn User "tim" sich angemedest hat bezieht sich "~" auf /home/tim, bei User "root" ist es halt das Verzeichnis "/root".
    Noch ein Tip, man sollte besser nicht als "root" bauen, da man sich bei ungeschickten Fehlern schon mal das ganze System zerschiessen kann, immer besser als Normal-User bauen.

  8. Thanks madie, undertaker bedankten sich
  9. #7
    Avatar von Lizard
    Registriert seit
    09.04.2013
    Beiträge
    227
    Thanks (gegeben)
    93
    Thanks (bekommen)
    102
    Total Downloaded
    4,91 MB
    Total Downloaded
    4,91 MB
    ReceiverDanke
    Box 1:
    Edision OS nino / nino+ / nino pro
     
     
    Box 2:
    Edision OS mega / mio 4K
     
     
    Box 3:
    Edision OS Mini / OS Mini +
     
     
    Box 4:
    Edision Optimuss OS1(+)/OS2(+)/OS3+
     
     
    Box 5:
    Edision Pingulux
     
     
    Build hat durchgebaut nachdem die letzten Fixe eingepflegt wurden, morgen mal den Pingu damit flashen.

  10. #8
    Mitglied
    Registriert seit
    02.10.2013
    Beiträge
    57
    Thanks (gegeben)
    52
    Thanks (bekommen)
    3
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Box 1:
    Golden Media Reloaded SPARK
     
     
    error ...

    spark7111@ubuntu:~/openatv/build-enviroment$ MACHINE=sparkreloaded DISTRO=openatv make imageNOTE: Started PRServer with DBfile: /home/spark7111/openatv/build-enviroment/builds/openatv/spark/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 41389, PID: 4652
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:


    /bin/mknod has the setuid bit set. This interferes with pseudo and may cause other issues that break the build process.




    Summary: There was 1 ERROR message shown, returning a non-zero exit code.
    make: *** [image] Error 1
    spark7111@ubuntu:~/openatv/build-enviroment$

    Golden Media Reloaded SPARK Sti7111

  11. #9
    spark
    Gast
    i tryed to buikd openatv for mipsel machine its OK but for SH4 machine i have alwayse the probleme with GCC 4.8

    i use ubuntu 14.04 32 bit and all build is OK for MIPSEL and not work for SH4

    Code:
    /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/libgcc/config/sh/lib1funcs.S:2120:24: fatal error: asm/unistd.h: No such file or directory
    |  #include <asm/unistd.h>
    |                         ^
    | compilation terminated.
    | make: *** [_ic_invalidate_syscall_s.o] Error 1
    | make: *** Waiting for unfinished jobs....
    | ERROR: oe_runmake failed
    | WARNING: /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work/sh4-oe-linux/libgcc-initial/4.8.2-r0/temp/run.do_compile.9733:1 exit 1 from
    |   exit 1
    | ERROR: Function failed: do_compile (log file is located at /home/universaldz/Bureau/openspark/build-enviroment/builds/openatv/spark7162/tmp/work/sh4-oe-linux/libgcc-initial/4.8.2-r0/temp/log.do_compile.9733)
    ERROR: Task 480 (/home/universaldz/Bureau/openspark/build-enviroment/openembedded-core/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb, do_compile) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 219 tasks of which 3 didn't need to be rerun and 1 failed.
    Waiting for 0 running tasks to finish:
    
    Summary: 1 task failed:
      /home/universaldz/Bureau/openspark/build-enviroment/openembedded-core/meta/recipes-devtools/gcc/libgcc-initial_4.8.bb, do_compile
    Summary: There were 50 WARNING messages shown.
    Summary: There was 1 ERROR message shown, returning a non-zero exit code.
    make: *** [image] Error 1
    universaldz@sodo-vuuno:~/Bureau/openspark/build-enviroment$
    
    som one can help me please

  12. #10
    spark
    Gast
    i have sloved the probleme


Seite 1 von 39 12311 ... LetzteLetzte

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:27 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com