Update readme
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user