Skip to content

Commit

Permalink
Add compile the linux kernel on Petalinux guide
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
  • Loading branch information
gastmaier committed Sep 16, 2024
1 parent dde0fec commit 8b9f400
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 5 deletions.
13 changes: 9 additions & 4 deletions docs/linux/kernel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Linux Kernel and devicetrees
""""""""""""""""""""""""""""

.. toctree::
:hidden:

petalinux

This section provides a concise guide on building the Linux kernel and
devicetrees for different platforms on different hosts.

Expand Down Expand Up @@ -46,8 +51,8 @@ Running the script in one line, with defaults:
chmod +x build_zynq_kernel_image.sh && \
./build_zynq_kernel_image.sh
Building using Petalinux
------------------------
Building with Petalinux
-----------------------

Please see here: :ref:`linux-kernel petalinux`.

Expand Down Expand Up @@ -473,8 +478,8 @@ Running the script in one line, with defaults:
./build_zynqmp_kernel_image.sh
Building using Petalinux
------------------------
Building with Petalinux
-----------------------

Please see here: :ref:`linux-kernel petalinux`.

Expand Down
Loading

0 comments on commit 8b9f400

Please sign in to comment.