- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a JTAG device and am trying to program it through the command line. I have previously programmed using a .pof through:
./quartus_pgm -m jtag -o "p;/path/bitstream.pof@1"
I would now like to program an encrypted bitstream, along with the .ips and .ekp files.
I have these files:
- pins.ips
- key.ekp
- encrypted_bitsream.pof
I believe these are the individual commands for adding the key and programming the bitstream:
./quartus_pgm -k -m jtag -o "p;/path/key_file.ekp@1"
./quartus_pgm m jtag -o "p;/path/encrypted_bitsream.pof@1"
I cannot find documentation for adding the .ips file. Could someone help?
Should these 3 commands be sequential or combined in command line?
Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi GDagi1,
You may take a look and see if this is applicable:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf (page 76-79)
Regards,
Fakhrul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fakhrul,
Thanks for the response. That is the document I used to come up with the programming commands above. I still have the following questions:
How to add the .ips file?
Should these 3 commands be sequential or combined in command line?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi GDagi1,
I am checking this internally for more clarification
Will get to you once there are any findings
Regards,
Fakhrul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi GDagi1,
Here's the response I received from the internal teams:
According to https://www.intel.com/content/www/us/en/docs/programmable/683865/current/executing-ips-file.html, the IPS file must be programmed along with the .pof file. You can convert this combined file to .jam and then use quartus_jli to execute.
Regards,
Fakhrul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi GDagi1,
I wish to follow up with you on this case. Do you still have further inquiries on this issue? Please feel free to let me know if there is any concern so that we could further assist you.
Otherwise, this thread will be idling and marked as inactive, thus it will be transitioned to community support because there is no update received from you in a while.
Regards,
Fakhrul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page