readme.txt 919 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. STM32MP157C-Odyssey
  2. Intro
  3. =====
  4. This configuration supports the STM32MP157C-Odyssey platform:
  5. https://wiki.seeedstudio.com/ODYSSEY-STM32MP157C/
  6. How to build
  7. ============
  8. $ make stm32mp157c_odyssey_defconfig
  9. $ make
  10. How to write the microSD card
  11. =============================
  12. Once the build process is finished you will have an image called
  13. "sdcard.img" in the output/images/ directory.
  14. Copy the bootable "sdcard.img" onto an microSD card with "dd":
  15. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  16. Boot the board
  17. ==============
  18. (1) Insert the microSD card in connector J21.
  19. (2) Connect to the UART connector J24 (located next the the DC jack
  20. J24 and the battery connector J20) and run your serial communication
  21. program on /dev/ttyACM0.
  22. (3) Plug a USB-C cable in J6 or a center-positive 12V jack into J17
  23. to power-up the board.
  24. (4) The system will start, with the console on UART.