Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16917 Discussions

Max10 add .ekp to .pof by script

HeinrichDiebel
Beginner
1,043 Views

To produce an encrypted .pof by a build pipeline I need a possibility to add a  .ekp file to a .pof file similar to generating it by the programmers GUI. Is there any command line option or any other way to do it by script at all ?

0 Kudos
1 Reply
JohnT_Intel
Employee
1,033 Views

Hi,


You can generate ekp fle, using command line as follow "quartus_cpf --key <keyfile>:<keyid1>:<keyid2> <input_sof_file> <output_ekp_file>"


Please refer to "https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an556.pdf" page 16.


0 Kudos
Reply