APPENDIX
Loader, Sysloader and Dual Boot
MN700004 Rev 01
XV
Argument Description
primary
Boots the image from the first flash.
secondary
Boots the image from the secondary flash.
auto
Starts first the primary application and if it fails the second application is activated. If
both applications fail to start, the device enters the Sysloader CLI.
Memory Debug Tools
The table below lists the commands for the memory debug tools.
NOTE
Only the Technical Support should use the commands in this section.
Table APPENDIX-9 Sysloader Configuration Commands
C o m m a n d D e s c r i p t i o n
memory
Switches from Sysloader mode to Sysloader Memory mode.
copy
Copies a block of memory.
display
Displays a block of memory.
fill
Fills a block of memory with a specified value.
memory
The
memory
command, in Loader mode, switches from Sysloader mode to Sysloader
Memory mode.
The CLI prompt will change after executing this command.
Command Syntax
device name>
memory
Example
device name>
memory
device name(memory)#
copy
The
copy
command, in Sysloader Memory mode, copies a block of memory that is specified
by block-length from the specified source address to the specified destination address.
Command Syntax
device name(memory)#
copy
<src-addr> <dst-addr> <blk-len>