#!/bin/pmon
# preserve script we are currently executing
copy bfc70070 80040000 1000
exec 80040000
########################################################
# DO NOT EDIT SCRIPT BEFORE THIS LINE
# Set heaptop to 80050000 where everything is to be loaded.
# Remember we are executing the script at 80040000.
set heaptop 80050000
# set some initial boot parameters
set ipaddr 172.18.43.43
set etheraddr 00:02:d8:00:05:c0
set hostport ethernet1
load -B
copy -f -F 80050000 bfc00020 180
load -B
copy -f -f 80050000 bfc70000 1000
load -B
copy -f -p 80050000 bfc00000 40000
# DONE WITH THIS EVM BOARD
g bfc00000
#!eof
