You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variants/STM32MP157_DK/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Because every OS may have different software configurations (especially Device T
13
13
*[STM32 MPU OpenSTLinux Distribution]
14
14
*[Balena OS]
15
15
16
-
Note that the first two OSes should select `stm32mp157c-dk2-m4-examples-sdcard` boot mode (or device tree configuration) on boot time. `stm32mp157c-dk2-sdcard` boot mode is also known to work but it is not guaranteed. See [ST Wiki page on boot mode] for more detail. If you are using it for your own OS, see the [Linux Device Tree considerations](#Linux-Device-Tree-considerations) section.
16
+
__Note that the first two OSes should select `stm32mp157c-dk2-m4-examples-sdcard` boot mode (or device tree configuration) on boot time.__`stm32mp157c-dk2-sdcard` boot mode is also known to work but it is not guaranteed. See [ST Wiki page on boot mode] for more detail. If you are using it for your own OS, see the [Linux Device Tree considerations](#Linux-Device-Tree-considerations) section.
17
17
18
18
## How to use
19
19
@@ -96,7 +96,7 @@ There are additional pins for LEDs and buttons.
96
96
97
97
## Uploading
98
98
99
-
As mentioned above `run_arduino.sh` file should be uploaded manually in order to work. There are many ways to upload the file.
99
+
As mentioned above `run_arduino.sh` file have to be uploaded manually to the Linux file system in order to be executed on the board directly through the Linux console. There are many ways to upload the file.
0 commit comments