Skip to content

Commit

Permalink
Update Linux_Qt55.rst
Browse files Browse the repository at this point in the history
Modify the SDK obtain solution from download link to use wget.
  • Loading branch information
Liu-Xiaoqiang committed Mar 4, 2024
1 parent e30b695 commit 5d6c3bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/PCs/ARM/iMX6Q/Manuals/Software/Linux_Qt55.rst
Original file line number Diff line number Diff line change
Expand Up @@ -931,12 +931,13 @@ Host system requirements
Preparation
-----------

#) Download `QT5.5.1 <https://download.qt.io/new_archive/qt/5.5/5.5.1/>`_ and install it on the system. Other Qt version should ok as we only need Qtcreator. Install it in the `/home/<user>/program` directory.
#) Install SDK. Get the `SDK <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>`_ and install it using this command:
#) Download `QT5.5.1 <https://download.qt.io/new_archive/qt/5.5/5.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/<user>/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.

Expand Down Expand Up @@ -1092,4 +1093,4 @@ How to Change psplash's
:pagebreak:`True`

.. include:: /PCs/Shared/support
.. include:: /PCs/Shared/support

0 comments on commit 5d6c3bb

Please sign in to comment.