Frieder Schrempf | c6d170b | 2021-09-29 16:42:41 +0200 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
| 3 | Kontron Electronics SL i.MX6UL/ULL SoM |
| 4 | ====================================== |
| 5 | |
| 6 | The Kontron SoM-Line i.MX6UL/ULL (N6x1x) by Kontron Electronics GmbH is a SoM module |
| 7 | with either an i.MX6UL or i.MX6ULL SoC, 256/512 MB DDR3 RAM, SPI NOR, SPI NAND and Ethernet PHY. |
| 8 | |
| 9 | The matching evaluation boards (Board-Line) have two Ethernet ports, USB 2.0, |
| 10 | RGB, SD card, CAN, RS485, RS232 and much more. |
| 11 | |
| 12 | Quick Start |
| 13 | ----------- |
| 14 | |
| 15 | - Build U-Boot |
| 16 | - Boot |
| 17 | |
| 18 | Build U-Boot |
| 19 | ^^^^^^^^^^^^ |
| 20 | |
| 21 | .. code-block:: bash |
| 22 | |
| 23 | $ make kontron-sl-mx6ul_defconfig |
| 24 | $ make |
| 25 | |
| 26 | Burn the flash.bin to SD card at an offset of 1 KiB: |
| 27 | |
| 28 | .. code-block:: bash |
| 29 | |
| 30 | $ dd if=flash.bin of=/dev/sd[x] bs=1K seek=1 conv=notrunc |
| 31 | |
| 32 | Boot |
| 33 | ^^^^ |
| 34 | |
| 35 | Put the SD card in the slot on the board and apply power. |
| 36 | |
| 37 | Further Information |
| 38 | ------------------- |
| 39 | |
| 40 | The bootloader configuration is setup to be used with kernel FIT images. Legacy |
| 41 | images might not be working out of the box. |
| 42 | |
| 43 | Please see https://docs.kontron-electronics.de for further vendor documentation. |