Merge branch 'rofrol-patch-1'
This commit is contained in:
@@ -71,6 +71,7 @@ available.
|
|||||||
I mentioned that OpenOCD provides a GDB server so let's connect to that right now:
|
I mentioned that OpenOCD provides a GDB server so let's connect to that right now:
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
|
# On Ubuntu use `gdb-mutliarch -q target/thumbv6m-none-eabi/debug//microrust-start`
|
||||||
$ arm-none-eabi-gdb -q target/thumbv6m-none-eabi/debug/microrust-start
|
$ arm-none-eabi-gdb -q target/thumbv6m-none-eabi/debug/microrust-start
|
||||||
Reading symbols from target/thumbv6m-none-eabi/debug/microrust-start...done.
|
Reading symbols from target/thumbv6m-none-eabi/debug/microrust-start...done.
|
||||||
(gdb)
|
(gdb)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Here are the installation commands for a few Linux distributions.
|
|||||||
``` shell
|
``` shell
|
||||||
$ sudo apt-get install \
|
$ sudo apt-get install \
|
||||||
gcc-arm-none-eabi \
|
gcc-arm-none-eabi \
|
||||||
gdb-arm-none-eabi \
|
gdb-multiarch \
|
||||||
minicom \
|
minicom \
|
||||||
openocd
|
openocd
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user