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