Hi,
We have a customer running into jamplayer error ('syntax error') message.
They are running it after porting to ARMv8 (64-bit).
Error message attached.
Are there additional steps required before running jamplayer on ARMv8?
The error appears to be related to jamarray.c line ~694.
Uncompressed_length is coming back with -145804055115961248 , and out_size = 27744
Why is uncompressed length value a negative number?
In addition, out_size in jamexec.c shows calling jam_uncompress (vs. in jamarray.c which uses heap_record dimension for calculating the value)
Thanks
連結已複製
Hi,
May I know how do you implement the JAM player and how do you create the JAM file? Are you using the source code from https://www.intel.com/content/www/us/en/programmable/support/support-resources/download/programming/jam.html without modification?
Hi,
Thanks, yes, using the source from the link you sent.
jamstub.c was modified to reflect the correct port addresses on the board, then the .c source files were compiled on ARMv8 platform.
JAM was created by compiling the HDL after selecting JEDEC STAPL Format File (.jam) in Device and Pin Options dialog, under Programming Files.
Hi,
It should be similar but you can try to see if you are observing the issue. Are you using blaster to configure the device or Arm GPIO to directly configure it? If you are using USB-Blaster then you can try using Quartus Programmer Standalone Toolkit.
John,
Replicating the issue requires to have ARMv8 JTAG connected to MAXV, do you have such a platform?
John, what is JAM player’s replacement?
What is the recommended method of programming the POF from a processor (i.e. not using blaster, but, through jtag port from processor to MAXV)
Also, are there any additional advantage between using quartus_cpf vs. gui to generate jam file?
