readme.txt 878 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. STM32MP157A Discovery Kit v1
  2. Intro
  3. =====
  4. This configuration supports the STM32MP157 Discovery Kit 1 (DK1)
  5. platform:
  6. https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html
  7. How to build
  8. ============
  9. $ make stm32mp157a_dk1_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 CN15
  20. (2) Plug a micro-USB cable in connector CN11 and run your serial
  21. communication program on /dev/ttyACM0.
  22. (3) Plug a USB-C cable in CN6 to power-up the board.
  23. (4) The system will start, with the console on UART, but also visible
  24. on the screen.