Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HDR committed Sep 6, 2023
1 parent d96026d commit 7ad10b0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

0 comments on commit 7ad10b0

Please sign in to comment.