From 7ad10b0c94059a992ab9f7a213fe14dfcf9712f2 Mon Sep 17 00:00:00 2001 From: Martin Refseth <20230450+HDR@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:35:41 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 3649807..797ec6e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,5 @@ Based on Sanni's [cartreader](https://github.com/sanni/cartreader) firmware -## Building the firmware -**Requires [SEGGER Embedded Studio (6.22a recommended)](https://www.segger.com/products/development-tools/embedded-studio/)** -To build the firmware open `GDCartReader.emProject` in Embedded Studio, then right click `Project 'GDCartReader'` and click `Build` the compiled firmware can be found at `ProjectFolder/Debug/Exe/GDCartReader.elf`, you will need to run `SEGGER_INSTALL_DIRECTORY/gcc/arm-none-eabi/bin/objcopy ProjectFolder/Debug/Exe/GDCartReader.elf ProjectFolder/Debug/Exe/update.bin -Obinary` to get the update.bin, which can now be put at the root of your SD Card to update your BurnMaster - -**Alternatively** you can simply clone this repository and make your changes, Github will automatically build your firmware (See Actions Tab) - -### Repository Notes: - -This repository is setup to auto-build the firmware when a commit is made, builds can be found under the [Actions tab](https://github.com/HDR/Burnmaster-Firmware/actions), this makes it really easy to fork this repository and make your own changes without having to download Segger Embedded Studio +**Build instructions to come**