File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed 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,7 +52,7 @@ $ sudo dnf install \
52
52
openocd
53
53
```
54
54
55
- - Arch Linux
55
+ ### Arch Linux
56
56
57
57
> ** NOTE** ` arm-none-eabi-gdb ` is the GDB command you'll use to debug ARM
58
58
> Cortex-M programs
@@ -73,7 +73,10 @@ cd openocd-code
73
73
make && make install
74
74
```
75
75
76
- - ` arm-none-eabi-gdb ` for other distros
76
+ ### Other distros
77
+
78
+ > ** NOTE** ` arm-none-eabi-gdb ` is the GDB command you'll use to debug your ARM
79
+ > Cortex-M programs
77
80
78
81
For distros that don't have packages for [ ARM's pre-built
79
82
toolchain] ( https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads ) ,
You can’t perform that action at this time.
0 commit comments