readme.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ***************************
  2. Freescale i.MX8MM EVK board
  3. ***************************
  4. This file documents the Buildroot support for the Freescale i.MX8MM
  5. EVK board.
  6. Build
  7. =====
  8. First, configure Buildroot for the i.MX8MM EVK board:
  9. make freescale_imx8mmevk_defconfig
  10. Build all components:
  11. make
  12. You will find in output/images/ the following files:
  13. - bl31.bin
  14. - boot.vfat
  15. - fsl-imx8mm-evk.dtb
  16. - Image
  17. - imx8-boot-sd.bin
  18. - lpddr4_pmu_train_fw.bin
  19. - rootfs.ext2
  20. - rootfs.ext4
  21. - rootfs.tar
  22. - sdcard.img
  23. - u-boot.bin
  24. - u-boot.imx
  25. - u-boot-nodtb.bin
  26. - u-boot-spl-ddr.bin
  27. Create a bootable SD card
  28. =========================
  29. To determine the device associated to the SD card have a look in the
  30. /proc/partitions file:
  31. cat /proc/partitions
  32. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  33. directory, ready to be dumped on a SD card. Launch the following
  34. command as root:
  35. dd if=output/images/sdcard.img of=/dev/<your-sd-device>
  36. *** WARNING! This will destroy all the card content. Use with care! ***
  37. For details about the medium image layout, see the definition in
  38. board/freescale/common/imx/genimage.cfg.template_imx8.
  39. Boot the i.MX8MM EVK board
  40. ==========================
  41. To boot your newly created system (refer to the i.MX8MMini EVK Quick Start Guide
  42. [1] for guidance):
  43. - insert the SD card in the SD slot of the board;
  44. - Configure the switches as follows:
  45. SW1101: 0110110010 [D1-D10]
  46. SW1102: 0001101000 [D1-D10]
  47. - put a micro USB cable into the Debug USB Port and connect using a terminal
  48. emulator at 115200 bps, 8n1;
  49. - power on the board.
  50. Enjoy!
  51. References
  52. ==========
  53. [1] https://www.nxp.com/document/guide/Get-Started-with-the-i.MX-8M-Mini-EVK:GS-iMX-8M-Mini-EVK