mx6ullevk.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. SPDX-License-Identifier: GPL-2.0+
  2. mx6ullevk
  3. =========
  4. How to use U-Boot on Freescale MX6ULL 14x14 EVK
  5. -----------------------------------------------
  6. - First make sure you have installed the dtc package (device tree compiler):
  7. .. code-block:: bash
  8. $ sudo apt-get install device-tree-compiler
  9. - Build U-Boot for MX6ULL 14x14 EVK:
  10. .. code-block:: bash
  11. $ make mrproper
  12. $ make mx6ull_14x14_evk_defconfig
  13. $ make
  14. This generates the u-boot-dtb.imx image in the current directory.
  15. - Flash the u-boot-dtb.imx image into the micro SD card:
  16. .. code-block:: bash
  17. $ sudo dd if=u-boot-dtb.imx of=/dev/sdb bs=1K seek=1 conv=notrunc && sync
  18. - Jumper settings::
  19. SW601: 0 0 1 0
  20. Sw602: 1 0
  21. Where 0 means bottom position and 1 means top position (from the switch label
  22. numbers reference).
  23. Connect the USB cable between the EVK and the PC for the console.
  24. (The USB console connector is the one close the push buttons)
  25. Insert the micro SD card in the board, power it up and U-Boot messages should
  26. come up.
  27. The link for the board: http://www.nxp.com/products/microcontrollers-and- \
  28. processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/ \
  29. i.mx6qp/evaluation-kit-for-the-i.mx-6ull-applications-processor:MCIMX6ULL-EVK