comparison wiki/Make Firmware File.md @ 489:0e7c16dd774d

add wiki sub-directory
author heinrichsweikamp
date Mon, 29 Jun 2020 16:18:17 +0200
parents
children
comparison
equal deleted inserted replaced
488:9eeab3fead8f 489:0e7c16dd774d
1 # How to Make an Uploadable Firmware File for the OSTC4 #
2
3 Generated BIN files from the SMT32 Workbench need modification in order to be installed via the OSTC Companion onto the OSTC4.
4
5 ## Build Command Line Tools ##
6
7 These can be found in /ostc4pack (For Windows, CPP sources available)
8
9 ## Run the Tools Manually ##
10
11 1. Copy generated BIN files (From the Release or debug directory) into /ostc4pack. Or: Modify .bat files to point to your Release or debug directory.
12 2. run step1_create_OSTC_RTE_upload.bat and/or step1_create_OSTC4_firmware_upload_bin.bat (Depending on which part you made changes)
13 3. run step2_create_OSTC4update_bin.bat to create final OSTC4update_xxxxxx.bin, with xxxxxx being the current date in YYMMDD format. This will add important checksums required for the OSTC4's bootloader to accept the file.
14
15 ## Upload this file with the OSTC Companion software to the OSTC4 ##
16
17 See http://forum.heinrichsweikamp.com/read.php?7,19186 on how to get and use the "OSTC companion"