From 5d6c3bb498a4d12258170c604865ee03ba581c64 Mon Sep 17 00:00:00 2001
From: Xiaoqiang Liu <39177257+Liu-Xiaoqiang@users.noreply.github.com>
Date: Mon, 4 Mar 2024 09:05:40 +0800
Subject: [PATCH] Update Linux_Qt55.rst
Modify the SDK obtain solution from download link to use wget.
---
.../source/PCs/ARM/iMX6Q/Manuals/Software/Linux_Qt55.rst | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/source/PCs/ARM/iMX6Q/Manuals/Software/Linux_Qt55.rst b/docs/source/PCs/ARM/iMX6Q/Manuals/Software/Linux_Qt55.rst
index 26ea07a07..2a9383526 100644
--- a/docs/source/PCs/ARM/iMX6Q/Manuals/Software/Linux_Qt55.rst
+++ b/docs/source/PCs/ARM/iMX6Q/Manuals/Software/Linux_Qt55.rst
@@ -931,12 +931,13 @@ Host system requirements
Preparation
-----------
-#) Download `QT5.5.1 `_ and install it on the system. Other Qt version should ok as we only need Qtcreator. Install it in the `/home//program` directory.
-#) Install SDK. Get the `SDK `_ and install it using this command:
+#) Download `QT5.5.1 `_ and install it on one X86_64 Linux Host PC system. Other Qt version should ok as we only need Qtcreator. Install it in the `/home//program` directory.
+#) Install SDK. Get the SDK and install it using this command(running the following commands on one X86_64 Linux Host PC):
.. code-block:: bash
+ # wget -c https://chipsee-tmp.s3.amazonaws.com/DVD/IMX6Q/Tools/fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.sh
# chmod +x fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.sh
- # ./ fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.sh
+ # ./fsl-imx-x11-glibc-x86_64-meta-toolchain-qt5-cortexa9hf-vfp-neon-toolchain-3.14.52-1.1.1.sh
|br| The default install directory is `/opt/fsl-imx-x11/3.14.52-1.1.1`. You can install it in this directory or you can also use another directory.
@@ -1092,4 +1093,4 @@ How to Change psplash's
:pagebreak:`True`
-.. include:: /PCs/Shared/support
\ No newline at end of file
+.. include:: /PCs/Shared/support