Seite 1 von 2

USB-Image

Verfasst: Sa 6. Aug 2011, 15:53
von quetschwalze
Hallo BPanther,

vielen Dank erstmal das Du die UFS 912 hier mit aufgenommen hast.
Nachdem ja Multiboot anscheinend funktioniert (werde es erst morgen ausprobieren können), wäre es Klasse wenn es jetzt noch ein Image von Dir hier geben würde.

Gruß

Quetschwalze

Re: USB-Image

Verfasst: Sa 6. Aug 2011, 16:01
von BPanther
Wird es sicherlich bald geben, auch wenn ich das Image im Grunde dann sozusagen "blind" bauen muß, da ich es selbst nicht testen kann. Die rcS muß auch noch entsprechend angepasst werden, damit auch die meisten Funktionen wie bei den anderen Boxen dann auch hier zur Verfügung stehen.

Re: USB-Image

Verfasst: Sa 6. Aug 2011, 16:45
von quetschwalze
Na ich bin dabei wenn es ums testen geht.
Linux Erfahrungen sind da :)

Gruß

Re: USB-Image

Verfasst: So 14. Aug 2011, 16:56
von FredWst
Hello,

I hope answer will be in english :)

I've tested :

In flash AAF Team e2.
last script Daduck version 0.5.

BPantherImage[BA-USB]-rev2580 don't work :(

AAF_M7127_g1990_ufs912_update_neutrino_p123_P179_UPDATEUSB_nodebug work

Regards

Ps if somebody can give me scart pin for rs232 i can take a look in debug mode.

Re: USB-Image

Verfasst: So 14. Aug 2011, 17:04
von Gismotro
Please tell us on with Hardware you ar testing. I thing it could be the UFS 912. Im right ?

Will the stabil Version work on your maschine ? (BPantherImage[BA-USB]-rev2381.tar.gz)

Re: USB-Image

Verfasst: So 14. Aug 2011, 17:13
von BPanther
Small correction: for ufs912 currently no "stable image" available, only a test - but seems to be not working. Here we must see via rs232 whats the problem is. I think the rcS is not right...

Re: USB-Image

Verfasst: So 14. Aug 2011, 17:19
von FredWst
BPanther hat geschrieben:Small correction: for ufs912 currently no "stable image" available, only a test - but seems to be not working. Here we must see via rs232 whats the problem is. I think the rcS is not right...
re,

Yes i'm trying on ufs 912

I can make logs, but i need pin connection for rs232, somebody can give me ?

Regards
Fred

Re: USB-Image

Verfasst: So 14. Aug 2011, 17:33
von BPanther
Should be this one - found via Google...
Bild

Re: USB-Image

Verfasst: So 14. Aug 2011, 17:52
von FredWst
BPanther hat geschrieben:Should be this one - found via Google...
Bild
I've found but

http://www.esc-kathrein.de/shop/catalog ... cts_id=139

Does not seems to be for ufs912.

Regards

Fred

Re: USB-Image

Verfasst: So 14. Aug 2011, 20:11
von j00zek
FredWst hat geschrieben:
BPanther hat geschrieben:Small correction: for ufs912 currently no "stable image" available, only a test - but seems to be not working. Here we must see via rs232 whats the problem is. I think the rcS is not right...
re,

Yes i'm trying on ufs 912

I can make logs, but i need pin connection for rs232, somebody can give me ?

Regards
Fred
You don't need rs-232 connection to make logs. ;)
And rcS in this version requires a lot of changes in it to start working. without them you will observe massive restarts.

j00zek

Re: USB-Image

Verfasst: So 14. Aug 2011, 22:16
von FredWst
Hello,

Why did you said that ?
Debug in console is the best public way to find trouble.

Regards
Fred

Re: USB-Image

Verfasst: So 14. Aug 2011, 22:36
von j00zek
FredWst hat geschrieben:Hello,

Why did you said that ?
Debug in console is the best public way to find trouble.

Regards
Fred
Well.....
The point is that you can have the almost same information logged in the file. And this is the simplest public way - not console as no need for special rs cable to do that ;)

Just edit /etc/inittab file and add " >/var/rcS.log 2>&1" to the rcS starting line and you will have exactly the same things logged as in console.

Cheers,
j00zek

Re: USB-Image

Verfasst: So 14. Aug 2011, 22:40
von BPanther
j00zek hat geschrieben:Just edit /etc/inittab file and add " >/var/rcS.log 2>&1" to the rcS starting line and you will have exactly the same things logged as in console.
That's also a way, thanks, but i've redirected to /tmp to protect /var. ;)

si::sysinit:/etc/init.d/rcS >/tmp/rcS.log 2>&1

Re: USB-Image

Verfasst: So 14. Aug 2011, 23:05
von FredWst
Re

I'll try that tomorrow.

Thank's

Regards
Fred

Re: USB-Image

Verfasst: Mo 15. Aug 2011, 10:04
von j00zek
BPanther hat geschrieben:
j00zek hat geschrieben:Just edit /etc/inittab file and add " >/var/rcS.log 2>&1" to the rcS starting line and you will have exactly the same things logged as in console.
That's also a way, thanks, but i've redirected to /tmp to protect /var. ;)

si::sysinit:/etc/init.d/rcS >/tmp/rcS.log 2>&1
Probably you will not see log file on /tmp. That's because during start of the rcS script it isn't mounted yet (rcS mounts it) . To my knowledge there must be existing folder in the folder structure.