diff --git a/source/linux/Overview/Top_Level_Makefile.rst b/source/linux/Overview/Top_Level_Makefile.rst index 3a0641de5..99e5caaee 100644 --- a/source/linux/Overview/Top_Level_Makefile.rst +++ b/source/linux/Overview/Top_Level_Makefile.rst @@ -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') @@ -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