File: README

package info (click to toggle)
imx-code-signing-tool 3.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,336 kB
  • sloc: ansic: 10,752; sh: 1,167; python: 384; yacc: 245; makefile: 117; lex: 59
file content (30 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Shell scripts to create SRK fuses from SRK table and create SRK table from SRK certificates.

##########################################################################
#
# SCRIPT:  	createSRKFuses
#
# DESCRIPTION:	Create SRK fuses from SRK table generated by SRKTOOL or 
# 		createSrkTable script. This script shows steps to compute
#		SRK fuses and can be verified against the fuses generated
#		by SRKTOOL or createSRKTable script.
#
##########################################################################

Usage:
./createSRKFuses <SRK table> <Number of SRKs> <SRK key length>
Number of SRK : 1 - 4
SRK Key Length : 1024, 2048, 3072, 4096

##########################################################################
#
# SCRIPT:  	createSRKTable
#
# DESCRIPTION: 	This script creats SRK table with input SRK certificates.
#		Similar to what srktool does.
#
##########################################################################

Usage:
./createSRKTable <No. of SRKs> <SRK pub key 1> .. <SRK pub key 4>
Number of SRK : 1 - 4