- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been successful making .jbc files for a Max 5 CPLD using Quartus 13.1. I now need to do a similar thing for a Max 10 FPGA. I've heard issues regarding Quartus 17+ and generating .jbc files. Are there known issues with Quartus 18? Would I be better off using an earlier version until any known issues are resolved?
This is a project non-starter if I cannot generate .jbc files.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
- As Quartus tool edition is not mentioned in the post so in case of Quartus lite edition used then user need to request the license to enable the encryption option from the SSLC (Self Service Licensing Center) refer the below old thread, https://forums.intel.com/s/question/0D50P000045aENR/generating-encrypted-bitstream-pof-ekp-files-for-max10-10m50daf484c6ges?s1oid=00DU0000000YT3c&s1nid=0DB0P000000U1Hq&emkind=chatterCommentNotification&s1uid=0050P000008AbZD&emtm=1542607151000&fromEmail=1&s1ext=0
- If design contains any OpenCore Plus time-limited cores/IP then Quartus tool can not create the encryption files, https://www.intel.com/content/www/us/en/programmable/quartushelp/14.1/mergedProjects/msgs/msgs/opgmio_cannt_generate_jam.htm https://www.intel.com/content/www/us/en/programmable/quartushelp/15.0/mergedProjects/msgs/msgs/epgmio_can_not_have_multiple_files.htm
- Refer '3.8. AES Encryption' from the below link,
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/max-10/ug_m10_config.pdf
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Best Regards
Vikas Jathar
(This message was posted on behalf of Intel Corporation)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm afraid I do not understand the response. I am not intending to encrypt anything. I am simply trying to generate .JBC files as I have done successfully with versions of Quartus (Lite Edition) prior to 18.0. WHile I can (apparently) generate the .JBC file itself, it fails to program 100% of the time. If I use Quartus 15.1 (again, Lite Edition) to create the .JBC file, it works fine. I have seen one other post in which a similar observation was made. That author of that post indicated an apparent issue related to some internal "algorithm version 68" which is new after Quartus 17.
I have not worked on this issue for about three months. Back then I was under pressure to prove that our design was viable (i.e. that the hardware could support in-system programming using the JAM player). While I mananged to prove that, I must now get the design polished to the point of reliable operation. This includes the firmware revision and re-programming process in the field.
So, is Intel aware of any issues regarding the ability of Quartus 18.0 (Lite Edition) and later to generate reliable .JBC files?
I will continue to use my workaround (i.e. use Quartus 15) to create .JBC files. However, such a workaround makes me uncomfortable, especially with the newer MAX 10 device family.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Actually,sometimes it is difficult to identity exact issue with only one post & that made me to support my previous post.
Now I request you,please provide below information,
- Are you able to generate .JBC file using Q18 Lite
- what do you mean "it fails to program 100% of the time." ? which programming tool & cable are you using?
- "So, is Intel aware of any issues regarding the ability of Quartus 18.0 (Lite Edition) and later to generate reliable .JBC files?" I could able to generate .JBC file using Q18.1 Lite, refer below user guide,
Regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I used MAX 10 development kit & Quartus 18.1 Lite edition to check .jbc programming using Embedded Intel FPGA Download Cable II (JTAG) & I could able to program the .jbc & _pof.jbc files generated using below link,
Refer the attachment & screenshot & let me know if you have any different concern.
Regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Vikas,
It has been some time since I last discussed the issues I've been having with .jbc file creation/use. However, I have finally had the time to better document/explain the scenario I am encountering. I summarize it as follows:
- I have a project, "Ex_rev1", in Quartus Prime Lite 18.0.0 Build 614 04/24/2018 Lite Edition for the device 10M04SCE144C8G.
- When I compile the project, I get two programming files as expected: Ex_rev1_pof.jbc and Ex1_rev1.pof.
- Using the JAM Player and Ex_rev1_pof.jbc to program the device, the programming sequence fails on every attempt to program.
- If I use the file converter, quartus_cpf (version 18.0.0), to convert Ex1_rev1.pof to a .jbc file, I get (not surprisingly) a binary file whose contents are identical to Ex_rev1_pof.jbc. (This file also fails when used with the JAM Player.)
- However, if I use an older version of the file converter, quartus_cpf (version 15.1.0), to convert Ex1_rev1.pof to a .jbc file, the resulting file works 50% of the time. That is, the first attempt to program a device using the JAM player is successful. If a second attempt is made to program that same device, the process fails. A third attempt will be successful, a fourth attempt will fail, fifth attempt successful, and so on...
There seem to be two issues, and they may be related:
- Why the difference in behavior between newer and older Quartus versions with regard to creating working .jbc files? (Please note, I have also used Quartus 18.1 with exactly the same failing results as Quartus 18.0).
- Why, when I use quartus_cpf version 15.1.0, would I get a .jbc file that seems to work only every other time? (BASIC THEORY: I suspect that the .jbc file works only on unprogrammed devices, possibly causing the repeated failures and successes. For example, since the device is initially unprogrammed, the first attempt is successful. The second attempt will fail since the device is programmed -- but this failure invalidates the device's program and the device does not run. On the third attempt, since the device is not running, the programming will be successful.)
Can you offer any help to this ongoing issue? I sincerely appreciate any attention you or your team can devote to helping me solve this. I am eager to design this very capable device into future designs (and its already been designed into 3 of our products). However, this problem is discouraging me from doing so any further.
To help explain the above in a different way, I've created a diagram of the .jbc file creation process I have followed. Please have a look at the attached .PDF entitled "JBC_issues_flow_diagram.pdf". I hope that it will clarify the issue at hand.
Many thanks in advance for your time/effort.
Sincerely,
RWegg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vikas,
I apologize. The previous .PDF contains an error.
I have corrected the error and attached a new version entitled "JBC_issues_flow_diagram_v2.pdf".
The error pertains to the dialog boxes that appear on the right side of the diagram. These dialog boxes show the sequence of JAM Player messages that were received when the programming of that particular file failed. The sequences are clearly different betwen Q18.0 and Q15.1.
The error in the first .PDF I sent had these two dialog boxes swapped.
Please let me know if I can clarify any further.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The issue at my end is, almost all machines are with windows 10 & Jam STAPL Byte-Code Player Version 2.2 tool supports only on
Windows NT 4.0, Windows 98, Windows 95 so I am unable to replicate issue.
https://www.intel.com/content/www/us/en/programmable/support/support-resources/download/legacy/jam/dnl-byte_code_player.html
if you are using JAM player installed on other than above mentioned operating system or any custom application, In that case it might get encountered an issue.
If you observed my previous post, where I was able to configure MAX10 development kit with the .jbc file using Intel download cable II(USB blaster II) in Quartus 18.1 lite tool.
Thanks.
Vikas

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page