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: src/03-setup/linux.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Here are the installation commands for a few Linux distributions.
4
4
5
5
## REQUIRED packages
6
6
7
-
- Ubuntu 18.04 or newer / Debian stretch or newer
7
+
###Ubuntu 18.04 or newer / Debian stretch or newer
8
8
9
9
> **NOTE**`gdb-multiarch` is the GDB command you'll use to debug your ARM
10
10
> Cortex-M programs
@@ -24,7 +24,7 @@ $ sudo apt-get install \
24
24
openocd
25
25
```
26
26
27
-
- Ubuntu 14.04 and 16.04
27
+
###Ubuntu 14.04 and 16.04
28
28
29
29
> **NOTE**`arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
30
30
> Cortex-M programs
@@ -40,7 +40,7 @@ $ sudo apt-get install \
40
40
openocd
41
41
```
42
42
43
-
- Fedora 23 or newer
43
+
###Fedora 23 or newer
44
44
45
45
> **NOTE**`arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
46
46
> Cortex-M programs
@@ -52,9 +52,9 @@ $ sudo dnf install \
52
52
openocd
53
53
```
54
54
55
-
- Arch Linux
55
+
###Arch Linux
56
56
57
-
> **NOTE**`arm-none-eabi-gdb` is the GDB command you'll use to debug ARM
57
+
> **NOTE**`arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
58
58
> Cortex-M programs
59
59
60
60
```console
@@ -63,7 +63,7 @@ $ sudo pacman -S \
63
63
minicom
64
64
```
65
65
66
-
`openocd` is not available in the official Arch repositories, but can be installed from the [AUR](https://aur.archlinux.org/packages/openocd/) or can be compiled from source as follows:
66
+
`openocd` is not available in the official Arch repositories, but can be installed from the AUR ([openocd-git](https://aur.archlinux.org/packages/openocd-git/) package) or can be compiled from source as follows:
0 commit comments