Frieder Schrempf | e2afe48 | 2024-02-15 15:00:36 +0100 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | Sielaff i.MX6 Solo Board |
| 4 | ======================== |
| 5 | |
| 6 | The Sielaff i.MX6 Solo board is a control and Human Machine Interface (HMI) |
| 7 | board for vending machines. |
| 8 | |
| 9 | Quick Start |
| 10 | ----------- |
| 11 | |
| 12 | Build U-Boot |
| 13 | ^^^^^^^^^^^^ |
| 14 | |
| 15 | .. code-block:: bash |
| 16 | |
| 17 | make imx6dl_sielaff_defconfig |
| 18 | make CROSS_COMPILE=arm-linux-gnueabi- |
| 19 | |
| 20 | Copy the flash.bin file to an SD card at an offset of 1 KiB: |
| 21 | |
| 22 | .. code-block:: bash |
| 23 | |
| 24 | dd if=flash.bin of=/dev/sd[x] bs=1K seek=1 |
| 25 | |
| 26 | Boot |
| 27 | ^^^^ |
| 28 | |
| 29 | Put the SD card in the slot on the board and apply power. |