readme.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. *********************
  2. NXP i.MX8MP EVK board
  3. *********************
  4. This file documents the Buildroot support for the i.MX 8M Plus EVK board.
  5. Build
  6. =====
  7. First, configure Buildroot for the i.MX 8M Plus EVK board:
  8. make freescale_imx8mpevk_defconfig
  9. Build all components:
  10. make
  11. You will find in output/images/ the following files:
  12. - bl31.bin
  13. - boot.vfat
  14. - ddr_fw.bin
  15. - Image
  16. - imx8-boot-sd.bin
  17. - imx8mp-evk.dtb
  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.itb
  25. - u-boot-nodtb.bin
  26. - u-boot-spl.bin
  27. - u-boot-spl-ddr.bin
  28. Create a bootable SD card
  29. =========================
  30. To determine the device associated to the SD card have a look in the
  31. /proc/partitions file:
  32. cat /proc/partitions
  33. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  34. directory, ready to be dumped on a SD card. Launch the following
  35. command as root:
  36. dd if=output/images/sdcard.img of=/dev/<your-sd-device>
  37. *** WARNING! This will destroy all the card content. Use with care! ***
  38. For details about the medium image layout, see the definition in
  39. board/freescale/common/imx/genimage.cfg.template_imx8.
  40. Boot the i.MX 8M Plus EVK board
  41. ===============================
  42. To boot your newly created system (refer to the i.MX 8M Plus EVK Documentation
  43. [1] for guidance):
  44. - insert the SD card in the SD slot of the board;
  45. - Configure the switches as follows (X = "don't care"):
  46. SW4: 0011 SW4[1-4]
  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-plus-evk:GS-iMX-8M-Plus-EVK