122 upload, 122upload, Upload – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 220: Motload commands

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

220

3.1.122 upLoad

Name

upLoad—uploads (sends) binary data to the host serial port from the specified memory buffer.

Synopsis

upLoad [-a] [-b] [-d] [-f] [-n] [-s] [-t]

Parameters

-a P*: Source Memory Address (Default = User Download Buffer)

-b Pd: Baud Rate (Default = 9600)

-d Ps: Serial-Port Device Name (Default = /dev/com2)

-f P*: Blocking Factor in Bytes (Default = Default Byte Count)

-n P*: Number of Bytes (Default = 1048576 Decimal)

-s 0 : S-Record Mode

-t Pd: Blocking Factor Delay in Ticks (Default = 0)

Example

The following example indicates a typical display when using the upLoad command.

MOTLoad> upLoad

Error Messages

upLoad(): open(<device>) failed, errno = <value>

Unable to open port.

upLoad(): ioctl(102) failed, errno = <value>

Unable to set port's baud rate.

upLoad(): ioctl(100) failed, errno = <value>

Unable to set port's configuration mode.

Device Write Failure (errno = <value>)

Write failure.

Advertising