Update readme

This commit is contained in:
2022-07-17 12:25:42 +02:00
parent 14f0acd749
commit fe66b67317

View File

@@ -16,11 +16,6 @@ How to build the Gnuk firmware
============================== ==============================
You will need the GNU toolchain and newlib for arm-none-eabi. You will need the GNU toolchain and newlib for arm-none-eabi.
On Arch Linux this can be installed with the following
```
sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib
```
Clone source code and compile Clone source code and compile
``` ```
git clone --recursive https://git.spengler.co.za/deon/gnuk.git gnuk git clone --recursive https://git.spengler.co.za/deon/gnuk.git gnuk
@@ -37,11 +32,6 @@ How to flash the Gnuk firmware
============================== ==============================
Ensure that you have openocd installed. Ensure that you have openocd installed.
On Arch Linux one can use the following command to install openocd
```
sudo pacman -S openocd
```
Now create a file called stm32f103.cfg with the following content Now create a file called stm32f103.cfg with the following content
``` ```
telnet_port 4444 telnet_port 4444