CAlex
Contributor
3 years agoSOCEDS tool issue: quartus_cpf: command not found
Hi,
Here is my environment:
Win 11 , WSL2 Ubuntu , Quartus Lite 22.2STD, SOCEDS std 20.1, ARM DS 2021.1
When I was compiling the GNU-FPGA example for the cycloneV, the following order cant take:
1. cp -rnL order.
2. quartus_cpf order : quartus_cpf -c soc_system.sof soc_system_nodc.rbf
When I tried to do it on wsl2 the issue comes:
FPGA-CV-GNU$ quartus_cpf -c soc_system.sof soc_system_nodc.rbf
quartus_cpf: command not found
My Path setting is:
QUARTUS_ROOTDIR=/mnt/c/intelFPGA_lite/22.1std/quartus
I've tried use the default path settings:
/mnt/c/intelFPGA/20.1/qprogrammer
But result the same.
So what's the right path settings to solve the problem.
Thank you.
Reguards