[uCPenguin]


[uClinux]
Embedded Linux/Microcontroller Project

Home

What is uClinux?

Status

Getting started with uClinux

FAQ

uClinux Ports

The Developers

E-Mail Forum

Contact us

HTTP download

Sponsor Links



ColdFire Links:

HOME

FAQ

DEVELOPMENT NOTES

SCREEN SHOT

SOURCE

BINARY

BOOT LOADERS

EMAIL - gerg@snapgear.com


This is the kernel console boot up messages of the SnapGear NETtel (now SecureEdgeVPN). The first serial port is configured as the console. This particular board is based around a Motorola ColdFire 5307 (@90MHz) design, fitted with 16MB of SDRAM, 2MB FLASH, 2 ethernet ports and 2 serial ports.



uClinux/COLDFIRE(m5307)
COLDFIRE port done by Greg Ungerer, gerg@snapgear.com
Modified for M5307 by Dave Miller, dmiller@intellistor.com
Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne
KERNEL -> TEXT=0x000400-0x065104 DATA=0x065104-0x078034 BSS=0x078034-0x08a810
KERNEL -> ROMFS=0x08a810-0x166ea8 MEM=0x166ea8-0xfff000 STACK=0xfff000-0x1000000Calibrating delay loop.. ok - 52.32 BogoMIPS
Memory available: 14720k/16384k RAM, 0k/0k ROM (403k kernel code, 149k data)
Swansea University Computer Society NET3.035 for Linux 2.0
NET3: Unix domain sockets 0.13 for Linux NET3.035.
Swansea University Computer Society TCP/IP for NET3.034
IP Protocols: ICMP, UDP, TCP
uClinux version 2.0.38.0 (gerg@goober) (gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)) #207 Thu Jul 6 16:02:07 EST 2000
ColdFire internal UART serial driver version 1.00
ttyS0 at 0x10000200 (irq = 224) is a builtin ColdFire UART
ttyS1 at 0x100001c0 (irq = 225) is a builtin ColdFire UART
HIFN7901: cryptographic accellerator PRESENT, ID=00000800
HIFN7901: Copyright (C) 2000, Lineo (www.lineo.com)
Ramdisk driver initialized : 16 ramdisks of 4096K size
Blkmem copyright 1998,1999 D. Jeff Dionne
Blkmem copyright 1998 Kenneth Albanowski
Blkmem 8 disk images:
0: 8A810-16700F (RO)
1: F0000000-F0003FFF (RW)
2: F0004000-F0005FFF (RW)
3: F0006000-F0007FFF (RW)
4: F0020000-F01FFFFF (RW)
5: F0010000-F001FFFF (RW)
6: F0000000-F01FFFFF (RW)
7: F0008000-F000FFFF (RW)
PPP: version 2.3.8 (demand dialling)
TCP compression code copyright 1989 Regents of the University of California
PPP line discipline registered.
PPP MPPE compression registered
SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
CSLIP: code copyright 1989 Regents of the University of California.
smc9194.c:v0.12 03/06/96 by Erik Stahlman (erik@vt.edu)
SMC9194: SMC91C94(r:9) at 0x30600300 IRQ:29 INTF:TP MEM:6144b ADDR: 00:d0:cf:00:01:20 
SMC9194: SMC91C94(r:9) at 0x30600000 IRQ:27 INTF:TP MEM:6144b ADDR: 00:d0:cf:00:01:21 
VFS: Mounted root (romfs filesystem) readonly.
Shell invoked to run file: /etc/rc
Command: hostname NETtel
Command: /bin/expand /etc/ramfs.img /dev/ram0
Command: /bin/expand /etc/ramfs.img /dev/ram1
Command: mount -t proc proc /proc
Command: mount -t ext2 /dev/ram0 /var
Command: mount -t ext2 /dev/ram1 /etc/config
Command: mkdir /var/tmp
Command: mkdir /var/log
Command: /bin/flatfsd -r
FLATFSD: created 8 configuration files (1530 bytes)
Execution Finished, Exiting
Shell invoked to run file: /etc/config/start
Command: ifconfig lo 127.0.0.1
Command: route add -net 127.0.0.0 lo
Command: dhcpcd -p -a eth0 &
Execution Finished, Exiting
Shell invoked to run file: /etc/config/ipfwrules
Command: ipfwadm -F -p deny
Command: ipfwadm -F -a m -S 0/0 -D 0/0
Execution Finished, Exiting

Sash command shell (version 1.1.1)
/>
/> 
/> ps
  PID PORT STAT SIZE SHARED %CPU COMMAND
    1      S     39K     0K  1.0 init
    2      S      7K     0K  1.5 kflushd
   14   S0 R     74K     0K  0.1 /bin/sh
   10      S     71K     0K  0.1 dhcpcd
   15      S     39K     0K  0.0 /bin/inetd
   16      S     73K     0K  0.1 /bin/boa
   17      S     23K     0K  1.6 /bin/flatfsd
/> 
/> cat /proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  15073280   794624 14278656        0   278528    32768
Swap:        0        0        0
MemTotal:     14720 kB
MemFree:      13944 kB
MemShared:        0 kB
Buffers:        272 kB
Cached:          32 kB
SwapTotal:        0 kB
SwapFree:         0 kB
/> 
/> ls -l
drwxr-xr-x  1 0        0              32  Jan 01 1970  bin
drwxr-xr-x  1 0        0              32  Jan 01 1970  dev
drwxr-xr-x  1 0        0              32  Jan 01 1970  etc
drwxr-xr-x  1 0        0              32  Jan 01 1970  home
drwxr-xr-x  1 0        0              32  Jan 01 1970  lib
drwxr-xr-x  1 0        0              32  Jan 01 1970  mnt
dr-xr-xr-x  5 0        0               0  Nov 30 00:00 proc
lrwxrwxrwx  1 0        0               8  Jan 01 1970  tmp -> /var/tmp
drwxr-xr-x  1 0        0              32  Jan 01 1970  usr
drwxr-xr-x  4 0        0            1024  Nov 30 00:00 var
/> 
/> 






Copyright © 1998 - 2002 D. Jeff Dionne and Michael Durrant Copyright © 2001 - 2008 Arcturus Networks Inc.
uClinux, µClinux, uCsimm, µCsimm, uCdimm, µCdimm, Arcturus and the logos versions are Trademarks of Arcturus Networks Inc.
SnapGear and logo are Trademarks of SnapGear Inc.

Last Updated: 03-JUN-2002