From 1afe5405bb8ea7484f33193866130cd69ea60afd Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 24 Sep 2018 11:12:00 +0200 Subject: Doc: Add troubleshooting information for QNX devices Task-number: QTBUG-69762 Change-Id: I2fa6f62b95eddc901aa133e922934938d1ae208e Reviewed-by: hjk --- doc/src/qnx/creator-developing-qnx.qdoc | 4 +++- doc/src/qnx/creator-projects-running-qnx.qdocinc | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'doc') 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] */ -- cgit v1.2.1