diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2018-09-24 11:12:00 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2018-09-24 09:54:18 +0000 |
commit | 1afe5405bb8ea7484f33193866130cd69ea60afd (patch) | |
tree | 47362ac801683718c8b978f0f3e7d5ff17d224c0 /doc | |
parent | c907d95221f74e24ad305fa6ebf043d55dd93324 (diff) | |
download | qt-creator-1afe5405bb8ea7484f33193866130cd69ea60afd.tar.gz |
Doc: Add troubleshooting information for QNX devices
Task-number: QTBUG-69762
Change-Id: I2fa6f62b95eddc901aa133e922934938d1ae208e
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qnx/creator-developing-qnx.qdoc | 4 | ||||
-rw-r--r-- | doc/src/qnx/creator-projects-running-qnx.qdocinc | 16 |
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/src/qnx/creator-developing-qnx.qdoc b/doc/src/qnx/creator-developing-qnx.qdoc index c3ad2b19d6..115e552bc9 100644 --- a/doc/src/qnx/creator-developing-qnx.qdoc +++ b/doc/src/qnx/creator-developing-qnx.qdoc @@ -37,7 +37,9 @@ \title Connecting QNX Devices You can connect QNX devices to the development PC to deploy, run and debug - applications on them from within \QC. + applications on them from within \QC. The QNX Neutrino RTOS should provide + a few additional command line tools and services, as described in + \l {Qt Creator Target Requirements}. \section1 Adding a QNX Neutrino Device in \QC diff --git a/doc/src/qnx/creator-projects-running-qnx.qdocinc b/doc/src/qnx/creator-projects-running-qnx.qdocinc index 865762d9dd..3292586fc4 100644 --- a/doc/src/qnx/creator-projects-running-qnx.qdocinc +++ b/doc/src/qnx/creator-projects-running-qnx.qdocinc @@ -49,6 +49,12 @@ \section2 Troubleshooting Errors + To support running, debugging, and stopping applications from \QC, the QNX + Neutrino RTOS should provide a few additional command line tools and + services, as described in \l {Qt Creator Target Requirements}. + + \section3 Debug Output Cannot Be Shown + For the command-line output to show up in the \uicontrol{Application Output}, \QC needs to be able to establish an SSH connection to the device. This is only possible if QNX Momentics is not running, and the SSH key @@ -57,5 +63,15 @@ If these conditions are not met, you will get an error message saying debug output cannot be shown. + \section3 Cannot Run, Debug, or Stop Applications + + The board support package (BSP) for the QNX device might be missing some + of the following applications that \QC needs to run, debug, and stop + applications on QNX devices: \c awk, \c grep, \c kill, \c netstat, \c print, + \c printf, \c ps, \c read, \c sed, \c sleep, \c uname, \c slog2info, and + \c cat. + + For more information, see \l{Other Utilities on the Target Device}. + //! [running on qnx] */ |