Forum Discussion
dabo
New Contributor
4 years agoYour setup is very similar to ours only we use a 10M04SCU169A7G.
Two differences I noticed:
1. In Programmer when we convert pof to jam, we don't check any Program/Configure or Verify checkboxes. We do check the Enable real-time ISP checkbox.
2. What is jbc.exe? I cannot find it in my installation of Quartus. We use quartus_jbcc -n xxx.jam xxx.jbc to convert jam to jbc.
Then we convert the jbc to a byte array and embed it into our MCU firmware. When calling jbi_execute in the MCU we use action PROGRAM together with optional procedure DO_VERIFY=1.
Not sure if it helps you but this works for us.