Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HDR committed Aug 30, 2023
1 parent 4119b75 commit 0c77ea7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Based on Sanni's [cartreader](https://github.com/sanni/cartreader) firmware


### Notes:
## Building the firmware
**Requires [SEGGER Embedded Studio](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 either `ProjectFolder/Release/Exe/GDCartReader.bin` or `ProjectFolder/Debug/Exe/GDCartReader.bin` depending on your build configuration, rename the file to `update.bin`and put it on your SD Card to flash it to the burnmaster

### 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

0 comments on commit 0c77ea7

Please sign in to comment.