You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(package update): Update the required host packages in Top Level 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]>
Copy file name to clipboardExpand all lines: source/linux/Overview/Top_Level_Makefile.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Steps to follow on Linux Host
94
94
.. rubric:: Required Host Packages
95
95
:name: makefile-required-packages
96
96
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
98
98
makefile targets.
99
99
100
100
.. ifconfig:: CONFIG_part_variant in ('AM62X')
@@ -104,17 +104,17 @@ makefile targets.
104
104
* 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.
105
105
* No special arguments are needed to build for ``am62xxsip-evm`` in AM62xSIP Installer.
106
106
107
-
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM64X', 'AM62PX')
107
+
.. ifconfig:: CONFIG_part_variant not in ('AM62X', 'AM64X', 'AM62PX', 'AM335X', 'AM437X', 'AM65X')
0 commit comments