readme.txt 834 B

12345678910111213141516171819202122232425262728293031323334353637
  1. STM32MP135F Discovery Kit
  2. Intro
  3. =====
  4. This configuration supports the STM32MP135F Discovery Kit (DK)
  5. platform:
  6. https://www.st.com/en/evaluation-tools/stm32mp135f-dk.html
  7. How to build
  8. ============
  9. $ make stm32mp135f_dk_defconfig
  10. $ make
  11. How to write the microSD card
  12. =============================
  13. Once the build process is finished you will have an image called
  14. "sdcard.img" in the output/images/ directory.
  15. Copy the bootable "sdcard.img" onto an microSD card with "dd":
  16. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  17. Boot the board
  18. ==============
  19. (1) Insert the microSD card in connector CN3
  20. (2) Plug a micro-USB cable in connector CN10 and run your serial
  21. communication program on /dev/ttyACM0.
  22. (3) Plug a USB-C cable in CN12 to power-up the board.
  23. (4) The system will start, with the console on UART.