#!/bin/pmon
# ***************************************
# A bootup script begins with #!/bin/pmon
# 
# set some initial boot parameters
set ipaddr 172.18.40.55
set etheraddr 00:02:d8:00:00:50
#	Load binary image at 80040000
load -B
# set parameters for kernel
set modetty0 "57600,n,8,1,hw"
set bootserport tty0
set cpuconfig ""
set ethaddr0 00:02:d8:00:00:50
set ethaddr1 00:02:d8:00:00:51
# If there is no MAC2 interface, comment out the following line.
set ethaddr2 00:02:d8:00:00:52
set baseboardserial 0000000086
set bootprot tftp
set bootserver 0.0.0.0
set bootfile ""
# g 80100000 -c kgdb=scc0
g 80100000 -c kgdb=console
# Any pmon script ends with #!eof
#!eof
