sl-mx6ul.rst 1.0 KB

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