uClinux booting on a Prisma 40

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


>>>netboot -i
OSI Version 4 bootstrap
Valid Network Address: 0000E90007B2 
Enter the name of the file to load: /tmp/p40s.bin
Enter the boot host NSAP address: 
Enter the boot host 12-digit MAC address 
if ES-IS protocol is not supported: 
Enter this Prisma's NSAP address: 
Auto-execute? (y/n): n

OSI device ,MAC <0000e90007b2>
Booting from 49000102608c0d317500
      lsdlt: ccb (80d520) ccb->dest_ccb = NULL, ppi = (nm), port = (down)
boot failed

>>>cache on
cache on
>>>go 7800000

uClinux/UNKOWN
COLDFIRE port done by Greg Ungerer, gerg@moreton.com.au
Modified for 68040 Prisma by George Harvey
Flat model support (C) 1998,1999 Kenneth Albanowski, D. Jeff Dionne
KERNEL -> TEXT=0x7800000-0x7842500 DATA=0x7842500-0x78519a8 BSS=0x78519a8-0x786ed24
KERNEL -> ROMFS=0x786ed24-0x786ed2c MEM=0x786ed2c-0x7fff000 STACK=0x7fff000-0x8000000
request_irq: irq=0x1c, flags=0x20000000, dev=Prisma40 Timer
Calibrating delay loop.. ok - 16.58 BogoMIPS
Memory available: 6112k/8192k RAM, 0k/0k ROM (265k kernel code, 178k 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 (georgeh@escom) (gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)) #73 Thu Nov 23 22:24:14 GMT 2000
M68K Serial driver version 1.01
ttyS0 at 0x02000000: 
eth0: Apricot 82596 at 01000000, 00 00 E9 00 07 B2 IRQ 29.
apricot.c:v0.2 05/12/94
apricot_probe: dev_priv: base=00810000, size=06e8
eth0: lp at 0x00810000, size 1768, lp->scb at 0x00810014
request_irq: irq=0x1d, flags=0x0, dev=i82596
init_rx_bufs: base=008106f0, end=008160f0, num=16
init_tx_buf: base=008160f0, end=0081baf0, num=16
Sending BOOTP and RARP requests.... OK
Root-NFS: Got BOOTP answer from 10.0.1.3, my address is 10.0.1.16
Root-NFS: Got file handle for /usr/local/prisma40-root via RPC
VFS: Mounted root (nfs filesystem).
init: opening console
init: about to exec /etc/init
Shell invoked to run file: /etc/rc
Command: # who am I ?
Command: hostname prisma40
Command: #
Command: mount -t proc proc /proc
Command: # localhost
Command: ifconfig lo 127.0.0.1
Command: route add -net 127.0.0.0 lo
Command: # my IP address
Command: # the mask may be set wrong during boot so fix it here
Command: ifconfig eth0 10.0.1.16 broadcast 10.0.1.255 netmask 255.255.255.0
Command: route del -net 10.0.0.0
Command: route add -net 10.0.1.0 netmask 255.255.255.0 eth0
Command: # message of the day
Command: #cat /etc/motd
Execution Finished, Exiting

Sash command shell (version 1.1.1)
/>


[Home]