Visible to Intel only — GUID: jek1616598912021
Ixiasoft
Visible to Intel only — GUID: jek1616598912021
Ixiasoft
5.1. Secure Debug Authorization
quartus_pgm -c 1 -m jtag -o “ei;device_info.txt;1SX280HH1” --dev_info
quartus_sign --family=Stratix10 --operation=append_key \ --previous_pem=debug_chain_private.pem \ --previous_qky=debug_chain.qky \ --permission=0x6 --cancel=1 \ --dev_info=device_info.txt \ --restriction=”1,2,17,18” \ --input_pem=debug_authorization_public_key.pem secure_debug_auth_chain.qky
quartus_sign --family=Stratix10 --operation=sign \ --qky=secure_debug_auth_chain.qky \ --pem=debug_authorization_private_key.pem \ unsigned_debug_design.rbf authorized_debug_design.rbf
You may use the quartus_pfg command to inspect the signature chain of each section of this signed secure debug bitstream as follows:
quartus_pfg --check_integrity authorized_debug_design.rbf
The output of this command prints the restriction values 1,2,17,18 of the conditional public key that was used to generate the signed bitstream.
quartus_pgm -c 1 -m jtag -o “p;authorized_debug_design.rbf”
The device owner may revoke the secure debug authorization by canceling the explicit key cancellation ID assigned in the secure debug authorization signature chain.
Did you find the information on this page useful?
Feedback Message
Characters remaining: