Vielen Dank, den Artikel kenne ich schon. Mir ist im Eifer des Gefechtes wohl Einiges durcheinandergeraten.
Also nochmal von vorne:
1. Bootmanager:
Utilities -> Image auslesen
Output am Com-Terminal:
-----------------
debug: DDF: Calibrating delay loop... debug: DDF: 66.76 BogoMIPS
debug: BMon V1.0 mID 02
debug: feID 00 enxID 03
debug: fpID 52 dsID 01-b3.09.c5.07.00.00-52
debug: HWrev 01 FPrev 0.30
debug: B/Ex/Fl(MB) 32/00/08
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed
Flash-FS bootstrap loader (v1.5)
Found Flash-FS superblock version 3.1
File /root/platform/philips-dbox2/kernel/os not found: No such file or directory
boot flash /root/platform/philips-dbox2/kernel/os failed
Flash-FS bootstrap loader (v1.5)
Found Flash-FS superblock version 3.1
File /root/platform/mpc8xx-dbox2/kernel/os not found: No such file or directory
boot flash /root/platform/mpc8xx-dbox2/kernel/os failed
Flash-FS bootstrap loader (v1.5)
Found Flash-FS superblock version 3.1
Found file /root/platform/kernel/os in Flash-FS
debug: Got Block #0052
will verify ELF image, start= 0x800000, size= 1267512
verify sig: 0
Branching to 0x409b8
-----------------
Anschließend wird die BN-Software gestartet. und der RSH-Client verbindet sich erst nach erneutem Flashen wieder. ICMP-Requests (ping) kommen aber noch durch.
2. Als nächstes habe ich im readme des Bootmanagers nachgesehen und die dort beschriebene Methode versucht (copy_all.txt).
Folgender Output am RSH-Terminal:
-----------------
> help
ChorusOS r3 rsh daemon good try
> mount
C_INIT:
root_device mount on / (flfs)
> setenv PATH /root/platform/bin:/root/bin:/usr/bin:/usr/siege/bin:/mnt/bin
> setenv TZ MET-01METDST-02,J84,J302
> setenv LD_LIBRARY_PATH /root/platform/lib:/root/lib:/usr/lib:/root/platform/mpc8xx-dbox2/lib:/root/platform/nokia-dbox2/lib
> setenv SIEGEHOME /usr/siege
> setenv CLASSPATH /usr/siege/lib/siege.jar:/usr/siege/lib/junior.jar:.:/lost+found/
> mount 192.168.2.206:C/dbox/dbox2_original/ /lost+found
NFS Portmap: RPC: Port mapper failure - RPC: Timed out
C_INIT: mount error - failed to set nfsargs
> arun siegep cpAll
started aid = 10
java.lang.ClassNotFoundException: cpAll
at java.lang.Throwable.<init>(Ljava/lang/String;)V (:0xd)
at java.lang.Exception.<init>(Ljava/lang/String;)V (:0x5)
at java.lang.ClassNotFoundException.<init>(Ljava/lang/String;)V (:0x5)
at siege.security.GenericClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class; (:0x58)
at java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; (:0x2f)
at siege.security.GenericClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; (:0x27)
at java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; (:0x6)
at siege.security.BootStrap.main(Ljava/lang/String;[Ljava/lang/String;)V (:0xad)
;
;
;
; Kopieren beendet! Wenn keine Fehler aufgetreten sind, sollte sich alles im NFS-Root befinden!
> help
ChorusOS r3 rsh daemon good try
-----------------
Weils so schön war, gleich noch ein paar andere Skripten getestet (Output aus meinem ersten Post war von enable_debug_mit_minflsh.txt).
Alle Negativ mit besagten mountproblemen.
Möglicherweise sollte in den Skripten Philips stehen und nicht Nokia?
3. dbox2.rar
Output am com-Terminal:
-----------------
debug: passed
debug: PermTest: debug: passed
dbox2:root> debug: DDF: Calibrating delay loop... debug: DDF: 66.76 BogoMIPS
debug: BMon V1.0 mID 02
debug: feID 00 enxID 03
debug: fpID 52 dsID 01-b3.09.c5.07.00.00-52
debug: HWrev 01 FPrev 0.30
debug: B/Ex/Fl(MB) 32/00/08
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: DDF: Calibrating delay loop... debug: DDF: 66.76 BogoMIPS
debug: BMon V1.0 mID 02
debug: feID 00 enxID 03
debug: fpID 52 dsID 01-b3.09.c5.07.00.00-52
debug: HWrev 01 FPrev 0.30
debug: B/Ex/Fl(MB) 32/00/08
dbox2:root> debug:
BOOTP/TFTP bootstrap loader (v0.3)
debug:
debug: Transmitting BOOTP request via broadcast
debug: Given up BOOTP/TFTP boot
boot net failed
Flash-FS bootstrap loader (v1.5)
Found Flash-FS superblock version 3.1
File /root/platform/philips-dbox2/kernel/os not found: No such file or directory
boot flash /root/platform/philips-dbox2/kernel/os failed
Flash-FS bootstrap loader (v1.5)
Found Flash-FS superblock version 3.1
File /root/platform/mpc8xx-dbox2/kernel/os not found: No such file or directory
boot flash /root/platform/mpc8xx-dbox2/kernel/os failed
Flash-FS bootstrap loader (v1.5)
Found Flash-FS superblock version 3.1
Found file /root/platform/kernel/os in Flash-FS
debug: Got Block #0052
will verify ELF image, start= 0x800000, size= 1267512
verify sig: 0
Branching to 0x409b8
-----------------
ping o.k., aber RSH help Request kommt nicht durch.
So, ich hoffe, etwas Licht in die Sache gebracht zu haben, vielleicht hat ja Jemand eine Idee, was falsch läuft...