Skip to content

Commit 9208381

Browse files
docs(package update): Update the required host packages in Top Level 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]>
1 parent 3fd6c25 commit 9208381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/linux/Overview/Top_Level_Makefile.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Steps to follow on Linux Host
9494
.. rubric:: Required Host Packages
9595
:name: makefile-required-packages
9696

97-
Please run the following command to install all packages required to by the
97+
Please run the following command to install all packages required by the
9898
makefile targets.
9999

100100
.. ifconfig:: CONFIG_part_variant in ('AM62X')
@@ -104,17 +104,17 @@ makefile targets.
104104
* 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.
105105
* No special arguments are needed to build for ``am62xxsip-evm`` in AM62xSIP Installer.
106106

107-
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM64X', 'AM62PX')
107+
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM64X', 'AM62PX', 'AM335X', 'AM437X', 'AM65X', 'AM57X')
108108

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

115115
.. code-block:: console
116116
117-
host# sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc u-boot-tools swig python3 python3-pip
117+
host# sudo apt-get install build-essential autoconf automake bison flex libmpc* libssl-dev bc u-boot-tools swig python3 python3-pip
118118
119119
Following pip packages are also needed for jailhouse & binman in u-boot targets
120120

0 commit comments

Comments
 (0)