diff --git a/topic/k2c-qli-build-ga/build_default_config_cli.rst b/topic/k2c-qli-build-ga/build_default_config_cli.rst index 167c1fd..6c82fd0 100644 --- a/topic/k2c-qli-build-ga/build_default_config_cli.rst +++ b/topic/k2c-qli-build-ga/build_default_config_cli.rst @@ -27,7 +27,7 @@ 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 @@ -35,7 +35,7 @@ To recompile after any modifications to the software release, use your existing qsc-cli chip-software compile --image '' --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 `__. 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 15ac103..86a5c39 100644 --- a/topic/k2c-qli-build-ga/build_own_config_cli.rst +++ b/topic/k2c-qli-build-ga/build_own_config_cli.rst @@ -4,7 +4,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. -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: @@ -12,9 +12,9 @@ When compiling a software image other than ``LE.QCLINUX.2.0``, ensure that you a #. :ref:`Compile the default build `. -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 `__. + For information on the supported machine configurations of the development kit, see the table *Default values of and parameters for QSC* in the `Release Notes `__. a. Run the build commands for a specific configuration: @@ -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 --image - # 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. @@ -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 to ``qcom-distro-prop-image.yml``. c. After a successful build, check that the ``rootfs.img`` file is in the build artifacts: