Netbootloader vmp3 – Kontron VMP3 User Manual

Page 120

Advertising
background image

NetBootLoader

VMP3

Page 5 - 36

© 2005 Kontron Modular Computers GmbH

ID 29230, Rev. 01

29230

.01.UG.VC.050727/091440

P R E L I M I N A R Y

SF

FUNCTION:

Store FLASH contents to data buffer

SYNTAX:

sf -o[=]<offset> -l[=]<length>

where:

sf

command

-o

option: offset

<offset>

parameter: value: hexadecimal
relative offset to start of FLASH contents to be
stored to the data buffer

-l

option: length

<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 “<offset>” parameter refers to the relative offset within the
FLASH area similar to the “lf” command. The parameter “<length>”
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

Advertising