FrontPage 

Fuego wiki

Login or create account

function ov transport cmd in split format

NAME [edit section]

= NAME =
ov_transport_cmd

SYNOPSIS [edit section]

= SYNOPSIS =
 * ov_transport_cmd <command and args>

DESCRIPTION [edit section]

= DESCRIPTION =
ov_transport_cmd is used to execute a command on the target.
It used information from the board file to select the correct method to use to transfer files to the target. Currently supported transports are: * ssh * serial * ttc
It used information from the board file to select the correct method to use
to transfer files to the target.  Currently supported transports are:
 * ssh
 * serial
 * ttc

EXAMPLES [edit section]

= EXAMPLES =

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =
The following environment variables are used by ov_transport_put:
 * $TRANSPORT - specifies the type of transport used to communication with the board.  This should be one of "ssh", "serial", "ttc".
 * $LOGIN 
 * $PASSWORD
If $TRANSPORT is "ssh": * $DEVICE - the network name of the target device
If $TRANSPORT is "ssh":
 * $DEVICE - the network name of the target device
If $TRANSPORT is "serial": * $SERIAL * $BAUD * $IO_TIME_SERIAL
If $TRANSPORT is "serial":
 * $SERIAL
 * $BAUD
 * $IO_TIME_SERIAL
If $TRANSPORT is "ttc": * $TTC_TARGET
If $TRANSPORT is "ttc":
 * $TTC_TARGET
For details about the meaning of the environment variables used here, see the TRANSPORT parameters section on the page Adding a board
For details about the meaning of the environment variables used here, see
[[Adding_a_board#TRANSPORT_parameters|the TRANSPORT parameters section on the page Adding a board]]
The arguments are passed unchanged to the particular transport function selected by $TRANSPORT (e.g. ssh, serial)
The arguments are passed unchanged to the particular transport function
selected by $TRANSPORT (e.g. ssh, serial)

RETURN [edit section]

= RETURN =
Returns non-zero on error

SOURCE [edit section]

= SOURCE =
Located in ''overlays/base/base-board.fuegoclass''

SEE ALSO [edit section]

cmd
= SEE ALSO =
 * [[function_cmd|cmd]]
TBWiki engine 1.8.3 by Tim Bird