From 4ef7609fd93235156d093e649ebc7562a53158fe Mon Sep 17 00:00:00 2001 From: Abin Joseph Date: Fri, 27 Feb 2026 14:50:52 +0530 Subject: [PATCH] update qsc-cli examples update qsc-cli examples for consistency and reword the explanation for clarity. Signed-off-by: Abin Joseph --- topic/k2c-qli-build-ga/build_own_config_cli.rst | 2 +- topic/k2c-qli-build-ga/download_software_cli.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topic/k2c-qli-build-ga/build_own_config_cli.rst b/topic/k2c-qli-build-ga/build_own_config_cli.rst index 86a5c39..42d7f19 100644 --- a/topic/k2c-qli-build-ga/build_own_config_cli.rst +++ b/topic/k2c-qli-build-ga/build_own_config_cli.rst @@ -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``). diff --git a/topic/k2c-qli-build-ga/download_software_cli.rst b/topic/k2c-qli-build-ga/download_software_cli.rst index 47bfbcf..cd4486e 100644 --- a/topic/k2c-qli-build-ga/download_software_cli.rst +++ b/topic/k2c-qli-build-ga/download_software_cli.rst @@ -12,7 +12,7 @@ Download a software release by specifying the absolute workspace path, product I :: qsc-cli chip-software download --workspace-path '' --product '' --distribution '' --release '' - # 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 `__.