Skip to content
Snippets Groups Projects
Commit 0cfc2e92 authored by Frieder Schrempf's avatar Frieder Schrempf Committed by Fabio Estevam
Browse files

doc: board: Add minimal documentation for Sielaff i.MX6 Solo board


Describe how to build and boot for the Sielaff i.MX6 Solo board.

Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
parent 588399c2
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ Board-specific doc
renesas/index
rockchip/index
samsung/index
sielaff/index
siemens/index
sifive/index
sipeed/index
......
.. 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.
.. SPDX-License-Identifier: GPL-2.0+
Sielaff
=======
.. toctree::
:maxdepth: 2
imx6dl-sielaff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment