Hallo,
wollte mich nun auch mal daran wagen, selbst ein Image unter Linux mit mkcramfs zu erstellen. Ich bin folgendermassen vorgegangen (nach LazyT's HowTo), Grundlage war das 28c Image von derget: cramfs nach /var/tmp/flash gemountet, getart, die 12,986 MB grosse Datei per FTP auf den Rechner geholt (Suse 6.2), ent-"tar"-t nach /flash/, mit mkcramfs aus dem LazyT-Howto ein cramfs.img (5,756MB) erstellt (nix an den Dateien geändert), per FTP wieder auf die Box, /var/tmp/flash unmounted, mit eraseall das cramfs gelöscht und dann mit cp /var/tmp/cramfs.img /dev/mtd/3 wieder reinkopiert. Nach ca. 3 Min war der Prompt wieder da aber nach einem Reset der Box kommt nun folgendes:
...
debug: DDF: Calibrating delay loop... debug: DDF: 66.76 BogoMIPS
debug: BMon V1.2 mID 03
debug: feID 00 enxID 03
debug: fpID 52 dsID XXXXXXXXXXXXXXX
debug: HWrev 21 FPrev 0.23
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
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/sagem-dbox2/kernel/os not found: Invalid argument
boot flash /root/platform/sagem-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: Invalid argument
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 #0204
will verify ELF image, start= 0x800000, size= 207425
verify sig: 262
Branching to 0x40000
ppcboot 0.6.4 (Jul 13 2001 - 00:15:59)
Initializing...
CPU: PPC823ZTnnB2 at 66 MHz: 2 kB I-Cache 1 kB D-Cache
Board: ### No HW ID - assuming TQM8xxL
DRAM: (faked) 32 MB
Ethernet: XX-XX-XX-XX-XX-XX
FLASH: 8 MB
LCD driver (KS0713) initialized
LCD logo at: 0x80833 (0x1E00 bytes)
FB driver (AVIA-ENX) initialized
FB logo at: 0x8265B (0x31C1 bytes)
Input: serial
Output: serial
1: Console on fb
2: Console on ttyS0
Select (1-4), other keys to stop autoboot: 0
Kernel image at: 0x10020034 (0x807D7 bytes)
## Booting Linux kernel at 10020034 ...
Image Name: dbox2
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 526230 Bytes = 513 kB = 0 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Linux version 2.4.2 (root@noer-lab.noernet.de) (gcc version 3.0.1 20010702 (prer
elease)) #97 Mon Aug 27 17:52:09 CEST 2001
Boot arguments: console=ttyS0 ro root=/dev/mtdblock/3
On node 0 totalpages: 8192
zone(0): 8192 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: console=ttyS0 ro root=/dev/mtdblock/3
time_init: decrementer frequency = 247500000/60
Warning: real time clock seems stuck!
Console: colour dummy device 80x25
Calibrating delay loop... 65.53 BogoMIPS
Memory: 30792k available (960k kernel code, 392k data, 56k init, 0k highmem)
Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 2048 (order: 2, 16384 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Starting kswapd v1.8
i2c-core.o: i2c core module
CPM UART driver version 0.03
ttyS00 at 0x0280 is a SMC
pty: 256 Unix98 ptys configured
block: queued sectors max/low 20376kB/6792kB, 64 slots per queue
eth0: CPM ENET Version 0.2, XX:XX:XX:XX:XX:XX
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
D-Box 2 flash driver (size->0x800000 mem->0x10000000)
D-Box 2 flash memory: Found no CFI device at location zero
D-Box 2 flash memory: Found 1 x16 devices at 0x0 in 16-bit mode
Creating 7 MTD partitions on "D-Box 2 flash memory":
0x00000000-0x00020000 : "BR bootloader"
0x00020000-0x000c0000 : "idxfs"
0x000c0000-0x00160000 : "var"
0x00160000-0x00760000 : "root"
0x00760000-0x00800000 : "flfs"
0x00020000-0x00800000 : "GesamteFlashOhneBL"
0x007e0000-0x00800000 : "flfs_128"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
devfs: v0.102 (20000622) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
VFS: Mounted root (cramfs filesystem) readonly.
Warning: unable to mount devfs, err: -2
Freeing unused kernel memory: 56k init
Warning: unable to open an initial console.
Kernel panic: No init found. Try passing init= option to kernel.
Rebooting in 180 seconds..
... dann bootet die Kiste nach 180 seconds wieder <IMG SRC="/forum/images/smiles/icon_wink.gif">, natürlich mit einer Kernel-Panic.
Hat jemand eine Ahnung, was das sein könnte?
NoClue
Image erstellen mit mkcramfs
-
- Einsteiger
- Beiträge: 226
- Registriert: Dienstag 30. Oktober 2001, 00:00
-
- Senior Member
- Beiträge: 1282
- Registriert: Montag 12. November 2001, 00:00
-
- Einsteiger
- Beiträge: 226
- Registriert: Dienstag 30. Oktober 2001, 00:00
Hi obi,
ja, das habe ich auch gemerkt. Beim Entpacken nach /flash wurde /flash/var/tmp/flash/.../ angelegt, das kann natürlich nicht gehen - Anfängerfehler. Da bin ich nun weitergekommen. Jetzt hängt er an folgender Stelle:
Console: switching to colour frame buffer device 90x36
fb0: AViA eNX/GTX Framebuffer frame buffer device
avia_vbi: version (Oct 30 2001-14:17:07)
avia_vbi: got demux C-Cube - AViA GTX/DMX
CXA2126 found
sh: /sbin/ftpd: No such file or directory
############################################
## ##
## V 28c , ezap + neutrino + lcars ##
## ##
## N O T F O R S A L E !! ##
## ##
############################################
[1] 67
[1] Done /bin/aniplay /usr/ani/dbox-neu.ani &
Please press Enter to activate this console. sh: /bin/startmenu: No such file or
directory
Die Animation in der Box hört auf, sich zu drehen, FTP ist natürlich auch noch nicht möglich.
Benötige ich noch zusätzliche Files, um ein Image zu erstellen, oder reichen, die die ich von der Box runtergezogen habe, wenn ich fürs Erste nix ändern will?
NoClue
ja, das habe ich auch gemerkt. Beim Entpacken nach /flash wurde /flash/var/tmp/flash/.../ angelegt, das kann natürlich nicht gehen - Anfängerfehler. Da bin ich nun weitergekommen. Jetzt hängt er an folgender Stelle:
Console: switching to colour frame buffer device 90x36
fb0: AViA eNX/GTX Framebuffer frame buffer device
avia_vbi: version (Oct 30 2001-14:17:07)
avia_vbi: got demux C-Cube - AViA GTX/DMX
CXA2126 found
sh: /sbin/ftpd: No such file or directory
############################################
## ##
## V 28c , ezap + neutrino + lcars ##
## ##
## N O T F O R S A L E !! ##
## ##
############################################
[1] 67
[1] Done /bin/aniplay /usr/ani/dbox-neu.ani &
Please press Enter to activate this console. sh: /bin/startmenu: No such file or
directory
Die Animation in der Box hört auf, sich zu drehen, FTP ist natürlich auch noch nicht möglich.
Benötige ich noch zusätzliche Files, um ein Image zu erstellen, oder reichen, die die ich von der Box runtergezogen habe, wenn ich fürs Erste nix ändern will?
NoClue
Sagem mit 1*Intel Flash und Avia 600 

-
- Einsteiger
- Beiträge: 226
- Registriert: Dienstag 30. Oktober 2001, 00:00
Hi,
also irgendwie ist das schon komisch beim "Taren", die Files Arial_Bold.ttf, halt_flasch,ftpd, startmenu und securetty sind zwar im tar vorhanden (hab mal mit Winzip reingeschaut), werden aber unter Linux mit tar nicht ausgepackt. Mit Winzip wird komischerweise immer als Filedatum das aktuelle Datum und Uhrzeit angezeigt, an dem ich das File geöffnet habe. Winzip entpackt die Dateien auch, sind dann natürlich aber unter Linux nicht zu gebrauchen.
Die Verzeichnisse an sich werden nun richtig angelegt und die Dateien befinden sich auch am richtigen Ort, mit Ausnahme der oben aufgeführten Dateien, die nicht ausgepackt werden.
Hat jemand ne Idee?
NoClue
_________________
Sagem mit 1*Intel Flash und Avia 600 <IMG SRC="/forum/images/smiles/icon_smile.gif">
<font size=-1>[ This Message was edited by: NoClue on 2001-12-20 09:15 ]</font>
also irgendwie ist das schon komisch beim "Taren", die Files Arial_Bold.ttf, halt_flasch,ftpd, startmenu und securetty sind zwar im tar vorhanden (hab mal mit Winzip reingeschaut), werden aber unter Linux mit tar nicht ausgepackt. Mit Winzip wird komischerweise immer als Filedatum das aktuelle Datum und Uhrzeit angezeigt, an dem ich das File geöffnet habe. Winzip entpackt die Dateien auch, sind dann natürlich aber unter Linux nicht zu gebrauchen.
Die Verzeichnisse an sich werden nun richtig angelegt und die Dateien befinden sich auch am richtigen Ort, mit Ausnahme der oben aufgeführten Dateien, die nicht ausgepackt werden.
Hat jemand ne Idee?
NoClue
_________________
Sagem mit 1*Intel Flash und Avia 600 <IMG SRC="/forum/images/smiles/icon_smile.gif">
<font size=-1>[ This Message was edited by: NoClue on 2001-12-20 09:15 ]</font>
-
- Neugieriger
- Beiträge: 10
- Registriert: Donnerstag 8. November 2001, 00:00
Also will ich mal kurz dazu auslassen, das auspacken unter linux mit tar -xf tar.tar geht, die Fehlermeldungen vonwegen 2er Kompliment berechnen wegen timeoutofrange ist normal, kommt ca 12 mal ! Es gäbe noch eine andere Timefehlermeldung, wenn die Zeit der tarinhalte in der Zukunft liegt, MUSST du mit date unter Linux das Datum und die Zeit hochsetzen.
Ansonsten sollte Euch bekannt sein, dass das Cramfs.img im Big Endian Format unter keinen Umständen größer sein darf als 6,1Mb, ich versuche es daher immer jenseit der 6Mb (5,8 5,9) zu halten, dann hab ich keine Probleme...
Ansonsten sollte Euch bekannt sein, dass das Cramfs.img im Big Endian Format unter keinen Umständen größer sein darf als 6,1Mb, ich versuche es daher immer jenseit der 6Mb (5,8 5,9) zu halten, dann hab ich keine Probleme...
-
- Einsteiger
- Beiträge: 226
- Registriert: Dienstag 30. Oktober 2001, 00:00
-
- Interessierter
- Beiträge: 46
- Registriert: Freitag 28. September 2001, 00:00
Ich habe heute auch mal wieder versucht mir ein Image zu basteln. Wieder bekomme ich folgende Meldung:
debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2 mID 01
debug: feID dd gtxID 0b
debug: fpID 5a dsID 01-d9.63.1c.07.00.00-60
debug: HWrev 09 FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
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/nokia-dbox2/kernel/os not found: No such file or directory
boot flash /root/platform/nokia-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 #0200
will verify ELF image, start= 0x800000, size= 208073
verify sig: 262
Branching to 0x40000
ppcboot 0.6.4 (Jul 10 2001 - 11:31:30)
Initializing...
CPU: PPC823ZTnnB2 at 67 MHz: 2 kB I-Cache 1 kB D-Cache
Board: ### No HW ID - assuming TQM8xxL
DRAM: (faked) 32 MB
Ethernet:
FLASH: 8 MB
LCD driver (KS0713) initialized
LCD logo at: 0x80832 (0x1C20 bytes)
FB driver (AVIA-GTX) initialized
FB logo at: 0x8247A (0xDDD2 bytes)
Input: serial
Output: serial
1: Console on fb
2: Console on ttyS0
Select (1-4), other keys to stop autoboot: 0
unprotecting 4
[10001]-> [0] [S800080] unprotecting 5
[10001]-> [0] [S800080] unprotecting 6
[10001]-> [0] [S800080] unprotecting 7
[10001]-> [0] [S800080] unprotecting 8
[10001]-> [0] [S800080] unprotecting 9
[10001]-> [0] [S800080] unprotecting a
[10001]-> [0] [S800080] unprotecting b
[10001]-> [0] [S800080] unprotecting c
[10001]-> [0] [S800080] unprotecting d
[10001]-> [0] [S800080] unprotecting e
[10001]-> [0] [S800080] unprotecting f
[10001]-> [0] [S800080] unprotecting 10
[10001]-> [0] [S800080] unprotecting 11
[10001]-> [0] [S800080] unprotecting 12
[10001]-> [0] [S800080] unprotecting 13
[10001]-> [0] [S800080] unprotecting 14
[10001]-> [0] [S800080] unprotecting 15
[10001]-> [0] [S800080] unprotecting 16
[10001]-> [0] [S800080] unprotecting 17
[10001]-> [0] [S800080] unprotecting 18
[10001]-> [0] [S800080] unprotecting 19
[10001]-> [0] [S800080] unprotecting 1a
[10001]-> [0] [S800080] unprotecting 1b
[10001]-> [0] [S800080] unprotecting 1c
[10001]-> [0] [S800080] unprotecting 1d
[10001]-> [0] [S800080] unprotecting 1e
[10001]-> [0] [S800080] unprotecting 1f
[10001]-> [0] [S800080] unprotecting 20
[10001]-> [0] [S800080] unprotecting 21
[10001]-> [0] [S800080] unprotecting 22
[10001]-> [0] [S800080] unprotecting 23
[10001]-> [0] [S800080] unprotecting 24
[10001]-> [0] [S800080] unprotecting 25
[10001]-> [0] [S800080] unprotecting 26
[10001]-> [0] [S800080] unprotecting 27
[10001]-> [0] [S800080] unprotecting 28
[10001]-> [0] [S800080] unprotecting 29
[10001]-> [0] [S800080] unprotecting 2a
[10001]-> [0] [S800080] unprotecting 2b
[10001]-> [0] [S800080] unprotecting 2c
[10001]-> [0] [S800080] unprotecting 2d
[10001]-> [0] [S800080] unprotecting 2e
[10001]-> [0] [S800080] unprotecting 2f
[10001]-> [0] [S800080] unprotecting 30
[10001]-> [0] [S800080] unprotecting 31
[10001]-> [0] [S800080] unprotecting 32
[10001]-> [0] [S800080] unprotecting 33
[10001]-> [0] [S800080] unprotecting 34
[10001]-> [0] [S800080] unprotecting 35
[10001]-> [0] [S800080] unprotecting 36
[10001]-> [0] [S800080] unprotecting 37
[10001]-> [0] [S800080] unprotecting 38
[10001]-> [0] [S800080] unprotecting 39
[10001]-> [0] [S800080] unprotecting 3a
[10001]-> [0] [S800080] unprotecting 3b
[10001]-> [0] [S800080] unprotecting 3c
[10001]-> [0] [S800080] unprotecting 3d
[10001]-> [0] [S800080] unprotecting 3e
[10001]-> [0] [S800080] unprotecting 3f
[10001]-> [0] [S800080] unprotecting 40
[10001]-> [0] [S800080] unprotecting 41
[10001]-> [0] [S800080] unprotecting 42
[10001]-> [0] [S800080] Un-Protected 63 sectors
Kernel image at: 0x10020034 (0x807D6 bytes)
## Booting Linux kernel at 10020034 ...
Image Name: dbox2
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 526230 Bytes = 513 kB = 0 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Linux version 2.4.2 (root@noer-lab.noernet.de) (gcc version 3.0.1 20010702 (prer
elease)) #97 Mon Aug 27 17:52:09 CEST 2001
Boot arguments: console=ttyS0 ro root=/dev/mtdblock/3
On node 0 totalpages: 8192
zone(0): 8192 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: console=ttyS0 ro root=/dev/mtdblock/3
time_init: decrementer frequency = 251250000/60
Warning: real time clock seems stuck!
Console: colour dummy device 80x25
Calibrating delay loop... 66.56 BogoMIPS
Memory: 30792k available (960k kernel code, 392k data, 56k init, 0k highmem)
Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 2048 (order: 2, 16384 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Starting kswapd v1.8
i2c-core.o: i2c core module
CPM UART driver version 0.03
ttyS00 at 0x0280 is a SMC
pty: 256 Unix98 ptys configured
block: queued sectors max/low 20376kB/6792kB, 64 slots per queue
eth0: CPM ENET Version 0.2,
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
D-Box 2 flash driver (size->0x800000 mem->0x10000000)
D-Box 2 flash memory: Found 2 x16 devices at 0x0 in 32-bit mode
Creating 7 MTD partitions on "D-Box 2 flash memory":
0x00000000-0x00020000 : "BR bootloader"
0x00020000-0x000c0000 : "idxfs"
0x000c0000-0x00160000 : "var"
0x00160000-0x00760000 : "root"
0x00760000-0x00800000 : "flfs"
0x00020000-0x00800000 : "GesamteFlashOhneBL"
0x007e0000-0x00800000 : "flfs_128"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
devfs: v0.102 (20000622) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
VFS: Mounted root (cramfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 56k int
Kernel panic: No init found. Try passing init= option to kernel.
Rebooting in 180 seconds..
<font size=-1>[ This Message was edited by: McBo on 2001-12-27 14:53 ]</font>
debug: DDF: Calibrating delay loop... debug: DDF: 67.79 BogoMIPS
debug: BMon V1.2 mID 01
debug: feID dd gtxID 0b
debug: fpID 5a dsID 01-d9.63.1c.07.00.00-60
debug: HWrev 09 FPrev 0.81
debug: B/Ex/Fl(MB) 32/00/08
WATCHDOG reset enabled
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/nokia-dbox2/kernel/os not found: No such file or directory
boot flash /root/platform/nokia-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 #0200
will verify ELF image, start= 0x800000, size= 208073
verify sig: 262
Branching to 0x40000
ppcboot 0.6.4 (Jul 10 2001 - 11:31:30)
Initializing...
CPU: PPC823ZTnnB2 at 67 MHz: 2 kB I-Cache 1 kB D-Cache
Board: ### No HW ID - assuming TQM8xxL
DRAM: (faked) 32 MB
Ethernet:
FLASH: 8 MB
LCD driver (KS0713) initialized
LCD logo at: 0x80832 (0x1C20 bytes)
FB driver (AVIA-GTX) initialized
FB logo at: 0x8247A (0xDDD2 bytes)
Input: serial
Output: serial
1: Console on fb
2: Console on ttyS0
Select (1-4), other keys to stop autoboot: 0
unprotecting 4
[10001]-> [0] [S800080] unprotecting 5
[10001]-> [0] [S800080] unprotecting 6
[10001]-> [0] [S800080] unprotecting 7
[10001]-> [0] [S800080] unprotecting 8
[10001]-> [0] [S800080] unprotecting 9
[10001]-> [0] [S800080] unprotecting a
[10001]-> [0] [S800080] unprotecting b
[10001]-> [0] [S800080] unprotecting c
[10001]-> [0] [S800080] unprotecting d
[10001]-> [0] [S800080] unprotecting e
[10001]-> [0] [S800080] unprotecting f
[10001]-> [0] [S800080] unprotecting 10
[10001]-> [0] [S800080] unprotecting 11
[10001]-> [0] [S800080] unprotecting 12
[10001]-> [0] [S800080] unprotecting 13
[10001]-> [0] [S800080] unprotecting 14
[10001]-> [0] [S800080] unprotecting 15
[10001]-> [0] [S800080] unprotecting 16
[10001]-> [0] [S800080] unprotecting 17
[10001]-> [0] [S800080] unprotecting 18
[10001]-> [0] [S800080] unprotecting 19
[10001]-> [0] [S800080] unprotecting 1a
[10001]-> [0] [S800080] unprotecting 1b
[10001]-> [0] [S800080] unprotecting 1c
[10001]-> [0] [S800080] unprotecting 1d
[10001]-> [0] [S800080] unprotecting 1e
[10001]-> [0] [S800080] unprotecting 1f
[10001]-> [0] [S800080] unprotecting 20
[10001]-> [0] [S800080] unprotecting 21
[10001]-> [0] [S800080] unprotecting 22
[10001]-> [0] [S800080] unprotecting 23
[10001]-> [0] [S800080] unprotecting 24
[10001]-> [0] [S800080] unprotecting 25
[10001]-> [0] [S800080] unprotecting 26
[10001]-> [0] [S800080] unprotecting 27
[10001]-> [0] [S800080] unprotecting 28
[10001]-> [0] [S800080] unprotecting 29
[10001]-> [0] [S800080] unprotecting 2a
[10001]-> [0] [S800080] unprotecting 2b
[10001]-> [0] [S800080] unprotecting 2c
[10001]-> [0] [S800080] unprotecting 2d
[10001]-> [0] [S800080] unprotecting 2e
[10001]-> [0] [S800080] unprotecting 2f
[10001]-> [0] [S800080] unprotecting 30
[10001]-> [0] [S800080] unprotecting 31
[10001]-> [0] [S800080] unprotecting 32
[10001]-> [0] [S800080] unprotecting 33
[10001]-> [0] [S800080] unprotecting 34
[10001]-> [0] [S800080] unprotecting 35
[10001]-> [0] [S800080] unprotecting 36
[10001]-> [0] [S800080] unprotecting 37
[10001]-> [0] [S800080] unprotecting 38
[10001]-> [0] [S800080] unprotecting 39
[10001]-> [0] [S800080] unprotecting 3a
[10001]-> [0] [S800080] unprotecting 3b
[10001]-> [0] [S800080] unprotecting 3c
[10001]-> [0] [S800080] unprotecting 3d
[10001]-> [0] [S800080] unprotecting 3e
[10001]-> [0] [S800080] unprotecting 3f
[10001]-> [0] [S800080] unprotecting 40
[10001]-> [0] [S800080] unprotecting 41
[10001]-> [0] [S800080] unprotecting 42
[10001]-> [0] [S800080] Un-Protected 63 sectors
Kernel image at: 0x10020034 (0x807D6 bytes)
## Booting Linux kernel at 10020034 ...
Image Name: dbox2
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 526230 Bytes = 513 kB = 0 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Linux version 2.4.2 (root@noer-lab.noernet.de) (gcc version 3.0.1 20010702 (prer
elease)) #97 Mon Aug 27 17:52:09 CEST 2001
Boot arguments: console=ttyS0 ro root=/dev/mtdblock/3
On node 0 totalpages: 8192
zone(0): 8192 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: console=ttyS0 ro root=/dev/mtdblock/3
time_init: decrementer frequency = 251250000/60
Warning: real time clock seems stuck!
Console: colour dummy device 80x25
Calibrating delay loop... 66.56 BogoMIPS
Memory: 30792k available (960k kernel code, 392k data, 56k init, 0k highmem)
Dentry-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 2048 (order: 2, 16384 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Starting kswapd v1.8
i2c-core.o: i2c core module
CPM UART driver version 0.03
ttyS00 at 0x0280 is a SMC
pty: 256 Unix98 ptys configured
block: queued sectors max/low 20376kB/6792kB, 64 slots per queue
eth0: CPM ENET Version 0.2,
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
D-Box 2 flash driver (size->0x800000 mem->0x10000000)
D-Box 2 flash memory: Found 2 x16 devices at 0x0 in 32-bit mode
Creating 7 MTD partitions on "D-Box 2 flash memory":
0x00000000-0x00020000 : "BR bootloader"
0x00020000-0x000c0000 : "idxfs"
0x000c0000-0x00160000 : "var"
0x00160000-0x00760000 : "root"
0x00760000-0x00800000 : "flfs"
0x00020000-0x00800000 : "GesamteFlashOhneBL"
0x007e0000-0x00800000 : "flfs_128"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
devfs: v0.102 (20000622) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
VFS: Mounted root (cramfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 56k int
Kernel panic: No init found. Try passing init= option to kernel.
Rebooting in 180 seconds..
<font size=-1>[ This Message was edited by: McBo on 2001-12-27 14:53 ]</font>