beautypg.com

Vmp2 netbootloader – Kontron VMP2 User Manual

Page 103

background image

VMP2

NetBootLoader

ID 24855, Rev. 02

© 2002 PEP Modular Computers GmbH

Page 5 - 29

DESCRIPTION:

To permit the operator to force a restart of the system, the command
“rs” is used.

This command terminates the NetBootLoader command interpreter
and resets the entire system, generating a system reset with the
onboard watchdog.

If this command is issued over a remote telnet connection, the telnet
session is terminated prior to the generation of the reset.

S F

FUNCTION:

Store FLASH contents to data buffer

SYNTAX:

sf -o[=] -l[=]

where:

sf

command

-o

option: offset

parameter: value: hexadecimal

relative offset to start of FLASH contents to be
stored to the data buffer

-l

option: length

parameter: value: hexadecimal

length of FLASH contents to be stored to the data
buffer

DESCRIPTION:

With the command “sf” a selected portion of the FLASH contents
may be copied to the local data buffer, e.g. for a subsequent upload
to the ftp server with the “put” command.

The “” parameter refers to the relative offset within the
FLASH area similar to the “lf” command. The parameter “
specifies the length to store.

USAGE:

Store 64 kB of FLASH contents to the data buffer beginning at an
offset of 1 MB

COMMAND / RESPONSE (none):

sf -o=100000 -l=10000

R S