Update readme

This commit is contained in:
2022-07-17 12:20:41 +02:00
parent 9ccbd5804a
commit 14f0acd749

View File

@@ -21,11 +21,6 @@ On Arch Linux this can be installed with the following
sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib
```
On Debian or Ubuntu one can use the following command
```
sudo apt-get install gcc-arm-none-eabi
```
Clone source code and compile
```
git clone --recursive https://git.spengler.co.za/deon/gnuk.git gnuk
@@ -47,11 +42,6 @@ On Arch Linux one can use the following command to install openocd
sudo pacman -S openocd
```
On Debian or Ubuntu one can use the following command
```
sudo apt-get install openocd
```
Now create a file called stm32f103.cfg with the following content
```
telnet_port 4444