Forum Discussion
JAMPLAYER for ARM
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.
- MYoha6 years ago
New Contributor
Hi,
Additionally, are there any other ways of programming the MAXV from linux on the processor besides using jamplayer?
Also, are there any additional advantage between using quartus_cpf vs. gui to generate jam file?