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, AM57x devices for building the SDK using top level makefile

Signed-off-by: Telukula Jeevan Kumar Sahu <[email protected]>
  • Loading branch information
jeevantelukula committed Nov 25, 2024
1 parent 3fd6c25 commit 415b292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,17 +104,17 @@ 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', 'AM57X')

.. 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', 'AM57X')

.. code-block:: console
host# sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip
host# sudo apt-get install build-essential autoconf automake bison flex libmpc-dev libmpcdec6 libmpc3 libmpcdec-dev libssl-dev bc u-boot-tools swig python3 python3-pip
Following pip packages are also needed for jailhouse & binman in u-boot targets

Expand Down

0 comments on commit 415b292

Please sign in to comment.