+ Antworten
Seite 23 von 53 ErsteErste ... 13212223242533 ... LetzteLetzte
Ergebnis 221 bis 230 von 523
  1. #221
    Neuer Benutzer
    Registriert seit
    18.12.2018
    Beiträge
    23
    Thanks
    1
    Thanked 9 Times in 9 Posts
    @Audioniek That did the trick. However I dont know why but looks current compiled software (enigma2 option 2 chosen) works slower than old software from 2013 on ADB (B4T) 5800S box. This Box is same like UFS910 - Sti7100 processor and 128MB of RAM. Is this because latest E2 is heavier than one from 2013? I will try to add option to compile E2 from 2013 with your buildsystem. However I am not sure I can skip aligining patch and compile without patch?


  2. #222
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Zitat Zitat von turulbird Beitrag anzeigen
    Enigma2 UFS910 build ok, but error:

    Code:
    ## Booting image at a0040000 ...
       Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    1853920 Bytes =  1.8 MB
       Load Address: 84001000
       Entry Point:  84002000
       Verifying Checksum ... OK
       Uncompressing Kernel Image ... OK
    
    Starting kernel console=ttyAS0,115200 root=/dev/sda2 rw ip=192.168.1.2:192.168.1.5:192.168.1.1:255.255.255.0:kathrein:eth0:off mem=64m coprocessor_mem=4m@0x10000000,4m@0x10400000 rootdelay=6 nwhwconf=device:eth0,hwaddr:00: init=/bin/devinit - 0x00000000 - 0 ...
    
    INIT: version 2.88 booting
    INIT: No inittab file found
    
    Enter runlevel:
    ......................
    Enter runlevel: 6
    INIT: Entering runlevel: 6
    INIT: no more processes left in this runlevel
    ................

    Hi!

    europeonline.com expired on 12/02/2018 and is pending renewal or deletion.



    ftp.europeonline.com/pub/linux/utils/kernel/module-init-tools/
    Geändert von turulbird (26.12.2018 um 18:48 Uhr)


  3. #223
    Benutzer
    Registriert seit
    25.11.2012
    Beiträge
    64
    Thanks
    47
    Thanked 19 Times in 15 Posts
    Zitat Zitat von turulbird Beitrag anzeigen
    Hi!

    europeonline.com expired on 12/02/2018 and is pending renewal or deletion.



    ftp.europeonline.com/pub/linux/utils/kernel/module-init-tools/
    it work https://github.com/Audioniek/buildsy...ib-apps.mk#L93

    @Audioniek
    you can use kmod is updated
    Geändert von pop1234 (26.12.2018 um 21:21 Uhr)

  4. The Following User Says Thank You to pop1234 For This Useful Post:



  5. #224
    Benutzer
    Registriert seit
    25.11.2012
    Beiträge
    64
    Thanks
    47
    Thanked 19 Times in 15 Posts
    hi @Audioniek
    you can update your exteplayer3
    this exteplayer3 is updated by samsamsam
    thanks for good work


  6. #225
    Neuer Benutzer
    Registriert seit
    18.12.2018
    Beiträge
    23
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Hello

    I have built latest stable revision enigma2 for adb_box and RAM consumption is same like on old 2013 enigma2.
    However I have problem with kernel. Reboot does not work. Neither from GUI nor from console "reboot or reboot -f"
    How to solve this?

    br
    Paweł


  7. #226
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 712 Times in 304 Posts
    Does init 6 work?

    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. #227
    Neuer Benutzer
    Registriert seit
    18.12.2018
    Beiträge
    23
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Hi

    init 6 works same like rebooting from remote or "reboot -f" from terminal.

    Code:
    Sending all processes the KILL signal...done.Deactivating swap...umount: tmpfs busy - remounted read-only
    done.
    Unmounting local filesystems...umount: tmpfs busy - remounted read-only
    done.
    Rebooting...
    Anyway I fixed it. I updated arch/sh/kernel/process_32.c with changes that were included in 211 kernel around 2011 by user freebox, that adopted tdt sources for ADB 5800S/X boxes:

    Code:
    diff linux-sh4-2.6.32.59_stm24_0211/arch/sh/kernel/process_32.c ~/git/Audioniek/buildsystem/build_tmp/linux-sh4-2.6.32.71_stm24_0217/arch/sh/kernel/process_32.c 27a28
    > #include <linux/list.h>
    36a38
    > #include <asm/restart.h>
    45,50d46
    < static void watchdog_trigger_immediate(void)
    < {
    < 	sh_wdt_write_cnt(0xFF);
    < 	sh_wdt_write_csr(0xC2);
    < }
    < 
    53,59c49,55
    < 	local_irq_disable();
    < 
    < 	/* Use watchdog timer to trigger reset */
    < 	watchdog_trigger_immediate();
    < 
    < 	while (1)
    < 		cpu_sleep();
    ---
    > 	/* Taken from stlinux22 because stlinux24
    > 	 * handling does not work on ufs910.
    > 	 */
    > 	
    > 	/* SR.BL=1 and invoke address error to let CPU reset (manual reset) */
    > 	asm volatile ("ldc %0, sr\n\t"
    > 		      "mov.l @%1, %0"::"r" (0x10000000), "r"(0x80000001));
    111c107,113
    < 	show_trace(NULL, (unsigned long *)regs->regs[15], regs);
    ---
    > 	show_trace(current, (unsigned long *)regs->regs[15],
    > #ifdef CONFIG_FRAME_POINTER
    > 	       (unsigned long *)regs->regs[14],
    > #else
    > 	       0,
    > #endif
    > 	       regs->pc, regs);
    Now after reboot from remote or init 6:

    Code:
    adb_box:~# init 6
    INIT: Switching to runlevel: 6
    INIT: Sending processes the TESending all processes the TERM signal...lircd-0.9.0[615]: caught signal
    done.
    Sending all processes the KILL signal...done.
    Deactivating swap...umount: tmpfs busy - remounted read-only
    done.
    Unmounting local filesystems...umount: tmpfs busy - remounted read-only
    done.
    Rebooting... 
    
    
    Board: Nbox [29-bit mode] by FREEBOX
    
    
    
    
    U-Boot 1.3.1 (Jun 18 2011 - 13:44:44) - stm23_0053
    
    
    DRAM:  128 MiB
    NOR:     4 MiB
    NAND:   64 MiB
    In:    serial
    Out:   serial
    Err:   serial
    Hit any key to stop autoboot:  0 
    
    
    Warning: MAC addresses don't match:
            HW MAC address:  00:00:91:91:01:01
            "ethaddr" value: 00:03:91:85:01:01
    Using MAC Address 00:03:91:85:01:01
    File transfer via NFS from server 10.1.1.5; our IP address is 10.1.1.39
    Filename '/opt/NBOX/release/boot/uImage'.
    Load address: 0xa5000000
    Loading: #################################################################
             #################################################################
             #################################################################
             #################################################################
             #################################################################
             #######################################
    done
    Bytes transferred = 1862028 (1c698c hex)
    ## Booting image at a5000000 ...
       Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    1861964 Bytes =   1.8 MiB
       Load Address: 84001000
       Entry Point:  84002000
       Verifying Checksum ... OK
       Uncompressing Kernel Image ... OK
    
    
    Starting kernel console=ttyAS0,115200 root=/dev/nfs nfsroot=/opt/NBOX/release,tcp rw ip=10.1.1.39:10.1.1.5:10.1.1.1:255.255.255.0:nbox:eth0:off mem=128m coprocessor_mem=4m@0x10000000,4m@0x10400000 nwhwconf=device:eth0,hwaddr:00:03:91:85:01:01 init=/bin/devinit - 0x00000000 - 0 ...
    I also updated several files that allow to see mtd partitions via /proc/mtd etc. Many crucial changes were in mach.c/setup.c in mach-mb442 You can see them here

    tdt_211-freebox_211.png

    This is original kernel source:
    https://www.dropbox.com/s/0loxurdlrr...14.tar.gz?dl=1


  9. #228
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Hi!

    Build ufs913 make crosstool driver, ok, but in /out .zip directory empty...

    Code:
    -- Prepare root -------------------------------------------------------
    
     Prepare Enigma2 root for ufs913.
    
     Copying release image... done.
     Creating devices... done.
     Moving kernel... done.
     Moving firmwares... done.
     Adapting /etc/fstab... done.
    
     Root preparation completed.
    
    -- Create output file(s) ----------------------------------------------
    
     Build Enigma2 output file(s) for ufs913 running in/on flash.
    
    
     - Prepare kernel file... done.
     - Checking kernel size... OK: 2412167 (0x0024CE87, max. 0x00400000) bytes.
     - Create a jffs2 partition for root... done.
     - Checking root size... OK: 112657204 (0x06B70334, max. 0x07800000) bytes.
     - Create a jffs2 partition for firmwares... done.
     - Checking firmware size... OK: 0 (0x00000000, max. 0x00800000) bytes.
     - Create output file and MD5.../home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup version 1.4NdV
    Usage:
    For image information:
      /home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup -i FILENAME       Info as TXT
      /home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup -x FILENAME       Info as XML (basic)
      /home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup -xx FILENAME      Info as XML (detailed)
    For image verification:
      /home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup -v FILENAME
    For image extraction:
      /home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup -e FILENAME
    For image generation:
      /home/turulbird/buildsystem-Albis-Audioniek/flash/flash_tools/mup -c |-cs FILENAME
    md5sum: ufs913_enigma2_gst-epl3_flash_full.data: Nincs ilyen fájl vagy könyvtár
     done.
     - Creating .ZIP output file... done.
    
    -- Result -------------------------------------------------------------
    
     Output file(s) created in /home/turulbird/buildsystem-Albis-Audioniek/flash/out:
    
    összesen 8,0K
    drwxr-xr-x 3 4,0K febr  12 16:25 kathrein
    -rw-r--r-- 1    0 febr  12 16:25 ufs913_enigma2_gst-epl3_flash_full.data.md5
    -rw-r--r-- 1  328 febr  12 16:25 ufs913_enigma2_gst-epl3_flash_P217_CDK-rev1124.zip
    
    -- Finished -----------------------------------------------------------
    Files elf copied /flash/tmp/ROOT/boot...

    Geändert von turulbird (12.02.2019 um 17:00 Uhr)


  10. #229
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 712 Times in 304 Posts
    Fixed a typo, Do a git pull and try again please.

    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

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



  12. #230
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Hi!

    Flash and uImage ok, but no rootfs.img in ,,rootfs it is X/flash/tmp/ROOT,

    the uImage is in X/flash/tmp/KERNEL (after flash.sh has completed)"

    How to create rootfs.img, make crosstol driver command, or where is?

    Albis needed uImage and rootfs.img.

    Rename ufs913_enigma2_gst-epl3_flash_full.data to rootfs.img (the two are equal?):

    Code:
    Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    2255810 Bytes =   2.2 MiB
       Load Address: 80801000
       Entry Point:  80802000
    ## Booting kernel from Legacy Image at 82000000 ...
       Image Name:   Linux-2.6.32.71_stm24_0217
       Image Type:   SuperH Linux Kernel Image (gzip compressed)
       Data Size:    2255810 Bytes =   2.2 MiB
       Load Address: 80801000
       Entry Point:  80802000
       Verifying Checksum ... OK
       Uncompressing Kernel Image ... OK
    
    Starting kernel:
       start    = 0x80802000
       initrd   = 0x00000000 (0 bytes)
       bootargs = console=ttyAS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2 init=/bin/devinit nwhwconf=device:eth0,hwaddr:00 ip=192.168.1.20:192.168.1.16:192.168.1.1:255.255.255.0:Enigma2:eth0:off stmmaceth=msglvl:0,phyaddr:0 coprocessor_mem=4m@0x40000000,4m@0x40400000 bigphysarea=6144\f0
    The end...

    Geändert von turulbird (16.02.2019 um 16:37 Uhr)


Berechtigungen

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