[docs] Update code block styles

This commit is contained in:
Kuba Szczodrzyński
2023-01-18 14:02:12 +01:00
parent 4e319b40ed
commit 279c81e431
7 changed files with 18 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ TL;DR: Install OpenOCD. Conenct A14 to BCM GPIO#11, A15 to BCM GPIO#25. Remember
Read more [here](https://forums.raspberrypi.com/viewtopic.php?p=1541631&sid=915e8d039f24301b85c060318a44b7f0#p1541631).
Start OpenOCD like this (you also need your config file in the working directory):
```shell
```console
sudo openocd -f interface/raspberrypi2-native.cfg -f amebaz.cfg -c "bindto 0.0.0.0"
```
The bindto line is important, as it will allow remote connections.