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
4 changes: 2 additions & 2 deletions topic/k2c-qli-build-ga/build_default_config_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ This process builds the necessary Qualcomm firmware and completes the Qualcomm L
Recompile
'''''''''''

To recompile after any modifications to the software release, use your existing workspace built using QSC CLI:
To recompile individual software images after any modifications to the software release, use your existing workspace built using QSC CLI:

.. container:: nohighlight

::

qsc-cli chip-software compile --image '<Software_Image_Name>' --workspace-path '<Base_Workspace_Path>'

# Example, qsc-cli chip-software compile --image LE.QCLINUX.2.0 --workspace-path '/local/mnt/workspace/sample_workspace'
# Example, qsc-cli chip-software compile --image BOOT.MXF.1.0.c1 --workspace-path '/local/mnt/workspace/sample_workspace'

For information on software image names (``--image``), see the table *QSC-CLI Input Parameters* in the `Release Notes <https://docs.qualcomm.com/doc/80-80020-300/>`__.

Expand Down
10 changes: 5 additions & 5 deletions topic/k2c-qli-build-ga/build_own_config_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ 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.

When compiling a software image other than ``LE.QCLINUX.2.0``, ensure that you also compile both the software product and ``LE.QCLINUX.2.0`` in the same order. For example, if you compile ``BOOT.MXF.1.0.c1``, ensure that you also compile the software product (such as ``QCM6490.LE.2.0``) and then ``LE.QCLINUX.2.0``.
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``).

1. Compile the build for the default machine configuration:

a. :ref:`Download the software <qsc_cli_software_download>`.

#. :ref:`Compile the default build <compile_qsc_cli>`.

2. Compile the ``LE.QCLINUX.2.0`` image with your own MACHINE and DISTRO parameter values.
2. Compile the software product with your own machine and distro configuration files.

For information on the supported machine configurations of the development kit, see the table *Default values of MACHINE and DISTRO parameters for QSC* in the `Release Notes <https://docs.qualcomm.com/doc/80-80020-300/>`__.
For information on the supported machine configurations of the development kit, see the table *Default values of <machine.yml> and <distro.yml> parameters for QSC* in the `Release Notes <https://docs.qualcomm.com/doc/80-80020-300/>`__.

a. Run the build commands for a specific configuration:

Expand All @@ -23,7 +23,7 @@ When compiling a software image other than ``LE.QCLINUX.2.0``, ensure that you a
::

qsc-cli chip-software open-build-env --workspace-path <Base_Workspace_Path> --image <Software_Image_Name>
# Example, qsc-cli chip-software open-build-env --workspace-path '/local/mnt/workspace/sample_workspace' --image 'LE.QCLINUX.2.0'
# Example, qsc-cli chip-software open-build-env --workspace-path '/local/mnt/workspace/sample_workspace' --image 'QCS9100.LE.2.0'

This command opens the terminal.

Expand All @@ -33,7 +33,7 @@ When compiling a software image other than ``LE.QCLINUX.2.0``, ensure that you a

.. image:: ../../media/k2c-qli-build-ga/compile_terminal_new.png

For example, to build for the Qualcomm Dragonwing™ RB3 Gen 2 Core Development Kit, change the value of ``MACHINE`` in the preceding build command to ``qcs6490-rb3gen2-core-kit``.
For example, to build qcom-multimedia-proprietary-image, change the value of <distro.yml> to ``qcom-distro-prop-image.yml``.

c. After a successful build, check that the ``rootfs.img`` file is in the build artifacts:

Expand Down
Loading