mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-01 03:06:05 -04:00
Add make target secret, update quickstart
This commit is contained in:
parent
65f2272a45
commit
b8f1d4a083
2 changed files with 41 additions and 22 deletions
|
@ -104,6 +104,14 @@ all: application_fpga.bin
|
|||
phony_explicit:
|
||||
.PHONY: phony_explicit
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# Personalization of the TK1
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
secret:
|
||||
cd data;../tools/tpt/tpt.py
|
||||
.PHONY: secret
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# Firmware generation.
|
||||
# Included in the bitstream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue