Forum Discussion
Indra_Kumar_D
New Contributor
1 year agoError (19117): QSPI Flash Programming Failed on AXE5-Eagle Board Using .jic File
Hi all, I'm working with the AXE5-Eagle Agilex 5 development board and trying to program a .jic file that includes the .sof and U-Boot SPL (FSBL) using Quartus Prime Pro 24.2 on Linux. I'm followin...
Anonymous
11 months agoNot applicable
Hi.
There is a known issue with the Linux driver for the "Arrow USB Programmer" when programming .jic files.
Ref the section about Linux=>Known Issues on this page: Arrow USB Programmer - Public Docs - Trenz Electronic Wiki
Known issues
- During the enumeration process, the FTDI USB controller performs a reset. Depending on the hardware used, this might remove the power from the FPGA and therefore might erase the contents of the FPGA.
- udev rules has default priority 50 for usb device. In case of trouble increase priority
- check if usb devices has RW rights: ls -la /dev/bus/usb/001/*
- non-volatile (.jic) configuration does not work with Linux OS and Agilex FPGA (The problem is still being investigated)
- Workaround: Use volatile (.sof) configuration or Win OS
As it states:
The Workaround is to program the .jic from a Windows machine.