forked from qt-creator/qt-creator
- Reflect the term changes in the UI. - Move info about SSH port property to the wizard step list. - Make the topic names in "Deploying to Devices" shorter. - Remove some unnecessary "if defined(qtdesignstudio)" conditions from topics that are not used in the QDS Manual. Task-number: QTCREATORBUG-27876 Change-Id: I2282257f245c31af82a41ea0e533407bf1cbd775 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: hjk <hjk@qt.io>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
// Copyright (C) 2017 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
//! [running on embedded linux]
|
|
|
|
\section1 Running on Remote Linux Devices
|
|
|
|
To build the application and run it on a device:
|
|
|
|
\list 1
|
|
|
|
\li Specify a connection to the device. For more information, see
|
|
\l{Connecting Remote Linux Devices}.
|
|
|
|
\li Click the \uicontrol Run button.
|
|
|
|
\endlist
|
|
|
|
\QC uses the compiler specified in the project build settings
|
|
(tool chain) to build the application.
|
|
|
|
\QC copies the application files to the connected device and runs the
|
|
application. The application views are
|
|
displayed on the device. Command-line output is visible in the \QC
|
|
\uicontrol {Application Output} view.
|
|
|
|
In the \uicontrol {Projects} mode, select the remote Linux kit and then
|
|
select \uicontrol {Run} to view the settings for deploying the application
|
|
to the connected device. For more information, see
|
|
\l{Specifying Run Settings for Linux-Based Devices}.
|
|
|
|
Debugging works transparently if GDB server is installed on the device and
|
|
it is compatible with the GDB on the host.
|
|
|
|
//! [running on embedded linux]
|
|
*/
|