Nachdem ich jetzt erfolgreich durchcompilieren konnte, wollte ich das ganze natuerlich zum laufen bringen.
OK. Als erstes will die Box ja wohl das u-boot haben. Also habe ich es so eingerichtet das die "tftpboot/u-boot"-Datei als die Datei ausgeliefert wird, die die Box zuerst haben will.
(Mit ppcboot hat das ganze schonmal funktioniert. Deswegen gehe ich mal davon aus das ich nicht ganz auf dem falschen Dampfer bin)
Folgendes sehe ich in der Log-Datei bevor "schicht im Schacht" ist.
Apr 24 19:43:50 korben in.tftpd[19890]: RRQ from 192.168.100.22 filename c0a86416
Apr 24 19:43:52 korben in.tftpd[19891]: RRQ from 192.168.100.22 filename logo-fb
Apr 24 19:43:56 korben in.tftpd[19892]: RRQ from 192.168.100.22 filename logo-lcd
Apr 24 19:44:01 korben in.tftpd[19893]: RRQ from 192.168.100.22 filename 1664A8C0.img
Im Display der DBox ist ein "Powerd by Linux"-Logo und der Scart-Ausgang ist abgeschaltet
(Der Fernseher signalisiert das er nix auf dem Eingang registriert)
Als 1664A8C0.img habe ich die Datei "tftpboot/kernel-cdk" genommen, da ich keine Datei finden konnte die auf .img endet. Und der logik nach sollte zu diesem Zeitpunkt der Kernel geladen werden (Im Logo steht auch ein "Loading kernel").
Ich bin fuehr jeden Tipp dankbar.
Was moechte mir das u-boot sagen?
-
- Neugieriger
- Beiträge: 14
- Registriert: Dienstag 23. April 2002, 10:49
-
- Neugieriger
- Beiträge: 14
- Registriert: Dienstag 23. April 2002, 10:49
Jetzt brat mit einer nen Storch.
Die "angebliche" Mount-Versuch des Root-filesystems erscheint nicht im Log-File.
Wenn ich von einem anderen Rechner versuche den share zu mounten erscheint das korrekt im Log-File.
Hier was ich ueber die Serielle Schnittstelle mitgeschnitten habe:
Kernel command line: root=/dev/nfs rw nfsroot=192.168.100.1:/dbox2/nokia,v3 ip=192.168.100.22:192.168.100.1:192.168.100.1:255.255.255.0:::off console=ttyS0
Decrementer Frequency = 252000000/60
mpc8xx-wdt: active wdt found (SWTC: 0xFFFF, SWP: 0x1)
mpc8xx-wdt: keep-alive trigger activated (PITC: 0x1000)
Console: colour dummy device 80x25
Calibrating delay loop... 66.96 BogoMIPS
Memory: 30632k available (1256k kernel code, 404k data, 76k init, 0k highmem)
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
i2c-core.o: i2c core module
CPM UART driver version 0.03
ttyS00 at 0x0280 is a SMC
ttyS01 at 0x0380 is a SMC
pty: 256 Unix98 ptys configured
eth0: CPM ENET Version 0.2 on SCC2, 00:50:9c:1d:e1:f7
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
D-Box 2 flash driver (size->0x800000 mem->0x10000000)
Creating 6 MTD partitions on "D-Box 2 flash memory":
0x00000000-0x00020000 : "BR bootloader"
0x00020000-0x00040000 : "flfs (ppcboot)"
0x00040000-0x00700000 : "root (cramfs)"
0x00700000-0x00800000 : "var (jffs2)"
0x00020000-0x00800000 : "flash without bootloader"
0x00000000-0x00800000 : "complete flash"
mice: PS/2 mouse device common for all mice
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
IP-Config: Complete:
device=eth0, addr=192.168.100.22, mask=255.255.255.0, gw=192.168.100.1,
host=192.168.100.22, domain=, nis-domain=(none),
bootserver=192.168.100.1, rootserver=192.168.100.1, rootpath=
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
IPv6 v0.8 for NET4.0
IPv6 over IPv4 tunneling driver
802.1Q VLAN Support v1.7 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
Looking up port of RPC 100003/3 on 192.168.100.1
Looking up port of RPC 100005/3 on 192.168.100.1
call_verify: server accept status: 2
call_verify: server accept status: 2
call_verify: server accept status: 2
RPC: garbage, exit EIO
Root-NFS: Server returned error -5 while mounting /dbox2/nokia
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or 02:00
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 02:00
<0>Rebooting in 180 seconds..
Die "angebliche" Mount-Versuch des Root-filesystems erscheint nicht im Log-File.
Wenn ich von einem anderen Rechner versuche den share zu mounten erscheint das korrekt im Log-File.
Hier was ich ueber die Serielle Schnittstelle mitgeschnitten habe:
Kernel command line: root=/dev/nfs rw nfsroot=192.168.100.1:/dbox2/nokia,v3 ip=192.168.100.22:192.168.100.1:192.168.100.1:255.255.255.0:::off console=ttyS0
Decrementer Frequency = 252000000/60
mpc8xx-wdt: active wdt found (SWTC: 0xFFFF, SWP: 0x1)
mpc8xx-wdt: keep-alive trigger activated (PITC: 0x1000)
Console: colour dummy device 80x25
Calibrating delay loop... 66.96 BogoMIPS
Memory: 30632k available (1256k kernel code, 404k data, 76k init, 0k highmem)
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
i2c-core.o: i2c core module
CPM UART driver version 0.03
ttyS00 at 0x0280 is a SMC
ttyS01 at 0x0380 is a SMC
pty: 256 Unix98 ptys configured
eth0: CPM ENET Version 0.2 on SCC2, 00:50:9c:1d:e1:f7
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
D-Box 2 flash driver (size->0x800000 mem->0x10000000)
Creating 6 MTD partitions on "D-Box 2 flash memory":
0x00000000-0x00020000 : "BR bootloader"
0x00020000-0x00040000 : "flfs (ppcboot)"
0x00040000-0x00700000 : "root (cramfs)"
0x00700000-0x00800000 : "var (jffs2)"
0x00020000-0x00800000 : "flash without bootloader"
0x00000000-0x00800000 : "complete flash"
mice: PS/2 mouse device common for all mice
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
IP-Config: Complete:
device=eth0, addr=192.168.100.22, mask=255.255.255.0, gw=192.168.100.1,
host=192.168.100.22, domain=, nis-domain=(none),
bootserver=192.168.100.1, rootserver=192.168.100.1, rootpath=
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
IPv6 v0.8 for NET4.0
IPv6 over IPv4 tunneling driver
802.1Q VLAN Support v1.7 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
Looking up port of RPC 100003/3 on 192.168.100.1
Looking up port of RPC 100005/3 on 192.168.100.1
call_verify: server accept status: 2
call_verify: server accept status: 2
call_verify: server accept status: 2
RPC: garbage, exit EIO
Root-NFS: Server returned error -5 while mounting /dbox2/nokia
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or 02:00
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 02:00
<0>Rebooting in 180 seconds..
-
- Neugieriger
- Beiträge: 14
- Registriert: Dienstag 23. April 2002, 10:49