Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/linux/kernel/zynqmp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
Add aarch64-linux-gnu-gcc to PATH
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Using the Xilinx toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^^
Using the AMD Xilinx toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. shell::

Expand All @@ -95,7 +95,7 @@

.. important::

Find the path to the Xilinx installation folder, and then use
Find the path to the AMD Xilinx installation folder, and then use
it to replace this string: **$PATH_TO_XILINX** that is written above.
Same goes for the **$VITIS_VERSION**, where you choose the Vitis version.

Expand Down Expand Up @@ -135,7 +135,7 @@
# configuration written to .config
#

Build the kernel via 'make'. This is the same for all Xlinx ZYNQMP MPSoC FPGAs.

Check failure on line 138 in docs/linux/kernel/zynqmp.rst

View workflow job for this annotation

GitHub Actions / check-doc

vale:Vale.Spelling:74 Did you really mean 'FPGAs'?

.. shell::

Expand Down Expand Up @@ -214,6 +214,8 @@
This sections goes through common issues related to the Linux Kernel on the
ZynqMP.

.. _zynqmp displayport-no-picture:

DisplayPort - no picture?
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading
Loading