JAM player giving errors with .jam file (generated by 19.1 Quattrus)
Hello, I was trying to see if I could program a Cyclone 10 Max FPGA via embedded device (NXP processor running linux) using a JAM player. I am aware that Intel no longer supports a JAM player, but I managed to find one which claims to have been tested on Raspberry pi.
I created the .jam file from Quatrus Programmer Pro (19.1) for the corresponding firmware .pof file (File-->Create JAM,JBC,SVF)
I compiled the Jam player from the below source, which has it running on raspberry pi/GPIO, something closest to what I could run on the NXP processor we have.
https://github.com/margro/jam-stapl
However, I get the below error when I run on a raspberry pi (./jam -aconfigure <jam file>
The line pointed to the below line which has an @ symbol in the initialization.
…
BOOLEAN A42[486352] = @
wrE00u@@@@3q6aP86Zmm4iDKJDresZ@x@@Vs@@@ll@@V@@_@P81@@y@fr0_@@@xD
1_@@@_l@@z@@y713yVt@x@@9t@@@Fk@@V@py@_@Vdz@@@Zz@@t@5@V8C0n@@l@R_
V@@Vv_@@@P_@@xVc@F8C0t@@l@f@@8n0S@@@_dw@z@@Mx@@@dn@@l@j_@Gn000mD
Aw@@ZJ6y@@0000081882G84W8809G0AWM210GGd910010TW4G050000000G01800
….
I am wondering if the Quatrus programmer Pro generates .jam files with newer JECDEC syntax (if any) which the jam player (which is about 9 yrs old) cannot decode. Or could it be a non-standard? I didn’t see any settings/options when creating .jam file either.
I know Intel does not formally support this tool anymore, but has anyone encountered this?
Any older version of Quatrus programmer tool I can try with?
Any guidance will be appreciated,