[PATCH v2 07/11] doc: board: renesas: Document Renesas R-Car Gen3 D3 Draak board
Marek Vasut
marek.vasut+renesas at mailbox.org
Tue Jun 23 03:38:33 CEST 2026
Add document which clarifies how to build and install U-Boot on
Renesas R-Car Gen3 D3 Draak board.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
V2: No change
---
doc/board/renesas/index.rst | 1 +
doc/board/renesas/rcar-gen3-draak.rst | 47 +++++++++++++++++++++++++++
doc/board/renesas/renesas.rst | 2 +-
3 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 doc/board/renesas/rcar-gen3-draak.rst
diff --git a/doc/board/renesas/index.rst b/doc/board/renesas/index.rst
index 21216912463..f04fd74cb17 100644
--- a/doc/board/renesas/index.rst
+++ b/doc/board/renesas/index.rst
@@ -14,6 +14,7 @@ Renesas
rcar-gen3-ulcb
rcar-gen3-geist
rcar-gen3-ebisu
+ rcar-gen3-draak
rcar-gen3-install
rcar-gen3-install-hf
rcar-gen3-install-sf
diff --git a/doc/board/renesas/rcar-gen3-draak.rst b/doc/board/renesas/rcar-gen3-draak.rst
new file mode 100644
index 00000000000..7b94eaa4b23
--- /dev/null
+++ b/doc/board/renesas/rcar-gen3-draak.rst
@@ -0,0 +1,47 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Renesas R-Car Gen3 D3 Draak board
+=================================
+
+- Renesas R-Car D3 Draak board: https://elinux.org/R-Car/Boards/Draak
+
+Build U-Boot
+------------
+
+Please follow :doc:`Renesas 64-bit ARM SoC build environment setup <build-env-aarch64>`
+to correctly set up the build environment before attempting to build U-Boot.
+
+Clone up to date U-Boot source code and change directory into the
+newly cloned source directory:
+
+.. code-block:: console
+
+ $ git clone https://source.denx.de/u-boot/u-boot.git/
+ $ cd u-boot
+
+Configure U-Boot:
+
+.. code-block:: console
+
+ $ make r8a77995_draak_defconfig
+
+Compile U-Boot:
+
+.. code-block:: console
+
+ $ make
+
+To speed up build process, -jN option can be passed to make to start
+multiple jobs at the same time, this is beneficial especially on SMP
+systems. The following example starts up to number of CPUs in the
+system jobs, which is the recommended amount:
+
+.. code-block:: console
+
+ $ make -j$(nproc)
+
+Install U-Boot
+--------------
+
+Please follow :doc:`Renesas R-Car Gen3 U-Boot installation <rcar-gen3-install>`
+to install U-Boot into HyperFlash.
diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst
index 8aa868760d8..6aaf1b13f29 100644
--- a/doc/board/renesas/renesas.rst
+++ b/doc/board/renesas/renesas.rst
@@ -157,7 +157,7 @@ Renesas is a SoC solutions provider for automotive and industrial applications.
- r8a77990_ebisu_defconfig
* -
- - Draak
+ - :doc:`Draak <rcar-gen3-draak>`
- R8A77995 (D3)
- :doc:`arm64 <build-env-aarch64>`
- r8a77995_draak_defconfig
--
2.53.0
More information about the U-Boot
mailing list