imagebau.GOLDEN MEDIA SPARK

Fremd-Buildsysteme
lintux
Interessierter
Interessierter
Beiträge: 69
Registriert: Montag 13. Februar 2012, 21:10

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von lintux »

Hi@tomworld,
ich freue mich dass du interesse hast. Es kommt eine neu Ehra, Wahre "DBox 3". :) :up:
tomworld
Einsteiger
Einsteiger
Beiträge: 247
Registriert: Sonntag 24. August 2008, 03:44

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von tomworld »

@lintux

ich sehe das alles bissel anders

vergesse DBox3 ganz schnell, da gibt es keine Grundlage und mach deine Augen auf :blind

ich werde mich jetzt nicht auf die Kompilierung oder Portierung von Neutrino auf eine andere Linux-Box beteilichen, da fehlen die Hardware und auch einige Grundlagen

ich will hier nix schönschreiben, aber ausser fehlender Hardware und @seife sein Bulidsystem für auch Spark-Boxen, habe ich nix

mfg
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: Bekomme fehler beim imagebau.Spark

Beitrag von D_B »

seife hat geschrieben:es gibt keine Anleitung für spark. Bisher.

Was immer du da tust und warum du hier irgendwelche Screenshots anhängst, kann ich irgendwie nicht nachvollziehen.

Wenn das mal so ist, dass man das auf die Menschheit loslassen kann, dann dokumentiere ich das auch. Solange muss man halt die Kommentare in den Makefiles / Skripten lesen. Für spark ist das wichtigste momentan in scripts/spark-usbboot.sh aber du musst natürlich mindestens den kernel gebaut haben, damit du den auf den Stick packen kannst...
Hallo zusammen,
ist da jetzt schon was lauffähiges für Spark ?

Habe den Kernel gebaut und auch min-root-spark.tar.gz.
Den Stich mit zwei Partitionen erstellt .

Nur bin ich Anfänger und brauche Hilfe.

Wie genau geht es weiter ? Oder hat es noch keinen Sinn ?

Gruß D_B
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von seife »

Bei mir funktioniert es, ich habe auch mal ein helper-target gemacht um alles was man so zum usb-stick betanken braucht zu bauen. Rudimentäre doku ist auch dabei.
Aber ob das schon was für Anfänger ist wage ich nicht zu beurteilen. Ich denke eher nicht...
lintux
Interessierter
Interessierter
Beiträge: 69
Registriert: Montag 13. Februar 2012, 21:10

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von lintux »

Hi@seife,
Kannst du bitte ein paar screenshots posten.
Es ist interresant wie das Neutrino mit Spark läuft :up:
thanks
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von seife »

Wozu screenshots? Es sieht exakt so aus wie woanders auch...
lintux
Interessierter
Interessierter
Beiträge: 69
Registriert: Montag 13. Februar 2012, 21:10

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von lintux »

Ok. :)
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

seife hat geschrieben:Bei mir funktioniert es, ich habe auch mal ein helper-target gemacht um alles was man so zum usb-stick betanken braucht zu bauen. Rudimentäre doku ist auch dabei.
Aber ob das schon was für Anfänger ist wage ich nicht zu beurteilen. Ich denke eher nicht...
vielen Dank, aber bei make spark-system-usb bekomme ich folgende Fehlermeldung :

Code: Alles auswählen

configure: error: bad value spark for --with-boxtype
die config ist mit spark geändert.

Code: Alles auswählen

# The type of box to build for.
# either "tripledragon", "coolstream" or "spark"
# default (if empty) is "tripledragon"
PLATFORM=spark
Wo liegt mein Fehler ?
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von seife »

Da brauche ich mehr kontext um die Fehlermeldung drumrum.

Edit: also ich habe mal schnell von Null weg gebaut und das funktioniert. Entweder hast du eine extrem alte Version des neutrino git in deinem checkout oder du hast in der config was am FLAVOUR gedreht.

In meiner config steht nur

Code: Alles auswählen

PLATFORM = spark
Gebootet habe ich es jetzt nicht, aber gebaut hat es.
lintux
Interessierter
Interessierter
Beiträge: 69
Registriert: Montag 13. Februar 2012, 21:10

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von lintux »

Hi,
Ist das richtig so, oder nicht? :gruebel:

Code: Alles auswählen

# The type of box to build for.	
# either "tripledragon", "coolstream" or "spark"	
# default (if empty) is "tripledragon"
PLATFORM=spark 	
# for the tripledragon platform: the version of the compiler to build	
# "old" => build gcc 3.4.5 / glibc 2.3.6 with crosstool-0.43	
# "new" => build gcc 4.5.2 / eglibc 2.12 with crosstool-ng 1.10.0	
# defaults to "old" for now, but I'd recommend people to try out "new" too	
TD_COMPILER=new 	
# if you want to use your precompiled toolchain, define those variables:
# this will skip the building of our own compiler/glibc combination! 	
# ONLY CHANGE THOSE VARIABLES IF YOU KNOW WHAT YOU ARE DOING!
# do not set this if you want to build a toolchain with these makefiles.
#CROSS_DIR=/opt/cross	
#TARGET=arm-linux-gnueabi	
# if /usr/share/libtool/config/config.guess does not supply a valid
# build type, specify it here. THIS IS A WORKAROUND. Use with caution. 	
# BUILD=x86_64-unknown-linux-gnu 	
# set the flavour of neutrino you want to build
# "neutrino-hd":              use master branch of git://gitorious.org/neutrino-hd/neutrino-hd.git
# "neutrino-hd-tripledragon": use git://gitorious.org/neutrino-hd/neutrino-hd-tripledragon.git
# empty: choose one of the above depending on PLATFORM	
FLAVOUR=neutrino-hd-tripledragon 	
# configure the directory where "make dist-pkgs"	
# PKG_DEST_DIR = /srv/www/dist/$(PLATFORM)	
# the name used to replace "@MAINT@" in the opkg control files
# defaults to your name from the passwd GECOS field	
MAINTAINER = lintux
 
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

seife hat geschrieben: oder du hast in der config was am FLAVOUR gedreht.
Schande über mein Haupt .... du hast recht.

Ich fange noch mal ganz vorne an und berichte dann ..... Danke.


@ lintux
Seife schreibt doch :
In meiner config steht nur

PLATFORM = spark
sollte also mit dieser einen Zeile funktionieren .
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von dietmarw »

bauen tut bei mir momentan soweit alles..

sehe ich das richtig das dann in "build_tmp/sparksystem" der komplette inhalt für die beiden partitionen des usb stick enthalten ist?
p1 (script+uimage <-ist das der kernel?)
p2 (root)
mit dem entsprechenden inhalt.
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

@diertmarw
ich glaube ja.

@Seife
sieht viel besser aus. Danke

Aber , siehe siehe Bootlog :

Code: Alles auswählen

MB618> setenv bootcmd_fromflash ${bootcmd}
MB618> saveenv
Saving Environment to Flash...
Unprotecting Flash...
.. done
Un-Protected 2  sectors
Erasing Flash...
.. done
 Erased 2 sectors
Writing to Flash...
........ done
Protecting Flash...
.. done
Protected 2  sectors
MB618> setenv bootcmd usb start\;fatload usb 0 81000000 script.img\;autoscr 81000000\;run bootcmd_fromflash
MB618> boot
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading script.img

382 bytes read
## Executing script at 81000000
reading uImage
................................................................................................................................................................................................................................................................................

2785552 bytes read
## Booting image at 80000000 ...
   Image Name:   Linux-2.6.32.46_stm24_0209
   Image Type:   SuperH Linux Kernel Image (gzip compressed)
   Data Size:    2785488 Bytes =   2.7 MiB
   Load Address: 80801000
   Entry Point:  80802000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
found phy at addres = 1
stmac_phy_get_addr(): id1 = 0x7, id2 = 0xc0f1
stb_id = 9080033d2

Starting kernel console=ttyAS0,115200 root=/dev/sda2 rootfstype=ext2 rw coprocessor_mem=4m@0x40000000,4m@0x40400000 printk=1 printk.time=1 bigphysarea=6000 stmmaceth=msglvl:0,phyaddr:1,watchdog:5000 panic=10 rootwait nwhwconf=device:eth0,hwaddr:24:00:08:00:33:D2 Manufacture=Spark-Project STB_ID=09:00:08:00:00:33:D2 - 0x00000000 - 0 ...

Linux version 2.6.32.46_stm24_0209 (update@Speedy) (gcc version 4.5.3 20111123 (STMicroelectronics/Linux Base 4.5.3-97) (GCC) ) #3 PREEMPT Mon Feb 20 13:53:02 CET 2012
Boot params:
... MOUNT_ROOT_RDONLY - 00000001
... RAMDISK_FLAGS     - 00000000
... ORIG_ROOT_DEV     - 00000200
... LOADER_TYPE       - 00000000
... INITRD_START      - 00000000
... INITRD_SIZE       - 00000000
Booting machvec: sat7111
Node 0: start_pfn = 0x40000, low = 0x50000
Zone PFN ranges:
  Normal   0x00040000 -> 0x00050000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00040000 -> 0x00050000
Spark-7111 board initialization
STx7111 version 3.x
bpa2: partition 'bigphysarea' created at 0x48000000, size 32768 kB (0x02000000 B)
bpa2: partition 'LMI_IO' created at 0x4a000000, size 98304 kB (0x06000000 B)
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: console=ttyAS0,115200 root=/dev/sda2 rootfstype=ext2 rw coprocessor_mem=4m@0x40000000,4m@0x40400000 printk=1 printk.time=1 stmmaceth=msglvl:0,phyaddr:1,watchdog:5000 panic=10 rootwait nwhwconf=device:eth0,hwaddr:24:00:08:00:33:D2 Manufacture=Spark-Project STB_ID=09:00:08:00:00:33:D2
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] PVR=04909200 CVR=60880000 PRR=00009a10
[    0.000000] I-cache : n_ways=2 n_sets=512 way_incr=16384
[    0.000000] I-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
[    0.000000] D-cache : n_ways=2 n_sets=512 way_incr=16384
[    0.000000] D-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
[    0.000000] Memory: 115584k/262144k available (3401k kernel code, 1304k data, 128k init)
[    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:500
[    0.000000] Failed to enable clk CLKA_REF, ignoring
[    0.000000] Failed to enable clk CLKA_PLL0LS, ignoring
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyAS0] enabled
[    0.000000] sh_tmu: TMU0 used for clock events
[    0.000000] sh_tmu: TMU0 used for periodic clock events
[    0.000000] sh_tmu: TMU1 used as clock source
[    0.004000] Calibrating delay loop... 448.51 BogoMIPS (lpj=897024)
[    0.084000] Mount-cache hash table entries: 512
[    0.088000] CPU: STx7111
[    0.096000] NET: Registered protocol family 16
[    0.176000] bio: create slab <bio-0> at 0
[    0.180000] SCSI subsystem initialized
[    0.184000] usbcore: registered new interface driver usbfs
[    0.192000] usbcore: registered new interface driver hub
[    0.196000] usbcore: registered new device driver usb
[    0.200000] DMA: Registering DMA API.
[    0.204000] Switching to clocksource TMU1
[    0.212000] NET: Registered protocol family 2
[    0.216000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.220000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.224000] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.228000] TCP: Hash tables configured (established 8192 bind 8192)
[    0.232000] TCP reno registered
[    0.236000] NET: Registered protocol family 1
[    0.240000] RPC: Registered udp transport module.
[    0.244000] RPC: Registered tcp transport module.
[    0.248000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.252000] [STM]: [PM]: Suspend support registered
[    0.260000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.264000] Slow work thread pool: Starting up
[    0.268000] Slow work thread pool: Ready
[    0.272000] NTFS driver 2.1.29 [Flags: R/W].
[    0.276000] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.280000] fuse init (API version 7.13)
[    0.284000] JFS: nTxBlock = 903, nTxLock = 7229
[    0.292000] msgmni has been set to 225
[    0.296000] alg: No test for stdrng (krng)
[    0.296000] io scheduler noop registered
[    0.300000] io scheduler anticipatory registered (default)
[    0.304000] io scheduler deadline registered
[    0.308000] io scheduler cfq registered
[    0.344000] lirc_dev: IR Remote Control driver registered, major 61 
[    0.348000] lirc-stm: probe found data for platform device lirc-stm
[    0.352000] lirc-stm: STM LIRC plugin using IRQ 125 in IR mode
[    0.360000] lirc_dev: lirc_register_driver: sample_rate: 0
[    0.364000] STMicroelectronics LIRC driver initialized.
[    0.368000] STMicroelectronics ASC driver initialized
[    0.372000] stm-asc.0: ttyAS0 at MMIO 0xfd032000 (irq = 121) is a stm-asc
[    0.376000] stm-asc.1: ttyAS1 at MMIO 0xfd033000 (irq = 120) is a stm-asc
[    0.396000] brd: module loaded
[    0.408000] loop: module loaded
[    0.412000] physmap platform flash device: 00800000 at 00000000
[    0.416000] physmap-flash: Found 1 x16 devices at 0x0 in 16-bit bank
[    0.420000]  Amd/Fujitsu Extended Query Table at 0x0040
[    0.424000] number of CFI chips: 1
[    0.428000] cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
[    0.432000] RedBoot partition parsing not available
[    0.436000] Using physmap partition information
[    0.440000] Creating 3 MTD partitions on "physmap-flash":
[    0.444000] 0x000000000000-0x000000080000 : "Boot firmware"
[    0.448000] 0x000000080000-0x000000780000 : "Kernel"
[    0.452000] 0x000000780000-0x000000800000 : "Reserve"
[    0.460000] stm-nand-emi: Configuring EMI Bank 1 for NAND access
[    0.464000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xdc (Hynix NAND 512MiB 3,3V 8-bit)
[    0.472000] Creating 4 MTD partitions on "stm-nand-emi.0":
[    0.476000] 0x000000000000-0x000000800000 : "Spark Kernel"
[    0.484000] 0x000000800000-0x000018000000 : "Spark Rootfs"
[    0.488000] 0x000018000000-0x000018800000 : "E2 Kernel"
[    0.496000] 0x000018800000-0x00001ff00000 : "E2 RootFs"
[    0.504000] STMMAC driver:
[    0.504000] 	platform registration... 
[    0.508000] 	done!
[    0.512000] 	PMT module supported
[    0.512000] 	Enhanced descriptor structure
[    0.516000] PARSE CMDLINE: 00:00:00:00:00:00
[    0.520000] ETHADDR: 00:00:00:00:00:00
[    0.524000] 	no valid MAC address;please, use ifconfig or nwhwconfig!
[    0.528000] 	eth0 - (dev. name: stmmaceth - id: -1, IRQ #133
[    0.528000] 	IO base addr: 0xfd110000)
[    0.548000] STMMAC MII Bus: probed
[    0.552000] eth0: PHY ID 00000000 at 0 IRQ 0 (0:00)
[    0.556000] eth0: PHY ID 0007c0f1 at 1 IRQ 0 (0:01) active
[    0.560000] eth0: PHY ID 00000000 at 2 IRQ 0 (0:02)
[    0.564000] eth0: PHY ID 00000000 at 3 IRQ 0 (0:03)
[    0.568000] eth0: PHY ID 00000000 at 4 IRQ 0 (0:04)
[    0.572000] eth0: PHY ID 00000000 at 5 IRQ 0 (0:05)
[    0.576000] eth0: PHY ID 00000000 at 6 IRQ 0 (0:06)
[    0.580000] eth0: PHY ID 00000000 at 7 IRQ 0 (0:07)
[    0.584000] eth0: PHY ID 00000000 at 8 IRQ 0 (0:08)
[    0.588000] eth0: PHY ID 00000000 at 9 IRQ 0 (0:09)
[    0.592000] eth0: PHY ID 00000000 at 10 IRQ 0 (0:0a)
[    0.596000] eth0: PHY ID 00000000 at 11 IRQ 0 (0:0b)
[    0.600000] eth0: PHY ID 00000000 at 12 IRQ 0 (0:0c)
[    0.604000] eth0: PHY ID 00000000 at 13 IRQ 0 (0:0d)
[    0.608000] eth0: PHY ID 00000000 at 14 IRQ 0 (0:0e)
[    0.612000] eth0: PHY ID 00000000 at 15 IRQ 0 (0:0f)
[    0.616000] eth0: PHY ID 00000000 at 16 IRQ 0 (0:10)
[    0.620000] eth0: PHY ID 00000000 at 17 IRQ 0 (0:11)
[    0.624000] eth0: PHY ID 00000000 at 18 IRQ 0 (0:12)
[    0.628000] eth0: PHY ID 00000000 at 19 IRQ 0 (0:13)
[    0.632000] eth0: PHY ID 00000000 at 20 IRQ 0 (0:14)
[    0.636000] eth0: PHY ID 00000000 at 21 IRQ 0 (0:15)
[    0.640000] eth0: PHY ID 00000000 at 22 IRQ 0 (0:16)
[    0.644000] eth0: PHY ID 00000000 at 23 IRQ 0 (0:17)
[    0.648000] eth0: PHY ID 00000000 at 24 IRQ 0 (0:18)
[    0.656000] eth0: PHY ID 00000000 at 25 IRQ 0 (0:19)
[    0.660000] eth0: PHY ID 00000000 at 26 IRQ 0 (0:1a)
[    0.664000] eth0: PHY ID 00000000 at 27 IRQ 0 (0:1b)
[    0.668000] eth0: PHY ID 00000000 at 28 IRQ 0 (0:1c)
[    0.672000] eth0: PHY ID 00000000 at 29 IRQ 0 (0:1d)
[    0.676000] eth0: PHY ID 00000000 at 30 IRQ 0 (0:1e)
[    0.680000] eth0: PHY ID 00000000 at 31 IRQ 0 (0:1f)
[    0.684000] usbcore: registered new interface driver zd1201
[    0.688000] nwhw_config: (eth0) setting mac address: 24:00:08:00:33:D2
[    0.692000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.696000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.764000] stm-ehci stm-ehci.0: st-ehci
[    0.764000] stm-ehci stm-ehci.0: new USB bus registered, assigned bus number 1
[    0.768000] stm-ehci stm-ehci.0: irq 169, io mem 0xfe1ffe00
[    0.784000] stm-ehci stm-ehci.0: USB 0.0 started, EHCI 1.00
[    0.788000] usb usb1: configuration #1 chosen from 1 choice
[    0.792000] hub 1-0:1.0: USB hub found
[    0.796000] hub 1-0:1.0: 1 port detected
[    0.800000] stm-ohci stm-ohci.0: stm-ohci
[    0.804000] stm-ohci stm-ohci.0: new USB bus registered, assigned bus number 2
[    0.808000] stm-ohci stm-ohci.0: irq 168, io mem 0xfe1ffc00
[    0.872000] usb usb2: configuration #1 chosen from 1 choice
[    0.876000] hub 2-0:1.0: USB hub found
[    0.880000] hub 2-0:1.0: 1 port detected
[    0.884000] Initializing USB Mass Storage driver...
[    0.888000] usbcore: registered new interface driver usb-storage
[    0.892000] USB Mass Storage support registered.
[    0.900000] i2c /dev entries driver
[    0.908000] Linux video capture interface: v2.00
[    0.912000] sh_tmu: TMU0 kept as earlytimer
[    0.916000] sh_tmu: TMU1 kept as earlytimer
[    0.920000] usbcore: registered new interface driver usbhid
[    0.924000] usbhid: v2.6:USB HID core driver
[    0.928000] STMicroelectronics - Coprocessors st231 Init
[    0.936000] st231.0 Coprocessor -------------------------------------------
[    0.940000]     flags 0001 RAM start at 0xbf000000  size      0x00400000
[    0.944000]                   cop. addr 0x40000000
[    0.948000]     Channels : Not defined
[    0.952000]     IRQ      : not used
[    0.956000] ---------------------------------------------------------------
[    0.960000] st231.1 Coprocessor -------------------------------------------
[    0.968000]     flags 0001 RAM start at 0xbf400000  size      0x00400000
[    0.972000]                   cop. addr 0x40400000
[    0.976000]     Channels : Not defined
[    0.980000]     IRQ      : not used
[    0.984000] ---------------------------------------------------------------
[    0.988000] DMA: Registering fdma_dmac.0 handler (16 channels).
[    1.000000] IRQ 140/fdma_dmac.0: IRQF_DISABLED is not guaranteed on shared IRQs
[    1.008000] stm-fdma stm-fdma.0: firmware: using built-in firmware fdma_STx7111_0.elf
[    1.012000] DMA: Registering fdma_dmac.1 handler (16 channels).
[    1.016000] platform fdma_dmac.0: SLIM hw 0.0, FDMA fw 2.1
[    1.028000] IRQ 141/fdma_dmac.1: IRQF_DISABLED is not guaranteed on shared IRQs
[    1.032000] stm-fdma stm-fdma.1: firmware: using built-in firmware fdma_STx7111_1.elf
[    1.040000] stm-rng hardware driver 1.0 configured
[    1.048000] Advanced Linux Sound Architecture Driver Version 1.0.21.
[    1.056000] platform fdma_dmac.1: SLIM hw 0.0, FDMA fw 2.5
[    1.068000] ALSA device list:
[    1.072000]   #0: STMicroelectronics STx7111 cut 3.x SOC audio subsystem
[    1.076000] TCP cubic registered
[    1.080000] NET: Registered protocol family 17
[    1.084000] lib80211: common routines for IEEE802.11 drivers
[    1.088000] Waiting for root device /dev/sda2...
[    1.112000] usb 1-1: new high speed USB device using stm-ehci and address 2
[    1.248000] usb 1-1: configuration #1 chosen from 1 choice
[    1.252000] scsi0 : SCSI emulation for USB Mass Storage devices
[    6.260000] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.01 PQ: 0 ANSI: 0 CCS
[    6.264000] sd 0:0:0:0: [sda] 7862911 512-byte logical blocks: (4.02 GB/3.74 GiB)
[    6.268000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.276000] sd 0:0:0:0: [sda] Write Protect is off
[    6.280000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.288000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.292000]  sda: sda1 sda2
[    6.300000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.304000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    6.312000] EXT2-fs warning (device sda2): ext2_fill_super: mounting ext3 filesystem as ext2
[    6.320000] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
[    6.324000] VFS: Mounted root (ext2 filesystem) on device 8:2.
[    6.328000] Freeing unused kernel memory: 128k freed
init started: BusyBox v1.18.4 (spark)
running /sbin/mknodes
rootdir=/dev
table=<stdin>
done /sbin/mknodes
/etc/init.d/rcS: line 40: ldconfig: not found
starting /etc/init.d/S01mount ...
root FS is mounted rw, skipping filesystem check
starting /etc/init.d/S50hostname ...
starting /etc/init.d/S51networking ...
Configuring network interfaces... udhcpc (v1.18.4) started
Sending discover...
Sending discover...
Sending select for 192.168.0.22...
Lease of 192.168.0.22 obtained, lease time 864000
Starting ifplugd... done.
starting /etc/init.d/S52syslogd ...
starting /etc/init.d/S54inetd ...
Jan  1 01:00:13 spark syslog.info syslogd started: BusyBox v1.18.4
starting /etc/init.d/S55loadmodules ...
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
copLoadFile (file /boot/audio.elf)
Segmentation fault
copLoadFile (file /boot/video.elf)
Segmentation fault
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
/etc/init.d/S55loadmodules: line 63: can't open /proc/stb/player/version: no such file
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
modprobe: can't open 'modules.dep': No such file or directory
Jan  1 00:00:13 spark daemon.info init: starting pid 774, tty '': '/etc/init.d/start'

Please press Enter to activate this console. [neutrino] frameBuffer Instance created
libstb-hal debug options can be set by exporting HAL_DEBUG.
The following values (or bitwise OR combinations) are valid:
	component: audio   0x01
	component: video   0x02
	component: demux   0x04
	component: play    0x08
	component: power   0x10
	component: init    0x20
	component: ca      0x40
	component: record  0x80
	all components:    0xff
[LT:00000000:init  ] init_td_api begin, initialized=0, debug=0x00
[LT:00000000:init  ] LIRC/IRMP input converter thread starting...
modprobe: can't open 'modules.dep': No such file or directory
[LT:00000000:init  ] LIRC/IRMP input thread: unable to open /dev/uinput (No such file or directory)
[LT:00000000:init  ] init_td_api end
/dev/fb/0: No such file or directory
framebuffer not available.
[neutrino start] 1621  ->     0 ms
[LT:00000000:init  ] init_td_api begin, initialized=1, debug=0x00
[LT:00000000:init  ] init_td_api end
[neutrino start] 1625  ->     0 ms
[ConfigFile] Unable to open file /var/tuxbox/config/neutrino.conf for reading.
***************************** rec dir /media/sda1/movies timeshift dir /media/sda1/movies/.timeshift
[neutrino start] 1630  ->    55 ms
cannot read locale: No such file or directory
[neutrino start] 1645  ->   162 ms
[neutrino] settings font file /share/fonts/neutrino.ttf
[neutrino] font family Arial Narrow
[neutrino start] 1648  ->   200 ms
[neutrino start] 1650  ->   201 ms
[neutrino start] 1652  ->   201 ms
[neutrino start] 1654  ->   201 ms
Segmentation fault
Neutrino exited with exit code 139
Geht es bei dir ?
video & audio .elf müßen rein und heißen im original *.bin ?

Sorry das ich nerve .....
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von seife »

Log dich mal per Telnet ein und mach "depmod". Dann rebooten.

audio.elf und video.elf musst du dir aus einem der verfügbaren Images besorgen und nach /boot legen. Dann nochmal rebooten :-)

Die Firmwarefiles aus der originalsoftware können mit ustslave nicht geladen werden. Das müsste man mal reversen.

Ansonsten sieht es schon mal ganz gut aus soweit.
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

seife hat geschrieben:Log dich mal per Telnet ein und mach "depmod". Dann rebooten.
Habe ich gemacht, jetzt kommen die Fehlermeldungen mit modprobe: can't open 'modules.dep': No such file or directory nicht mehr.
Dafür ist aber bei siehe log schluß, bleibt einfach hängen.

Code: Alles auswählen

init started: BusyBox v1.18.4 (spark)
running /sbin/mknodes
rootdir=/dev
table=<stdin>
done /sbin/mknodes
/etc/init.d/rcS: line 40: ldconfig: not found
starting /etc/init.d/S01mount ...
root FS is mounted rw, skipping filesystem check
starting /etc/init.d/S50hostname ...
starting /etc/init.d/S51networking ...
Configuring network interfaces... udhcpc (v1.18.4) started
Sending discover...
Sending discover...
Sending select for 192.168.0.22...
Lease of 192.168.0.22 obtained, lease time 864000
Starting ifplugd... done.
starting /etc/init.d/S52syslogd ...
Jan  1 01:00:15 spark syslog.info syslogd started: BusyBox v1.18.4
starting /etc/init.d/S54inetd ...
starting /etc/init.d/S55loadmodules ...
[   16.312000] device probe found 2 display pipelines
copLoadFile (file /boot/audio.elf)
Segmentation fault
copLoadFile (file /boot/video.elf)
Segmentation fault
seife hat geschrieben: audio.elf und video.elf musst du dir aus einem der verfügbaren Images besorgen und nach /boot legen. Dann nochmal rebooten :-)
Ich finde nur :

Code: Alles auswählen

companion_7111_video_Ax.bin und companion_7111_audio.bin 
Diese habe ich umbenannt in *.elf Ist das richtig ?
seife hat geschrieben: Die Firmwarefiles aus der originalsoftware können mit ustslave nicht geladen werden. Das müsste man mal reversen.

Ansonsten sieht es schon mal ganz gut aus soweit.
Das verstehe ich nicht was ich da machen soll. Anfänger halt sorry.
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von seife »

Nein. Du musst dir /boot/audio.elf und /boot/video.elf aus einem anderen image holen. Flash dir halt irgendsoein enigma-Image drauf, dann kopiere die beiden Dateien raus.

Die aus der originalfirmware gehen nicht ohne zusätzliche Arbeit.

Edit: du musst es gar nicht flashen, zumindest die yaffs2-images lassen sich mit unyaffs2 auspacken.
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

Aha, ok jetzt sieht es besser aus.
Also die *.elf Dateien ausgeliehen und "depmod" via Telnet gemacht.

Aber ich habe zwar das Bootmenü / Assistent nur reagiert die FB und die Tasten der Box nicht.
Schade ..... muss wohl noch eine neutrino.conf rein denke ich mal.

Code: Alles auswählen

MB618> setenv bootcmd_fromflash ${bootcmd}
MB618> saveenv
Saving Environment to Flash...
Unprotecting Flash...
.. done
Un-Protected 2  sectors
Erasing Flash...
.. done
 Erased 2 sectors
Writing to Flash...
........ done
Protecting Flash...
.. done
Protected 2  sectors
MB618> setenv bootcmd usb start\;fatload usb 0 81000000 script.img\;autoscr 81000000\;run bootcmd_fromflash
MB618> boot
(Re)start USB...
USB:   scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
reading script.img

382 bytes read
## Executing script at 81000000
reading uImage
................................................................................................................................................................................................................................................................................

2785547 bytes read
## Booting image at 80000000 ...
   Image Name:   Linux-2.6.32.46_stm24_0209
   Image Type:   SuperH Linux Kernel Image (gzip compressed)
   Data Size:    2785483 Bytes =   2.7 MiB
   Load Address: 80801000
   Entry Point:  80802000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
found phy at addres = 1
stmac_phy_get_addr(): id1 = 0x7, id2 = 0xc0f1
stb_id = 9080033d2

Starting kernel console=ttyAS0,115200 root=/dev/sda2 rootfstype=ext2 rw coprocessor_mem=4m@0x40000000,4m@0x40400000 printk=1 printk.time=1 bigphysarea=6000 stmmaceth=msglvl:0,phyaddr:1,watchdog:5000 panic=10 rootwait nwhwconf=device:eth0,hwaddr:24:00:08:00:33:D2 Manufacture=Spark-Project STB_ID=09:00:08:00:00:33:D2 - 0x00000000 - 0 ...

Linux version 2.6.32.46_stm24_0209 (update@Speedy) (gcc version 4.5.3 20111123 (STMicroelectronics/Linux Base 4.5.3-97) (GCC) ) #1 PREEMPT Mon Feb 20 15:49:45 CET 2012
Boot params:
... MOUNT_ROOT_RDONLY - 00000001
... RAMDISK_FLAGS     - 00000000
... ORIG_ROOT_DEV     - 00000200
... LOADER_TYPE       - 00000000
... INITRD_START      - 00000000
... INITRD_SIZE       - 00000000
Booting machvec: sat7111
Node 0: start_pfn = 0x40000, low = 0x50000
Zone PFN ranges:
  Normal   0x00040000 -> 0x00050000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0: 0x00040000 -> 0x00050000
Spark-7111 board initialization
STx7111 version 3.x
bpa2: partition 'bigphysarea' created at 0x48000000, size 32768 kB (0x02000000 B)
bpa2: partition 'LMI_IO' created at 0x4a000000, size 98304 kB (0x06000000 B)
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: console=ttyAS0,115200 root=/dev/sda2 rootfstype=ext2 rw coprocessor_mem=4m@0x40000000,4m@0x40400000 printk=1 printk.time=1 stmmaceth=msglvl:0,phyaddr:1,watchdog:5000 panic=10 rootwait nwhwconf=device:eth0,hwaddr:24:00:08:00:33:D2 Manufacture=Spark-Project STB_ID=09:00:08:00:00:33:D2
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] PVR=04909200 CVR=60880000 PRR=00009a10
[    0.000000] I-cache : n_ways=2 n_sets=512 way_incr=16384
[    0.000000] I-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
[    0.000000] D-cache : n_ways=2 n_sets=512 way_incr=16384
[    0.000000] D-cache : entry_mask=0x00003fe0 alias_mask=0x00003000 n_aliases=4
[    0.000000] Memory: 115584k/262144k available (3401k kernel code, 1304k data, 128k init)
[    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:500
[    0.000000] Failed to enable clk CLKA_REF, ignoring
[    0.000000] Failed to enable clk CLKA_PLL0LS, ignoring
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyAS0] enabled
[    0.000000] sh_tmu: TMU0 used for clock events
[    0.000000] sh_tmu: TMU0 used for periodic clock events
[    0.000000] sh_tmu: TMU1 used as clock source
[    0.004000] Calibrating delay loop... 448.51 BogoMIPS (lpj=897024)
[    0.084000] Mount-cache hash table entries: 512
[    0.088000] CPU: STx7111
[    0.096000] NET: Registered protocol family 16
[    0.176000] bio: create slab <bio-0> at 0
[    0.180000] SCSI subsystem initialized
[    0.184000] usbcore: registered new interface driver usbfs
[    0.188000] usbcore: registered new interface driver hub
[    0.196000] usbcore: registered new device driver usb
[    0.200000] DMA: Registering DMA API.
[    0.204000] Switching to clocksource TMU1
[    0.212000] NET: Registered protocol family 2
[    0.212000] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.216000] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.220000] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.224000] TCP: Hash tables configured (established 8192 bind 8192)
[    0.228000] TCP reno registered
[    0.232000] NET: Registered protocol family 1
[    0.236000] RPC: Registered udp transport module.
[    0.240000] RPC: Registered tcp transport module.
[    0.244000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.248000] [STM]: [PM]: Suspend support registered
[    0.256000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.260000] Slow work thread pool: Starting up
[    0.264000] Slow work thread pool: Ready
[    0.268000] NTFS driver 2.1.29 [Flags: R/W].
[    0.272000] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    0.276000] fuse init (API version 7.13)
[    0.280000] JFS: nTxBlock = 903, nTxLock = 7229
[    0.284000] msgmni has been set to 225
[    0.288000] alg: No test for stdrng (krng)
[    0.292000] io scheduler noop registered
[    0.296000] io scheduler anticipatory registered (default)
[    0.300000] io scheduler deadline registered
[    0.304000] io scheduler cfq registered
[    0.344000] lirc_dev: IR Remote Control driver registered, major 61 
[    0.348000] lirc-stm: probe found data for platform device lirc-stm
[    0.352000] lirc-stm: STM LIRC plugin using IRQ 125 in IR mode
[    0.356000] lirc_dev: lirc_register_driver: sample_rate: 0
[    0.360000] STMicroelectronics LIRC driver initialized.
[    0.364000] STMicroelectronics ASC driver initialized
[    0.368000] stm-asc.0: ttyAS0 at MMIO 0xfd032000 (irq = 121) is a stm-asc
[    0.372000] stm-asc.1: ttyAS1 at MMIO 0xfd033000 (irq = 120) is a stm-asc
[    0.396000] brd: module loaded
[    0.404000] loop: module loaded
[    0.408000] physmap platform flash device: 00800000 at 00000000
[    0.412000] physmap-flash: Found 1 x16 devices at 0x0 in 16-bit bank
[    0.416000]  Amd/Fujitsu Extended Query Table at 0x0040
[    0.420000] number of CFI chips: 1
[    0.424000] cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
[    0.428000] RedBoot partition parsing not available
[    0.432000] Using physmap partition information
[    0.436000] Creating 3 MTD partitions on "physmap-flash":
[    0.440000] 0x000000000000-0x000000080000 : "Boot firmware"
[    0.448000] 0x000000080000-0x000000780000 : "Kernel"
[    0.452000] 0x000000780000-0x000000800000 : "Reserve"
[    0.460000] stm-nand-emi: Configuring EMI Bank 1 for NAND access
[    0.464000] NAND device: Manufacturer ID: 0xad, Chip ID: 0xdc (Hynix NAND 512MiB 3,3V 8-bit)
[    0.472000] Creating 4 MTD partitions on "stm-nand-emi.0":
[    0.476000] 0x000000000000-0x000000800000 : "Spark Kernel"
[    0.480000] 0x000000800000-0x000018000000 : "Spark Rootfs"
[    0.488000] 0x000018000000-0x000018800000 : "E2 Kernel"
[    0.492000] 0x000018800000-0x00001ff00000 : "E2 RootFs"
[    0.500000] STMMAC driver:
[    0.500000] 	platform registration... 
[    0.504000] 	done!
[    0.504000] 	PMT module supported
[    0.508000] 	Enhanced descriptor structure
[    0.512000] PARSE CMDLINE: 00:00:00:00:00:00
[    0.516000] ETHADDR: 00:00:00:00:00:00
[    0.520000] 	no valid MAC address;please, use ifconfig or nwhwconfig!
[    0.524000] 	eth0 - (dev. name: stmmaceth - id: -1, IRQ #133
[    0.524000] 	IO base addr: 0xfd110000)
[    0.544000] STMMAC MII Bus: probed
[    0.544000] eth0: PHY ID 00000000 at 0 IRQ 0 (0:00)
[    0.548000] eth0: PHY ID 0007c0f1 at 1 IRQ 0 (0:01) active
[    0.552000] eth0: PHY ID 00000000 at 2 IRQ 0 (0:02)
[    0.556000] eth0: PHY ID 00000000 at 3 IRQ 0 (0:03)
[    0.560000] eth0: PHY ID 00000000 at 4 IRQ 0 (0:04)
[    0.564000] eth0: PHY ID 00000000 at 5 IRQ 0 (0:05)
[    0.568000] eth0: PHY ID 00000000 at 6 IRQ 0 (0:06)
[    0.572000] eth0: PHY ID 00000000 at 7 IRQ 0 (0:07)
[    0.576000] eth0: PHY ID 00000000 at 8 IRQ 0 (0:08)
[    0.580000] eth0: PHY ID 00000000 at 9 IRQ 0 (0:09)
[    0.584000] eth0: PHY ID 00000000 at 10 IRQ 0 (0:0a)
[    0.588000] eth0: PHY ID 00000000 at 11 IRQ 0 (0:0b)
[    0.592000] eth0: PHY ID 00000000 at 12 IRQ 0 (0:0c)
[    0.596000] eth0: PHY ID 00000000 at 13 IRQ 0 (0:0d)
[    0.600000] eth0: PHY ID 00000000 at 14 IRQ 0 (0:0e)
[    0.604000] eth0: PHY ID 00000000 at 15 IRQ 0 (0:0f)
[    0.608000] eth0: PHY ID 00000000 at 16 IRQ 0 (0:10)
[    0.612000] eth0: PHY ID 00000000 at 17 IRQ 0 (0:11)
[    0.616000] eth0: PHY ID 00000000 at 18 IRQ 0 (0:12)
[    0.620000] eth0: PHY ID 00000000 at 19 IRQ 0 (0:13)
[    0.624000] eth0: PHY ID 00000000 at 20 IRQ 0 (0:14)
[    0.628000] eth0: PHY ID 00000000 at 21 IRQ 0 (0:15)
[    0.632000] eth0: PHY ID 00000000 at 22 IRQ 0 (0:16)
[    0.636000] eth0: PHY ID 00000000 at 23 IRQ 0 (0:17)
[    0.640000] eth0: PHY ID 00000000 at 24 IRQ 0 (0:18)
[    0.644000] eth0: PHY ID 00000000 at 25 IRQ 0 (0:19)
[    0.648000] eth0: PHY ID 00000000 at 26 IRQ 0 (0:1a)
[    0.652000] eth0: PHY ID 00000000 at 27 IRQ 0 (0:1b)
[    0.656000] eth0: PHY ID 00000000 at 28 IRQ 0 (0:1c)
[    0.660000] eth0: PHY ID 00000000 at 29 IRQ 0 (0:1d)
[    0.664000] eth0: PHY ID 00000000 at 30 IRQ 0 (0:1e)
[    0.668000] eth0: PHY ID 00000000 at 31 IRQ 0 (0:1f)
[    0.672000] usbcore: registered new interface driver zd1201
[    0.676000] nwhw_config: (eth0) setting mac address: 24:00:08:00:33:D2
[    0.680000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.688000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.752000] stm-ehci stm-ehci.0: st-ehci
[    0.756000] stm-ehci stm-ehci.0: new USB bus registered, assigned bus number 1
[    0.760000] stm-ehci stm-ehci.0: irq 169, io mem 0xfe1ffe00
[    0.776000] stm-ehci stm-ehci.0: USB 0.0 started, EHCI 1.00
[    0.780000] usb usb1: configuration #1 chosen from 1 choice
[    0.784000] hub 1-0:1.0: USB hub found
[    0.788000] hub 1-0:1.0: 1 port detected
[    0.792000] stm-ohci stm-ohci.0: stm-ohci
[    0.796000] stm-ohci stm-ohci.0: new USB bus registered, assigned bus number 2
[    0.800000] stm-ohci stm-ohci.0: irq 168, io mem 0xfe1ffc00
[    0.864000] usb usb2: configuration #1 chosen from 1 choice
[    0.868000] hub 2-0:1.0: USB hub found
[    0.872000] hub 2-0:1.0: 1 port detected
[    0.876000] Initializing USB Mass Storage driver...
[    0.880000] usbcore: registered new interface driver usb-storage
[    0.884000] USB Mass Storage support registered.
[    0.892000] i2c /dev entries driver
[    0.900000] Linux video capture interface: v2.00
[    0.904000] sh_tmu: TMU0 kept as earlytimer
[    0.908000] sh_tmu: TMU1 kept as earlytimer
[    0.912000] usbcore: registered new interface driver usbhid
[    0.916000] usbhid: v2.6:USB HID core driver
[    0.920000] STMicroelectronics - Coprocessors st231 Init
[    0.928000] st231.0 Coprocessor -------------------------------------------
[    0.932000]     flags 0001 RAM start at 0xbf000000  size      0x00400000
[    0.936000]                   cop. addr 0x40000000
[    0.940000]     Channels : Not defined
[    0.944000]     IRQ      : not used
[    0.948000] ---------------------------------------------------------------
[    0.952000] st231.1 Coprocessor -------------------------------------------
[    0.956000]     flags 0001 RAM start at 0xbf400000  size      0x00400000
[    0.960000]                   cop. addr 0x40400000
[    0.964000]     Channels : Not defined
[    0.968000]     IRQ      : not used
[    0.972000] ---------------------------------------------------------------
[    0.976000] DMA: Registering fdma_dmac.0 handler (16 channels).
[    0.988000] IRQ 140/fdma_dmac.0: IRQF_DISABLED is not guaranteed on shared IRQs
[    0.996000] stm-fdma stm-fdma.0: firmware: using built-in firmware fdma_STx7111_0.elf
[    1.004000] DMA: Registering fdma_dmac.1 handler (16 channels).
[    1.008000] platform fdma_dmac.0: SLIM hw 0.0, FDMA fw 2.1
[    1.020000] IRQ 141/fdma_dmac.1: IRQF_DISABLED is not guaranteed on shared IRQs
[    1.024000] stm-fdma stm-fdma.1: firmware: using built-in firmware fdma_STx7111_1.elf
[    1.032000] stm-rng hardware driver 1.0 configured
[    1.036000] platform fdma_dmac.1: SLIM hw 0.0, FDMA fw 2.5
[    1.044000] Advanced Linux Sound Architecture Driver Version 1.0.21.
[    1.060000] ALSA device list:
[    1.064000]   #0: STMicroelectronics STx7111 cut 3.x SOC audio subsystem
[    1.068000] TCP cubic registered
[    1.072000] NET: Registered protocol family 17
[    1.076000] lib80211: common routines for IEEE802.11 drivers
[    1.080000] Waiting for root device /dev/sda2...
[    1.104000] usb 1-1: new high speed USB device using stm-ehci and address 2
[    1.240000] usb 1-1: configuration #1 chosen from 1 choice
[    1.244000] scsi0 : SCSI emulation for USB Mass Storage devices
[    6.252000] scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.01 PQ: 0 ANSI: 0 CCS
[    6.260000] sd 0:0:0:0: [sda] 7862911 512-byte logical blocks: (4.02 GB/3.74 GiB)
[    6.264000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.272000] sd 0:0:0:0: [sda] Write Protect is off
[    6.276000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.284000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.288000]  sda: sda1 sda2
[    6.296000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    6.300000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    6.308000] EXT2-fs warning (device sda2): ext2_fill_super: mounting ext3 filesystem as ext2
[    6.316000] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
[    6.320000] VFS: Mounted root (ext2 filesystem) on device 8:2.
[    6.324000] Freeing unused kernel memory: 128k freed
init started: BusyBox v1.18.4 (spark)
running /sbin/mknodes
rootdir=/dev
table=<stdin>
done /sbin/mknodes
/etc/init.d/rcS: line 40: ldconfig: not found
starting /etc/init.d/S01mount ...
root FS is mounted rw, skipping filesystem check
starting /etc/init.d/S50hostname ...
starting /etc/init.d/S51networking ...
Configuring network interfaces... udhcpc (v1.18.4) started
Sending discover...
Sending discover...
Sending discover...
Sending select for 192.168.0.22...
Lease of 192.168.0.22 obtained, lease time 864000
Starting ifplugd... done.
starting /etc/init.d/S52syslogd ...
starting /etc/init.d/S54inetd ...
Jan  1 01:00:17 spark syslog.info syslogd started: BusyBox v1.18.4
starting /etc/init.d/S55loadmodules ...
[   17.728000] device probe found 2 display pipelines
copLoadFile (file /boot/audio.elf)
ustslave: Kernel Version: 24
base_address 0x40400000
seeking to 0
seeking to 400
seeking to 5c18
seeking to b058
seeking to ff08
seeking to 136f0
seeking to 15008
seeking to 15018
seeking to 3bcc0
seeking to 3dfb8
seeking to 46558
seeking to 48a58
seeking to 71e68
seeking to 75fe8
seeking to 77878
seeking to 77c88
seeking to 90ef0
seeking to a16c0
seeking to 139f28
seeking to 139ff0
seeking to 13b6b0
seeking to 13ed70
seeking to 1427b0
seeking to 145408
seeking to 14b3c8
seeking to 159f58
seeking to 177b78
seeking to 17a378
seeking to 184460
seeking to 18c9a8
seeking to 221220
seeking to 26e400
seeking to 26e438
seeking to 26e470
seeking to 275820
seeking to 275828
seeking to 275830
seeking to 275840
seeking to 2955c0
copLoadFile (file /boot/video.elf)
ustslave: Kernel Version: 24
base_address 0x40000000
seeking to 2000
seeking to 521e0
seeking to d0378
seeking to d03b0
seeking to d03e8
seeking to d5610
seeking to d561c
seeking to d5628
seeking to f7980
seeking to f596c
seeking to f7a00
Jan  1 00:00:24 spark daemon.info init: starting pid 908, tty '': '/etc/init.d/start'

Please press Enter to activate this console. [neutrino] frameBuffer Instance created
libstb-hal debug options can be set by exporting HAL_DEBUG.
The following values (or bitwise OR combinations) are valid:
	component: audio   0x01
	component: video   0x02
	component: demux   0x04
	component: play    0x08
	component: power   0x10
	component: init    0x20
	component: ca      0x40
	component: record  0x80
	all components:    0xff
[LT:00000000:init  ] init_td_api begin, initialized=0, debug=0x00
[LT:00000000:init  ] LIRC/IRMP input converter thread starting...
[LT:00000000:init  ] LIRC/IRMP input thread: symlink /dev/input/nevis_ir to event1
[LT:00000000:init  ] LIRC/IRMP input converter going into main loop...
[LT:00000000:init  ] init_td_api end
FB: 1280x720x32 line length 5120.
8192k video mem
[neutrino start] 1621  ->     0 ms
[LT:00000000:init  ] init_td_api begin, initialized=1, debug=0x00
[LT:00000000:init  ] init_td_api end
[neutrino start] 1625  ->     1 ms
[ConfigFile] Unable to open file /var/tuxbox/config/neutrino.conf for reading.
***************************** rec dir /media/sda1/movies timeshift dir /media/sda1/movies/.timeshift
[neutrino start] 1630  ->    60 ms
cannot read locale: No such file or directory
[neutrino start] 1645  ->   170 ms
[neutrino] settings font file /share/fonts/neutrino.ttf
[neutrino] font family Arial Narrow
[neutrino start] 1648  ->   219 ms
[neutrino start] 1650  ->   219 ms
[neutrino start] 1652  ->   219 ms
[neutrino start] 1654  ->   220 ms
[neutrino start] 1658  ->   250 ms
[lcdd] time-skin not found (/var/tuxbox/config/lcdd/clock/t_a.bmp) -> using default...
[lcdd] time-skin not found (/share/tuxbox/lcdd/clock/t_a.bmp) -> using default...
[lcdd] weekday-skin not found (/var/tuxbox/config/lcdd/clock/w_a.bmp) -> using default...
[lcdd] weekday-skin not found (/share/tuxbox/lcdd/clock/w_a.bmp) -> using default...
[lcdd] date-skin not found (/var/tuxbox/config/lcdd/clock/d_a.bmp) -> using default...
[lcdd] date-skin not found (/share/tuxbox/lcdd/clock/d_a.bmp) -> using default...
[lcdd] month-skin not found (/var/tuxbox/config/lcdd/clock/m_a.bmp) -> using default...
[lcdd] month-skin not found (/share/tuxbox/lcdd/clock/m_a.bmp) -> using default...
[LCDFONT] initializing core...
[LCDFONT] adding font /share/fonts/neutrino.ttf...OK (Arial Narrow/Regular)
[LCDFONT] Intializing font cache...
[lcdd] exit...(no lcd-support)
[lcdd] LCD-Init failed!
[LCDFONT] FTC_Face_Requester (Arial Narrow/Regular)
[neutrino start] 1663  ->   270 ms
[neutrino start] 1677  ->   271 ms
$Id: sectionsd.cpp,v 1.305 2009/07/30 12:41:39 seife Exp $
====> USING SLOW ADDEVENT. export 'NO_SLOW_ADDEVENT=1' to avoid <===
[ConfigFile] Unable to open file /var/tuxbox/config/neutrino.conf for reading.
[sectionsd] /var/tuxbox/config/neutrino.conf not found
[sectionsd] Caching max 50000 events
[sectionsd] Caching 14 days
[sectionsd] Caching 360 hours Extended Text
[sectionsd] Events are old 60min after their end time
[ConfigFile] Unable to open file /var/tuxbox/config/zapit/zapit.conf for reading.
[/zapit.cpp:LoadSettings:243] /var/tuxbox/config/zapit/zapit.conf not found
[fe0] New frontend on adapter 0
[fe0] open frontend
[fe0] open /dev/dvb/adapter0/frontend0
/var/tuxbox/config/zapit/epgfilter.xml: No such file or directory
/var/tuxbox/config/zapit/dvbtimefilter.xml: No such file or directory
[fe0] frontend fd 15 type 0
[fe0] voltage 13
[fe0] tone off
[fe0] FE_SET_TONE took: 0 msec (min 0 max 0)
[fe0] diseqc power on
[fe0] Diseqc cmd: 0xE0 0x10 0x3 
[/frontend.cpp:setDiseqcType:837] NO_DISEQC
[zapit.cpp] diseqc type = 0
/var/tuxbox/config/zapit/audio.conf: No such file or directory
[zapit] Loading services, channel size 180 ..
/var/tuxbox/config/zapit/services.xml: No such file or directory
[getservices] loading motor positions...
[getservices] /var/tuxbox/config/zapit/sat.conf not found.
[zapit] 0 services loaded (0)...
[zapit] service loading took: 355 msec
/var/tuxbox/config/zapit/myservices.xml: No such file or directory
[/zapit.cpp:PrepareChannels:684] LoadServices: success
/var/tuxbox/config/zapit/bouquets.xml: No such file or directory
/var/tuxbox/config/zapit/ubouquets.xml: No such file or directory
[zapit] bouquet loading took: 0 msec
[/zapit.cpp:Start:2026] channels have been loaded succesfully
[zapit] diseqc type = 0
[/frontend.cpp:setDiseqcType:837] NO_DISEQC
[/frontend.cpp:setDiseqcType:837] NO_DISEQC
[neutrino start] 1679  ->  1781 ms
[neutrino start] 1682  ->  1781 ms
[neutrino start] 1685  ->  1782 ms
[neutrino start] 1692  ->  1782 ms
[neutrino VideoSettings] setupVideoSystem setup videosystem...
[LT:00a3b198:video ] SetVideoSystem(8, 1)
[neutrino VideoSettings] setVideoSettings init video settings...
[neutrino start] 1697  ->  1783 ms
[neutrino CEC Settings] setCECSettings init CEC settings...
[neutrino start] 1711  ->  1783 ms
[zapit] starting... tid 931
timerd startup, tid 932
[ConfigFile] Unable to open file /var/tuxbox/config/timerd.conf for reading.
[zapit] sdt monitor started
[LT:00a3df48:demux ] Read read: Connection timed out fd:17, ev:0x0 DMX_PSI pid:0x0012 flt:0x4e
01:00:31.067 eit_set_update_filter, servicekey = 0x0, current version 0xff got events 0
[0;39mffmpeg version 0.10[0m[0;39m Copyright (c) 2000-2012 the FFmpeg developers[0m[0;39m
[0m[0;39m  built with gcc 4.5.3 20111123 (STMicroelectronics/Linux Base 4.5.3-97)
[0m[0;39m  configuration: --disable-decoders --disable-encoders --disable-muxers --disable-ffplay --disable-ffserver --arch=sh4 --enable-ffmpeg --enable-parser=mjpeg --enable-demuxer=mjpeg --enable-decoder=mjpeg --enable-encoder=mpeg2video --enable-muxer=mpeg2video --disable-bsfs --enable-decoder=dvbsub --enable-demuxer=mpegps --disable-devices --disable-mmx --disable-altivec --disable-iwmmxt --disable-protocols --enable-protocol=file --disable-zlib --enable-bzlib --disable-network --disable-ffprobe --disable-static --enable-shared --enable-cross-compile --cross-prefix=sh4-linux- --target-os=linux --enable-debug --enable-stripping --mandir=/.remove --prefix=/
[0m[0;39m  libavutil      51. 34.101 / 51. 34.101
[0m[0;39m  libavcodec     53. 60.100 / 53. 60.100
[0m[0;39m  libavformat    53. 31.100 / 53. 31.100
[0m[0;39m  libavdevice    53.  4.100 / 53.  4.100
[0m[0;39m  libavfilter     2. 60.100 /  2. 60.100
[0m[0;39m  libswscale      2.  1.100 /  2.  1.100
[0m[0;39m  libswresample   0.  6.100 /  0.  6.100
[0m[0;33m[mjpeg @ 0x433ab0] Estimating duration from bitrate, this may be inaccurate
[0m[0;39mInput #0, mjpeg, from '/share/tuxbox/neutrino/icons/start.jpg':
[0m[0;39m  Duration: [0m[0;39mN/A[0m[0;39m, bitrate: [0m[0;39mN/A[0m[0;39m
[0m[0;39m    Stream #0:0[0m[0;39m: Video: mjpeg, yuvj420p, 1280x720 [SAR 72:72 DAR 16:9][0m[0;39m, 25 tbr[0m[0;39m, 1200k tbn[0m[0;39m, 25 tbc[0m[0;39m
[0m[0;33mIncompatible pixel format 'yuvj420p' for codec 'mpeg2video', auto-selecting format 'yuv420p'
[0m[0;39m[buffer @ 0x4432e0] w:1280 h:720 pixfmt:yuvj420p tb:1/1000000 sar:72/72 sws_param:
[0m[0;39m[buffersink @ 0x443550] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
[0m[0;39m[scale @ 0x449580] w:1280 h:720 fmt:yuvj420p -> w:1280 h:720 fmt:yuv420p flags:0x4
[0m[0;39mOutput #0, mpeg2video, to '/var/cache/share.tuxbox.neutrino.icons.start.jpg.m2v':
[0m[0;39m  Metadata:
[0m[0;39m    encoder         : Lavf53.31.100
[0m[0;39m    Stream #0:0[0m[0;39m: Video: mpeg2video, yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s[0m[0;39m, 90k tbn[0m[0;39m, 25 tbc[0m[0;39m
[0m[0;39mStream mapping:
[0m[0;39m  Stream #0:0 -> #0:0[0m[0;39m (mjpeg -> mpeg2video)[0m[0;39m
[0m[0;39mPress [q] to stop, [?] for help
[0m[4;31m[0m[0;39mframe=    1 fps=  0 q=5.6 Lsize=      35kB time=00:00:00.00 bitrate=   0.0kbits/s    [0m[0;39m
[0m[0;39mvideo:35kB audio:0kB global headers:0kB muxing overhead 0.000000%
[0m[neutrino start] 1722  ->  6765 ms
[neutrino start] 1726  ->  6765 ms
[neutrino start] 1730  ->  6766 ms
[neutrino start] 1733  ->  6766 ms
[neutrino start] 1736  ->  6767 ms
Starting STREAM thread keeper, tid 947
listenfd 23
[yhttpd] Webserver nhttpd/3.4.0 (yhttpd_core/1.3.2) tid 946
Danke erstmal :up:
schpuntik
Interessierter
Interessierter
Beiträge: 21
Registriert: Dienstag 5. März 2002, 22:48

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von schpuntik »

Kann mann jetzt steuern? Lirc und so weiter so wie es aussieht noch nicht vorhanden! Frontpanel geht auch noch nicht. Über Webinterface fernbedinung geht auch nicht. Hintergrund und OSD habe mal schon gesehen :D
Für den Anfang mal schon nicht schlecht. :dafuer: Weiter so!!!!
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

So, mal ne Senderliste und die neutrino.conf eingefügt und siehe da ein Bild :up:
Via Webinterface kann ich in der Senderliste auch umschalten :up:

Ach, Ton ist auch da und läßt sich regeln ......

Mal weiter spielen ....

:dafuer:
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von seife »

Was ist denn das für eine box? Evtl. hast du ja eine andere Fernbedienung.
Da müsste mir halt mal jemand alle codes sagen...

per telnet einloggen, dann "killall neutrino", dann "HAL_DEBUG=0x20 neutrino" (am besten ohne Senderliste und neutrino.conf, so dass die box bei der Einrichtung stehenbleibt, dann gibt es nicht soviel "spam" von neutrino).
Oder noch besser: aus build_tmp/libstb-hal/ das binary "libstb-hal-test" auf die box nach /tmp, dann "chmod 0755 /tmp/libstb-hal-test" und dann "HAL_DEBUG=0x20 /tmp/libstb-hal-test", das ist noch einfacher

Dann sollte für jeden Tastendruck eine Zeile im Terminal erscheinen. Die brauche ich, und jeweils den Namen der Taste dazu.

Code: Alles auswählen

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x5a45 cmd: 0x0056 fl: 0
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x5a45 cmd: 0x0056 fl: 1
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x5a45 cmd: 0x0057 fl: 0
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x5a45 cmd: 0x0057 fl: 1
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x5a45 cmd: 0x0014 fl: 0
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x5a45 cmd: 0x0014 fl: 1
Das war F1, F2 und F3 auf der GM990 FB. flag "0" heisst "taste gedrückt", flag "1" heisst "repeat".

LIRC verwende ich nicht, das Ansprechverhalten war - ähm - bescheiden. Den Code wollte ich fixen, aber das war mir zu kompliziert. Also habe ich http://www.mikrocontroller.net/articles/IRMP auf /dev/lirc portiert. Für das verwendete NEC-Protokoll ist der Dekoder IMHO wesentlich besser als lircd. Aber momentan sind die Fernbedienungscodes halt hart in die libstb-hal einkodiert. Patches welcome :-)
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von rhabarber1848 »

Gibt es funktionierende IR-Tastaturen für die Spark-Boxen wie bei der Dbox2?
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von dietmarw »

Spark-Reloaded 010.JPG
die obere ist die von der "Reloaded", die habe ich..


edit:
klasse wäre es, wenn man die dbox2 tastaturen nutzen könnte.. da habe ich noch zwei von :)
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
lintux
Interessierter
Interessierter
Beiträge: 69
Registriert: Montag 13. Februar 2012, 21:10

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von lintux »

Cool :D
USB-Image baut sich schon auf. :up:

Code: Alles auswählen

List of installed packages in build_tmp/install:
	aaa_base        1-1
	busybox         1.18.4-1
	ffmpeg          0.10-1
	glibc-debug     2.10.2-1
	libOpenThreads  928-1
	libcurl         7.20.0-1
	libfreetype     2.3.12-1
	libid3tag       0.15.1b-1
	libjpeg-turbo   1.1.1-1
	libmad          0.15.1b-1
	libncurses      5.6-1
	libpng          1.2.44-1
	libungif        4.1.4-1
	libvorbisidec   1.0.2.16259-1
	libz            1.2.6-1
	neutrino-hd     1.0-1
	opkg            0.1.8-1
	procps          3.2.8-1
	spark-drivers   2.6.32.46_stm24_0209-1
make[1]: Leaving directory `/home/lintux/spark/buildsystem-cs'
scripts/spark-usbboot.sh
Image Name:   autoscript
Created:      Mon Feb 20 21:23:46 2012
Image Type:   SuperH Linux Script (uncompressed)
Data Size:    318 Bytes = 0.31 KiB = 0.00 MiB
Load Address: 0x00000000
Entry Point:  0x00000000
Contents:
   Image 0:      310 Bytes =    0 KiB = 0 MiB
set -e; cd /home/lintux/spark/buildsystem-cs/build_tmp; \
		rm -fr sparksystem; mkdir sparksystem sparksystem/p1; \
		cp -a script.img uImage sparksystem/p1; \
		cp -a install sparksystem/p2; \
		cd sparksystem; \
		tar -czf p1.tar.gz --owner=0 --group=0 -C p1 .; \
		tar -czf p2.tar.gz --owner=0 --group=0 -C p2 .
There are now two directories in build_tmp/sparksystem.
create an USB stick with two partitions:
 * first partition fat16 (about 16MB)
 * second partition ext2 or ext3 (rest of stick)
then copy the contents of build_tmp/sparksystem/p1 onto the FAT partition
and the contents of build_tmp/sparksystem/p2 onto the ext2 partition.
Change the bootargs as explained in doc/SPARK-USB-boot.txt and have fun :-)
lintux@debian:~/spark/buildsystem-cs$ 
Es fehlt nur noch das buildsystem von wittinobi (für Flashimages) :dafuer: :up:
@D_B, Thanks für deine Antwort.
Zuletzt geändert von lintux am Montag 20. Februar 2012, 21:45, insgesamt 1-mal geändert.
D_B
Interessierter
Interessierter
Beiträge: 60
Registriert: Sonntag 19. Februar 2012, 10:44
Sonstiges: und noch ein paar .... Pingulux .... ne Traum die keiner ist .....

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von D_B »

Ich habe eine Edision argus pingulux .
Hier mal die wichtigen Tasten :gruebel:

Code: Alles auswählen

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000b fl: 0 /OK
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000b fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x001b fl: 0 /Pfeil nach oben
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x001b fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000f fl: 0 /Pfeil nach unten
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000f fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000a fl: 0 /Pfeil nach rechts
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000a fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x0049 fl: 0 /Pfeil nach links
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x0049 fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x001c fl: 0 /Lautstärke +
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x001c fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x0044 fl: 0/Lautstärke -
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x0044 fl: 1
Edit on : Teil zwei ( die vier Tasten um die Pfeiltasten

Code: Alles auswählen

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x0059 fl: 0 / Menü
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x0059 fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x004d fl: 1 / Exit
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x004d fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x001a fl: 0 / Info
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x001a fl: 1

[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000e fl: 0 / EDIVISION 
[LT:00000000:init  ] irmp_get_data proto:  2 addr: 0x3699 cmd: 0x000e fl: 1
Space_2063
Einsteiger
Einsteiger
Beiträge: 294
Registriert: Samstag 8. Dezember 2001, 00:00

Re: imagebau.GOLDEN MEDIA SPARK

Beitrag von Space_2063 »

Haette jemand einen kleinen Tip ?

Code: Alles auswählen

spark:~ # opkg-cl install directfb-tools
Installing directfb-tools (1.4.3-1) to root...
Downloading file://opkg/directfb-tools-1.4.3-1.opk.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for directfb-tools:
 *      libdirect-1.4.so.0 * 
 * opkg_install_cmd: Cannot install package directfb-tools.
Gebaut wurde das Paket fehlerfrei. Die Libraries selber sind vorhanden.