Skip to content

Commit

Permalink
docs(package update): Update the required host packages in Top Level …
Browse files Browse the repository at this point in the history
…Makefile

Update the host packages required for AM335x, AM437x, AM65x devices for building the SDK using top level makefile

Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
  • Loading branch information
jeevantelukula committed Nov 21, 2024
1 parent 10e48e9 commit bbc3c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/linux/Overview/Top_Level_Makefile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Steps to follow on Linux Host
.. rubric:: Required Host Packages
:name: makefile-required-packages

Please run the following command to install all packages required to by the
Please run the following command to install all packages required by the
makefile targets.

.. ifconfig:: CONFIG_part_variant in ('AM62X')
Expand All @@ -104,13 +104,13 @@ makefile targets.
* AM62x installer supports ``am62xx-evm`` and ``am62xx-lp-evm`` platforms. ``am62xx-evm`` is the default platform for the Toplevel Makefile. To build for ``am62xx-lp-evm``, pass ``PLATFORM=am62xx-lp-evm`` as argument to make.
* No special arguments are needed to build for ``am62xxsip-evm`` in AM62xSIP Installer.

.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM64X', 'AM62PX')
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM64X', 'AM62PX', 'AM335X', 'AM437X', 'AM65X')

.. code-block:: console
host# sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig
.. ifconfig:: CONFIG_part_variant in ('AM62PX', 'AM62X', 'AM64X')
.. ifconfig:: CONFIG_part_variant in ('AM62PX', 'AM62X', 'AM64X', 'AM335X', 'AM437X', 'AM65X')

.. code-block:: console
Expand Down

0 comments on commit bbc3c89

Please sign in to comment.