+ Antworten
Seite 6 von 53 ErsteErste ... 4567816 ... LetzteLetzte
Ergebnis 51 bis 60 von 523
  1. #51
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    As santa remarked: there is no .config for a debug image for an UFS913 when building with patch level P0217. There is one with the very old patch level P0209. If you absolute want a debug image with P0217 you can make a .config yourself:

    - Copy the file X/cdk/Patches/build-enigma2/linux-sh4-2.6.32.61_0217_ufs913.config to linux-sh4-2.6.32.61_0217_ufs913.config.debug
    - Determine the diff between the files linux-sh4-2.6.32.61_0209_ufs913.config and linux-sh4-2.6.32.61_0209_ufs913.config.debug and edit that into linux-sh4-2.6.32.61_0217_ufs913.config.debug.
    - Start your build.

    The UFS910 build failed in some aspect of the LCD-support. Try to build without it, and see if that build completes. Apparently the module freetype is not built.

    Regarding Katrhrein receivers I have to note that these are untested for the simple reason I do not own any of these. The only thing I do is meticulously follow the changes in the ddt-git and hope I made no mistakes there.

    XBMC/Kodi was supported a very long time ago. That support was probably dropped because images were getting bigger and bigger, and harder to maintain. Also, I am of the firm opinion you should use a satellite receiver to watch satellite-TV, and not turn it into some play-it-all media box. Also the SH4 CPU is not the most powerful, so the less it has to do, the better it is.

    Regards,

    Audioniek.

    - - - Aktualisiert - - -

    Apparently you start a build for the driver directory, which will not work. Always build from the cdk directory. In the cdk directory, always start with ./make.sh. After a build fail and subsequent fix you can use ./build and the build will restart at the point it broke down.

    The only two make commands that make sense in this environment are make clean (cleans up enigma2 so it can be rebuilt) and make distclean (returns the build environment to its virgin state.

    After a rm in X/cdk/.deps/modulename you can rebuilt that module only by entering make modulename.
    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. #52
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    I not have UFS 913 box, only modded UFS 913 img by Raxone for Albis SC8000 iptv box.
    XBMC work overclocked sti7105 450@ 800 MHZ Albis SC8000 box, but only HDMI, scart not work. My tv no HDMI, only scart.
    KodiDirect well run in PKT Hyperion 5.1 image 720 MHZ.


    Copy renamed config file linux-sh4-2.6.32.61_0217_ufs913.config.debug;
    build no debug, kernel 209.
    The others do not understand: - Determine the diff ...
    without it run:

    LD arch/sh/boards/mach-hdk7105/built-in.o
    CC kernel/sched.o
    kernel/sched.c: In function ‘update_sysctl’:
    kernel/sched.c:7316:88: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    unsigned int cpus = min(num_online_cpus(), 8U);
    ^
    CC kernel/fork.o
    CC kernel/exec_domain.o
    CC kernel/panic.o
    CC kernel/printk.o
    CC kernel/cpu.o
    CC kernel/exit.o
    CC kernel/itimer.o
    TIMEC kernel/timeconst.h
    Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
    /home/b/StartHere-master/cdk/linux-sh4-2.6.32.46_stm24_0209/kernel/Makefile:129: recipe for target 'kernel/timeconst.h' failed
    make[2]: *** [kernel/timeconst.h] Error 255
    Makefile:903: recipe for target 'kernel' failed
    make[1]: *** [kernel] Error 2
    make[1]: Leaving directory '/home/ball/StartHere-master/cdk/linux-sh4-2.6.32.46_stm24_0209'
    Makefile:2865: recipe for target '.deps/linux-kernel' failed
    make: *** [.deps/linux-kernel] Error 2
    ....................

    After created null files: linux-kernel, continues to run in ./build -j2 command...

    My cpu Athlon 64x2 3800+

    Only so far:

    INSTALL /home/b/StartHere-master/driver/wireless/rtl871x/8712u.ko
    DEPMOD 2.6.32.46_stm24_0209
    make[2]: Leaving directory '/home/b/StartHere-master/cdk/linux-sh4-2.6.32.46_stm24_0209'
    make[1]: Leaving directory '/home/b/StartHere-master/driver'
    /home/b/StartHere-master/tufsbox/host/bin/depmod -ae -b /home/b/StartHere-master/tufsbox/cdkroot -F /home/b/StartHere-master/cdk/linux-sh4-2.6.32.46_stm24_0209/System.map -r 2.6.32.46_stm24_0209
    FATAL: Could not open '/home/b/StartHere-master/cdk/linux-sh4-2.6.32.46_stm24_0209/System.map': No such file or directory
    Makefile:3094: recipe for target '.deps/driver' failed
    make: *** [.deps/driver] Error 1

    created files: driver, continues to run...

    This is correct?
    Geändert von turulbird (01.05.2016 um 22:37 Uhr)


  4. #53
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    It is totally unclear to me what you are doing and what you want to achieve. ./build -j2 ? ./build does not accept parameters.

    If you add a flag file in X/cdk/.deps after a build error and then proceed the build, you will very likely run into problems later on in the build as essential parts will be missing.

    To set up a build, do the following:

    1. Select a name for a base directory for your build, say X.
    2. Open a terminal
    3. Execute git clone https://github.com/Audioniek/StartHere X
    4. Go to the directory X
    5. Execute ./start.sh (will clone four gits: apps, driver, cdk and flash)
    6. Goto the directory X/cdk
    7. Fill the directory X/cdk/root/boot with the .elf files
    8. Execute ./make.sh in X/cdk and answer all the questions
    9. Press enter to start the build

    If the build stops due to an error, fix that and resume with ./build in X/cdk.

    That's all

    Regards,

    Audioniek.
    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

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



  6. #54
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    -jx: using all the CPU cores, it's me 2. But then it does not work?

    make -jx command work.

    1-9. steps have already done it yesterday.

    At present are running, no error.

    ...........
    CXX dvb/frontendparms.o
    CXX dvb/metaparser.o
    CXX dvb/pesparse.o
    CXX dvb/pmt.o
    ......................


    Ended:

    cp /home/ball/StartHere-master/cdk/root/usr/sbin/time.sh /home/ball/StartHere-master/tufsbox/release/usr/sbin/ && \
    cp -dp /home/ball/StartHere-master/tufsbox/cdkroot/sbin/blkid /home/ball/StartHere-master/tufsbox/release/sbin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/bin/ffmpeg /home/ball/StartHere-master/tufsbox/release/sbin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/bin/opkg-cl /home/ball/StartHere-master/tufsbox/release/usr/bin/opkg && \
    cp -dp /home/ball/StartHere-master/tufsbox/cdkroot/usr/bin/python* /home/ball/StartHere-master/tufsbox/release/usr/bin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/sbin/ethtool /home/ball/StartHere-master/tufsbox/release/usr/sbin/ && \
    cp -p /home/ball/StartHere-master/tufsbox/cdkroot/usr/sbin/livestreamersrv /home/ball/StartHere-master/tufsbox/release/usr/sbin/ && \
    cp -dp /home/ball/StartHere-master/tufsbox/cdkroot/sbin/mkfs /home/ball/StartHere-master/tufsbox/release/sbin/
    cp: stat '/home/ball/StartHere-master/tufsbox/cdkroot/boot/uImage' error: No files or directory
    Makefile:10307: recipe for target 'release_enigma2_base' failed
    make: *** [release_enigma2_base] Error 1
    root@ball:/home/ball/StartHere-master/cdk#


    Start from again....

    Fresh install, only albis patch:

    same error:


    kernel/sched.c: In function ‘update_sysctl’:
    kernel/sched.c:7316:88: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    unsigned int cpus = min(num_online_cpus(), 8U);
    ^
    CC kernel/fork.o
    CC kernel/exec_domain.o
    CC kernel/panic.o
    CC kernel/printk.o
    CC kernel/cpu.o
    CC kernel/exit.o
    CC kernel/itimer.o
    TIMEC kernel/timeconst.h
    Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.
    /opt/StartHere/cdk/linux-sh4-2.6.32.46_stm24_0209/kernel/Makefile:129: recipe for target 'kernel/timeconst.h' failed
    make[2]: *** [kernel/timeconst.h] Error 255
    Makefile:903: recipe for target 'kernel' failed
    make[1]: *** [kernel] Error 2
    make[1]: Leaving directory '/opt/StartHere/cdk/linux-sh4-2.6.32.46_stm24_0209'
    Makefile:2865: recipe for target '.deps/linux-kernel' failed
    make: *** [.deps/linux-kernel] Error 2
    root@ball:/opt/StartHere/cdk#
    Geändert von turulbird (12.05.2016 um 23:07 Uhr)


  7. #55
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Regarding multi-core builds: read the end of the file X/cdk/Makefile.am.

    Also do a git pull in the directory X/cdk. I have make some changes, and debug configs are now available for both the UFS910 and UFS913 with patch level P0217. All variants (P0209/P217, UFS910/913 and debug Y/N) have been tested and should build without errors now.

    Regards,

    Audioniek.
    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

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



  9. #56
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    .NOTPARALLEL:. rename to .PARALLEL:.

    work 2xcore?


  10. #57
    Developer Avatar von max
    Registriert seit
    06.05.2012
    Beiträge
    94
    Thanks
    8
    Thanked 79 Times in 43 Posts
    @Audioniek
    cdk kann man mit make -jx bauen, mache ich hier selber auch.
    siehe auch https://github.com/Audioniek/cdk/blob/master/makelog

    durch NOTPARALLEL geht man nur sicher das Sachen die nicht dafür aus gelegt sind, dann auch nicht damit gebaut werden, am meisten macht man mit -jx beim Kernel bauen gut.
    und macht schon einen unterschied ob man mit 8 Kernen baut oder nur einem ;-) nach make distclean neutrino bauen dauert 3:35 min und enigma2 7:46 min mit gst.
    Geändert von max (02.05.2016 um 22:43 Uhr)

  11. The Following User Says Thank You to max For This Useful Post:



  12. #58
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    UFS 913 error:

    patching file lib/python/Screens/InstallWizard.py
    patching file data/startwizard.xml
    patching file lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py
    patching file lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
    patching file lib/python/Components/About.py
    Hunk #2 succeeded at 56 with fuzz 1.
    patching file lib/python/Screens/About.py
    patching file lib/python/Tools/KeyBindings.py
    patching file lib/python/Screens/InputDeviceSetup.py
    patching file data/rc_models/rc_models.cfg
    Hunk #1 FAILED at 19.
    1 out of 1 hunk FAILED -- saving rejects to file data/rc_models/rc_models.cfg.rej
    patching file data/rc_models/Makefile.am
    Makefile:7381: recipe for target '.deps/enigma2-pli-nightly.do_prepare' failed
    make: *** [.deps/enigma2-pli-nightly.do_prepare] Error 1


    UFS 910 run...

    Ended, same error, but not patched; original git files:

    patching file lib/python/Screens/InstallWizard.py
    patching file data/startwizard.xml
    patching file lib/python/Plugins/SystemPlugins/Videomode/VideoWizard.py
    patching file lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml
    patching file lib/python/Components/About.py
    Hunk #2 succeeded at 56 with fuzz 1.
    patching file lib/python/Screens/About.py
    patching file lib/python/Tools/KeyBindings.py
    patching file lib/python/Screens/InputDeviceSetup.py
    patching file data/rc_models/rc_models.cfg
    Hunk #1 FAILED at 19.
    1 out of 1 hunk FAILED -- saving rejects to file data/rc_models/rc_models.cfg.rej
    patching file data/rc_models/Makefile.am
    Makefile:7381: recipe for target '.deps/enigma2-pli-nightly.do_prepare' failed
    make: *** [.deps/enigma2-pli-nightly.do_prepare] Error 1

    What's next???
    Geändert von turulbird (10.05.2016 um 18:06 Uhr)


  13. #59
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    No tips?



  14. #60
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Which E2 diff are you building?

    Regards,

    Audioniek.
    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

  15. 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
  •