]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: board: Add minimal documentation for Sielaff i.MX6 Solo board
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Thu, 15 Feb 2024 14:00:36 +0000 (15:00 +0100)
committerFabio Estevam <festevam@denx.de>
Mon, 19 Feb 2024 11:19:39 +0000 (08:19 -0300)
Describe how to build and boot for the Sielaff i.MX6 Solo board.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
doc/board/index.rst
doc/board/sielaff/imx6dl-sielaff.rst [new file with mode: 0644]
doc/board/sielaff/index.rst [new file with mode: 0644]

index d0f9f355d2e9d142f73b2e598cfe370c27eb0808..62357c99388ea3cfda560736658b4b23d5e3ceb9 100644 (file)
@@ -42,6 +42,7 @@ Board-specific doc
    renesas/index
    rockchip/index
    samsung/index
+   sielaff/index
    siemens/index
    sifive/index
    sipeed/index
diff --git a/doc/board/sielaff/imx6dl-sielaff.rst b/doc/board/sielaff/imx6dl-sielaff.rst
new file mode 100644 (file)
index 0000000..699079b
--- /dev/null
@@ -0,0 +1,29 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Sielaff i.MX6 Solo Board
+========================
+
+The Sielaff i.MX6 Solo board is a control and Human Machine Interface (HMI)
+board for vending machines.
+
+Quick Start
+-----------
+
+Build U-Boot
+^^^^^^^^^^^^
+
+.. code-block:: bash
+
+   make imx6dl_sielaff_defconfig
+   make CROSS_COMPILE=arm-linux-gnueabi-
+
+Copy the flash.bin file to an SD card at an offset of 1 KiB:
+
+.. code-block:: bash
+
+   dd if=flash.bin of=/dev/sd[x] bs=1K seek=1
+
+Boot
+^^^^
+
+Put the SD card in the slot on the board and apply power.
diff --git a/doc/board/sielaff/index.rst b/doc/board/sielaff/index.rst
new file mode 100644 (file)
index 0000000..a837648
--- /dev/null
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Sielaff
+=======
+
+.. toctree::
+   :maxdepth: 2
+
+   imx6dl-sielaff