9 tftpboot, 7 file load commands, 1 loadb – Artesyn ATCA-9305 User's Manual (May 2014) User Manual
Page 233
Management Processor Monitor
ATCA-9305 User’s Manual (10009109-07)
233
9.6.9
tftpboot
The tftpboot command loads an image via a network connection using the TFTP protocol. The
environment variable’s ipaddr and serverip are used as additional parameters to this
command. If loadaddress or bootfilename is not specified, the environment variables
loadaddr
and bootfile are used as the default. To use this command, the environment
variables listed in
must be configured.
The port used is defined by the ethport environment variable. If all is selected for
ethport
, the TFTP process will cycle through each port until a connection is found or all ports
have failed.
Definition
tftpboot [loadaddress] [bootfilename]
9.7
File Load Commands
The file load commands load files over the serial port.
9.7.1
loadb
The loadb command loads a binary file over the serial port. The command takes two optional
parameters:
offset
The address offset parameter allows the file to be stored in a location different than what is
indicated within the binary file by adding the value off to the file’s absolute address.
baudrate
The baudrate parameter allows the file to be loaded at baud instead of the monitor’s console
baudrate.
The file is not automatically executed, the loadb command only loads the file into memory.
Definition
loadb [off] [baud]