Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion topic/k2c-qli-build-ga/build_own_config_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Build your own configuration
-----------------------------
To build your own configuration, you must compile the build for default machine configuration and compile the LE.QCLINUX.2.0 image with your own MACHINE and DISTRO parameter values.
To build your own configuration, you must compile the build with the default machine configuration and then compile the software product with your own machine and distro configuration files.

When compiling a software image, ensure that you also compile the software product. For example, if you compile ``BOOT.MXF.1.0.c1``, ensure that you also compile the software product (such as ``QCS9100.LE.2.0``).

Expand Down
2 changes: 1 addition & 1 deletion topic/k2c-qli-build-ga/download_software_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Download a software release by specifying the absolute workspace path, product I
::

qsc-cli chip-software download --workspace-path '<Base_Workspace_Path>' --product '<Product_ID>' --distribution '<Distribution>' --release '<Release_ID>'
# Example, qsc-cli chip-software download --workspace-path '/local/mnt/workspace/sample_workspace' --product 'QCM6490.LE.2.0' --distribution 'Qualcomm_Linux.SPF.2.0|AP|Standard|OEM|NoModem' --release 'r00004.2'
# Example, qsc-cli chip-software download --workspace-path '/local/mnt/workspace/sample_workspace' --product 'QCS9100.LE.2.0' --distribution 'Qualcomm_Linux.SPF.2.0|TEST|DEVICE|PUBLIC' --release 'r00003.1'

.. note::
- For the Product_ID, Distribution, and Release_ID values, see the table *QSC-CLI Input Parameters* in the `Release Notes <https://docs.qualcomm.com/doc/80-80020-300/>`__.
Expand Down
Loading