uClinux booting on a Prisma

The output below is from the RS-232 console of my Prisma showing the uClinux boot sequence. Some points to note are:


uClinux/MC68020
COLDFIRE port done by Greg Ungerer, gerg@moreton.com.au
Modified for 68020 Prisma by George Harvey
Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne
KERNEL -> TEXT=0x400000-0x44c6a0 DATA=0x44c6a0-0x45c458 BSS=0x45c458-0x4732b4
KERNEL -> ROMFS=0x4732b4-0x4f1e9c MEM=0x4f1e9c-0x7ff000 STACK=0x7ff000-0x800000
request_irq: irq=0x45, flags=0x20000000, dev=Prisma Timer
Calibrating delay loop.. ok - 7.33 BogoMIPS
Memory available: 3060k/3786k RAM, 0k/0k ROM (1032k kernel data, 305k code)
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 (georgeh@escom) (gcc version egcs-2.91.66 19990314 (egc
s-1.1.2 release)) #93 Tue Feb 8 14:10:00 GMT 2000
start_kernel: starting init
init: starting
Prisma 68564 serial driver version 1.00
request_irq: irq=0x54, flags=0x20000000, dev=TS68564 UART
request_irq: irq=0x55, flags=0x20000000, dev=TS68564 UART
request_irq: irq=0x56, flags=0x20000000, dev=TS68564 UART
request_irq: irq=0x57, flags=0x20000000, dev=TS68564 UART
ttyS0 at 0x1a0000 (irq = 84) is a TS68564 UART
request_irq: irq=0x50, flags=0x20000000, dev=TS68564 UART
request_irq: irq=0x51, flags=0x20000000, dev=TS68564 UART
request_irq: irq=0x52, flags=0x20000000, dev=TS68564 UART
request_irq: irq=0x53, flags=0x20000000, dev=TS68564 UART
ttyS1 at 0x1a0010 (irq = 80) is a TS68564 UART
Ramdisk driver initialized : 16 ramdisks of 4096K size
Blkmem copyright 1998,1999 D. Jeff Dionne
Blkmem copyright 1998 Kenneth Albanowski
Blkmem 1 disk images:
0: 4732B4-4F1EB3 (RO)
eth0: Prisma LANCE at 0x00120000, Ethernet Address 00:00:e9:00:01:3c
VFS: Mounted root (romfs filesystem) readonly.
init: opening console
Shell invoked to run file: /etc/rc
Command: hostname uClinux-coldfire
Command: /bin/expand /etc/ramfs.img /dev/ram0
Command: mount -t proc proc /proc
Command: mount -t ext2 /dev/ram0 /var
Command: mkdir /var/tmp
Command: mkdir /var/log
Command: ifconfig lo 127.0.0.1
Command: route add -net 127.0.0.0 lo
Command: ifconfig eth0 10.0.1.7 broadcast 10.0.1.255 netmask 255.255.255.0
request_irq: irq=0x4f, flags=0x0, dev=Prisma Ethernet
Command: route add -net 10.0.1.0 netmask 255.255.255.0 eth0
Execution Finished, Exiting

Sash command shell (version 1.1.1)
/> ls -C /bin
agetty              discard             expand              ifconfig
inetd               init                mount               ping
rc.prisma           reboot              route               sh
shutdown            stty                telnet              telnetd
tftpd               tip                 umount              version
vi                  
/>


[Home]