kopia lustrzana https://github.com/stlink-org/stlink
Update README.md
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/Debian> and <http://en.wikipedia.org/wiki/Linux>)pull/526/head
rodzic
0c63a2cffc
commit
c06a7737bd
|
@ -12,7 +12,7 @@ Open source version of the STMicroelectronics Stlink Tools
|
||||||
|
|
||||||
First, you have to know there are several boards supported by the software.
|
First, you have to know there are several boards supported by the software.
|
||||||
Those boards use a chip to translate from USB to JTAG commands. The chip is
|
Those boards use a chip to translate from USB to JTAG commands. The chip is
|
||||||
called stlink and there are 2 versions:
|
called stlink and there are two versions:
|
||||||
|
|
||||||
* STLINKv1, present on STM32VL discovery kits,
|
* STLINKv1, present on STM32VL discovery kits,
|
||||||
* STLINKv2, present on STM32L discovery and later kits.
|
* STLINKv2, present on STM32L discovery and later kits.
|
||||||
|
@ -24,10 +24,10 @@ Two different transport layers are used:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Currently there are no binaries for windows available.
|
Currently there are no binaries for Windows available.
|
||||||
It is known to compile and work with MinGW/Cygwin.
|
It is known to compile and work with MinGW/Cygwin.
|
||||||
|
|
||||||
For debian linux based distros there is also no package available
|
For Debian Linux based distributions there is also no package available
|
||||||
in the standard repositories so you need to compile yourself.
|
in the standard repositories so you need to compile yourself.
|
||||||
|
|
||||||
Arch Linux users can install from the [repository](https://www.archlinux.org/packages/community/x86_64/stlink)
|
Arch Linux users can install from the [repository](https://www.archlinux.org/packages/community/x86_64/stlink)
|
||||||
|
@ -69,7 +69,7 @@ There are a few options:
|
||||||
```
|
```
|
||||||
|
|
||||||
The STLINKv2 device to use can be specified in the environment
|
The STLINKv2 device to use can be specified in the environment
|
||||||
variable `STLINK_DEVICE` on the format `<USB_BUS>:<USB_ADDR>`.
|
variable `STLINK_DEVICE` in the format `<USB_BUS>:<USB_ADDR>`.
|
||||||
|
|
||||||
Then, in your project directory, someting like this...
|
Then, in your project directory, someting like this...
|
||||||
(remember, you need to run an _ARM_ gdb, not an x86 gdb)
|
(remember, you need to run an _ARM_ gdb, not an x86 gdb)
|
||||||
|
|
Ładowanie…
Reference in New Issue