From fe66b673176d57dd76f416905fd50b3bb3d3120b Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Sun, 17 Jul 2022 12:25:42 +0200 Subject: [PATCH] Update readme --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 4802103..6a12010 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,6 @@ How to build the Gnuk firmware ============================== 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 ``` 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. -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 ``` telnet_port 4444