Altera_Forum
Honored Contributor
9 years ago"14736 ERROR: Cannot find sequencer/sequencer.elf" on Lite 16.1 -- how to debug?
Hello,
The EMI megawizard gives the aforementioned error while trying to generate "altera_mem_if_lpddr2_emif". Using Quartus Prime Lite 16.1 on an unsupported Linux amd64 distribution. Here's the various env settings I have tried:wmname LG3D
export PATH=$PATH:/opt/alt/16.1/modelsim_ase/linux:/opt/alt/16.1/quartus/bin
export QSYS_ROOTDIR=/opt/alt/16.1/quartus/sopc_builder/bin
export QUARTUS_ROOTDIR=/opt/alt/16.1/quartus
export SOPC_KIT_NIOS2=/opt/alt/16.1/nios2eds
export TEMP=/tmp
export TMP=/tmp After trying to tackle this for a few days, I am now out of ideas. Looking for any suggestions how to debug the complex java/Tcl maze and find out what is it that I am missing - a library, an env setting, or something else. I have the suspicion that the NIOS part of the IP generation is failing, so it could be something with the EDS, but I have no prior experience with EDS at all. The synthesis/fit/programming portions of Quartus behave as expected.