readme.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. **********************
  2. NXP i.MX 93 FRDM board
  3. **********************
  4. This file documents the Buildroot support for the i.MX 93 FRDM
  5. (Freedom) board. For more information on this board, see [1].
  6. Build
  7. =====
  8. First, configure Buildroot for the i.MX 93 FRDM board:
  9. make freescale_imx93frdm_defconfig
  10. Build all components:
  11. make
  12. When this command completes, the generated image containing everything
  13. to boot from the SD card is located in "output/images/sdcard.img".
  14. Create a bootable SD card
  15. =========================
  16. To determine the device associated to the SD card have a look in the
  17. /proc/partitions file:
  18. cat /proc/partitions
  19. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  20. directory, ready to be dumped on a SD card. Launch the following
  21. command as root:
  22. dd if=output/images/sdcard.img of=/dev/<your-sd-device>
  23. *** WARNING! This will destroy all the card content. Use with care! ***
  24. For details about the medium image layout, see the definition in
  25. board/freescale/common/imx/genimage.cfg.template_imx9.
  26. Boot the i.MX 93 FRDM board
  27. ===========================
  28. To boot your newly created system (refer to the i.MX 93 FRDM
  29. Documentation [2] for guidance):
  30. - insert the SD card in the SD slot (P13) of the board;
  31. - Configure the SW1 boot switches as follows:
  32. SW1: 1100 SW1[1-4] ("USDHC2 4-bit SD3.0" Boot Mode)
  33. - connect a USB Type-C cable into the P16 Debug USB Port and connect
  34. using a terminal emulator at 115200 bps, 8n1;
  35. - power on the board by connecting a USB Type-C cable into the P1
  36. Power USB Port.
  37. Note 1: the board boot switches default configuration is:
  38. SW1: 0100 SW1[1-4] ("USDHC1 8-bit eMMC 5.1" Boot Mode)
  39. and the board is also pre-flashed with a reference Linux demo
  40. image. It is important to change the boot config switches to make
  41. sure the system will boot on the SD Card.
  42. Note 2: the debug USB connector presents 2 UARTs (for example
  43. /dev/ttyACM[0-1]), the Cortex-A55 UART should be the 1st one (in the
  44. previous example, /dev/ttyACM0). Refer to the documentation [2] for
  45. more details.
  46. Enjoy!
  47. References
  48. ==========
  49. [1] https://www.nxp.com/FRDM-IMX93
  50. [2] https://www.nxp.com/document/guide/getting-started-with-frdm-imx93:GS-FRDM-IMX93