xref: /OK3568_Linux_fs/buildroot/board/stmicroelectronics/stm32mp157c-dk2/readme.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1STM32MP157C Discovery Kit v2
2
3Intro
4=====
5
6This configuration supports the STM32MP157C Discovery Kit 2 (DK2)
7platform:
8
9  https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html
10
11How to build
12============
13
14 $ make stm32mp157c_dk2_defconfig
15 $ make
16
17How to write the microSD card
18=============================
19
20Once the build process is finished you will have an image called
21"sdcard.img" in the output/images/ directory.
22
23Copy the bootable "sdcard.img" onto an microSD card with "dd":
24
25  $ sudo dd if=output/images/sdcard.img of=/dev/sdX
26
27Boot the board
28==============
29
30 (1) Insert the microSD card in connector CN15
31
32 (2) Plug a micro-USB cable in connector CN11 and run your serial
33     communication program on /dev/ttyACM0.
34
35 (3) Plug a USB-C cable in CN6 to power-up the board.
36
37 (4) The system will start, with the console on UART, but also visible
38     on the screen.
39