Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions topic/k2c-qli-build-ga/flash_images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,17 +330,26 @@ Install QDL
- Download the tool from https://softwarecenter.qualcomm.com/#/catalog/item/Qualcomm_Device_Loader.
- Download the latest QDL using CLI based on the required operating system and architecture type:

**Linux**

.. container:: nohighlight

::

# Linux X64
# X64
wget https://softwarecenter.qualcomm.com/api/download/software/tools/Qualcomm_Device_Loader/Linux/Debian/latest.zip
# Linux ARM64
# ARM64
wget https://softwarecenter.qualcomm.com/api/download/software/tools/Qualcomm_Device_Loader/Linux/ARM64/Debian/latest.zip
# macOS X64

**MacOS**

.. container:: nohighlight

::

# X64
wget https://softwarecenter.qualcomm.com/api/download/software/tools/Qualcomm_Device_Loader/macOS/latest.zip
# macOS ARM64
# ARM64
wget https://softwarecenter.qualcomm.com/api/download/software/tools/Qualcomm_Device_Loader/macOS/ARM64/latest.zip

#. Unzip QDL:
Expand Down
Loading