-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from thinnect/append_lic
Added arguments to usersiggen, binary, readme.
- Loading branch information
Showing
3 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Intergation Documentation | ||
|
||
## Introduction | ||
This document provides knowhow how to load the license into the MCU to use beatstack. | ||
|
||
|
||
## Requirements | ||
* Latest eusiggen (binaries available) : https://github.com/thinnect/euisiggen | ||
* Valid licence file | ||
|
||
## Append licence file to signature file | ||
```usersiggen --type license --sigfile signature.bin --licfile license.bin --out signature+license.bin``` | ||
|
||
|
||
## Install sig to MCU using thinnect platform configuration | ||
```PROGRAM_SIGDATA=filename make ARCHITECTURE install-sig DEVICEID``` |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters