33 execprogram, Execprogram, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 90

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

90

3.1.33 execProgram

Name

execProgram—executes a program that has been downloaded into the memory of a SBC
running MOTLoad firmware. This allows the user to run executable programs without having
to overwrite any existing programs in the Flash ROM. Immediately prior to transferring control,
MOTLoad:
>> disables network interfaces
>> disables all interrupts
>> locks, flushes, invalidates, and disables any enabled caches
>> clears the MPU, MSR register
>> clears the MPU.SPR275 register (ECD pointer)
>> illuminates the board fail light

Synopsis

execProgram [-e] [-l] [-s] [-x]

Parameters

-e Ph: Execution Address Offset (Default = 0)

-l Ph: Load Address (Default = User Download Buffer)

-s Ph: Program/Object Size (Default = 2 MB)

-x Ph: Execution Argument (Default = 0)

Example

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

MOTLoad> tftpGet -c192.168.1.190 -s192.168.1.33 -d/dev/enet0 -

f/tmp/hxeb100.rom

MOTLoad> execProgram

See Also

downLoad

Advertising