#!/bin/bbload
# The following is a bbload script.  
# Please see the bbload README for an explanation of the commands.
# bbload should be loaded at flash address 0xbfc00000.
# This script should be loaded at flash address 0xbfc10000.
# The kernel image, image.flash, should be loaded at flash address 0xbfc20000.
#	set some variables
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 modetty0 "57600,n,8,1,hw"
set bootserport tty0
set cpuconfig ""
set baseboardserial 0000000086
set bootprot tftp
set bootserver 0.0.0.0
set bootfile ""

# Set calling arguments (argc, argv)
setargs progname ip=192.168.15.2::192.168.15.1::Brecis:eth0:none ip=192.168.16.2:::::eth1:none

# Use setpc for address to start execution if flash-based initialization
# Note: no attempt is made to copy a kernel from flash to SDRAM in this case.
setpc bfc20000

#!eof
