Load, Name, Synopsis – Comtrol eCos User Manual

Page 135: Arguments

Advertising
background image

load

Name

load

— Download programs or data to the RedBoot platform

Synopsis

load [-v ] [-d ] [-r ] [-m [[xmodem | ymodem] | tftp | disk] ] [-h

server_IP_address

] [-b

location

] [-c

channel

] [

file_name

]

Arguments

Name

Type

Description

Default

-v

Boolean

Display a small spinner
(indicator) while the
download is in progress.
This is just for feedback,
especially during long
loads. Note that the option
has no effect when using a
serial download method
since it would interfere
with the protocol.

quiet

-d

Boolean

Decompress data stream
(gzip data)

non-compressed data

-r

Boolean

Raw (or binary) data

formatted (S-records, ELF
image, etc)

-m tftp

Transfer data via the
network using TFTP
protocol.

TFTP

-m http

Transfer data via the
network using HTTP
protocol.

TFTP

-m xmodem

Transfer data using
X-modem protocol.

TFTP

-m ymodem

Transfer data using
Y-modem protocol.

TFTP

-m disk

Transfer data from a local
disk.

TFTP

-h

server_IP_address

Numeric IP or DNS name

The IP address of the TFTP
or HTTP server.

Value set by ip_address

31

Advertising