readme.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ******************************
  2. Freescale i.MX8DXL WEVK board
  3. ******************************
  4. This file documents the Buildroot support for the Freescale i.MX8DXL WEVK
  5. board.
  6. Build
  7. =====
  8. First, configure Buildroot for the i.MX8DXL WEVK board:
  9. make freescale_imx8dxlevk_defconfig
  10. Build all components:
  11. make
  12. You will find in output/images/ the following files:
  13. - ahab-container.img
  14. - bl31.bin
  15. - boot.vfat
  16. - Image
  17. - imx8-boot-sd.bin
  18. - imx8dxl-evk.dtb
  19. - mkimg.commit
  20. - mx8dxl-ddr3-evk-scfw-tcm.bin
  21. - mx8dxl-evk-scfw-tcm.bin
  22. - mx8dxl-phantom-mek-scfw-tcm.bin
  23. - mx8dxl-val-scfw-tcm.bin
  24. - rootfs.ext2
  25. - rootfs.ext4
  26. - rootfs.tar
  27. - sdcard.img
  28. - u-boot-atf.bin
  29. - u-boot.bin
  30. - u-boot-hash.bin
  31. Create a bootable SD card
  32. =========================
  33. To determine the device associated to the SD card have a look in the
  34. /proc/partitions file:
  35. cat /proc/partitions
  36. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  37. directory, ready to be dumped on a SD card. Launch the following
  38. command as root:
  39. dd if=output/images/sdcard.img of=/dev/<your-sd-device>
  40. *** WARNING! This will destroy all the card content. Use with care! ***
  41. For details about the medium image layout, see the definition in
  42. board/freescale/common/imx/genimage.cfg.template_imx8.
  43. Boot the i.MX8DXL WEVK board
  44. ============================
  45. To boot your newly created system:
  46. - insert the SD card in the SD slot of the board;
  47. - Configure the boot switch as follows:
  48. SW1: ON ON OFF OFF
  49. - put a micro USB cable into the Debug USB Port and connect using a terminal
  50. emulator at 115200 bps, 8n1;
  51. - power on the board.
  52. Enjoy!