Start/Stop/Restart

How to Start, Stop and Restart Motorcortex.

This page is applicable for the latest image version mcx-rtos-v.2024.01. For other mcx-rtos-images checkout: Older versions.

Normally a Motorcortex application is configured to automatically boot when the machine is powered on. However it may be required for the software to be stopped or restarted in a different mode. This chapter shows how Motorcortex applications can be started, stopped and restarted.

Status

Check the status of the motorcortex application:

motorcortex status
Running: no

Running: yes

Start

Start the Motorcortex application:

sudo motorcortex start

Stop

Stop the Motorcortex application:

sudo motorcortex stop

Restart

Restart the Motorcortex application:

sudo motorcortex restart

Older Versions