readme.txt 718 B

12345678910111213141516171819202122232425262728293031
  1. NXP i.MX93 EVK
  2. ==============
  3. This is a Buildroot target for building an image for the imx93-evk
  4. board using upstream components: TF-A, U-Boot and kernel.
  5. How to build it
  6. ===============
  7. Configure Buildroot and build it:
  8. $ make imx93-evk_defconfig
  9. $ make
  10. Flashing the SD card image
  11. ==========================
  12. Copy the sdcard.img file into the SD card:
  13. $ sudo dd if=output/images/sdcard.img of=<your-sd-device>; sync
  14. Booting the board
  15. =================
  16. To boot your newly created system:
  17. - Insert the SD card in the MicroSD slot of the board.
  18. - Connect a serial to USB cable to the DBG port.
  19. - Open a terminal on the ttyUSB2 port. For example: sudo picocom -b 115200 /dev/ttyUSB2
  20. - Power on the board.