BSP Editor fails to generate files
I am trying to generate preloader for CycloneV SoC using BSP Editor.
I am successfully generating HDL in the Platform Designer and able to compile the design.
However, when running the bsp-editor the attempt fails on missing files which were actually supposed to be generated through bsp-editor and placed to <project_path>\software\spl_bsp\.
The first missing file is "reset_config.h.template".
The only similar file found across the filesystem is
c:\intelFPGA\20.1\embedded\ip\altera\preloader\src\reset_config.h
```
WARNING: Tcl script "C:\intelfpga\20.1\embedded\ip\altera\preloader\spl_callbacks.tcl spl C:/Users/CurrentUser/Altera/DE10_NANO_SoC/software/spl_bsp" error: couldn't open "reset_config.h.template": no such file or directory
```
The installed tools are 20.1.0.711:
QuartusLiteSetup-20.1.0.711-windows.exe
Intel SoC FPGA Embedded Development Suite Standard Edition
I do not have a space in any of the paths; tried on two different W10 machines.
Is this a bug?
Hi @MV ,
I solved this error for me. This is due to Python installed alone with SoC EDS. This python trying to access a package. but that is not available in it . To solve this error, we have to remove this python and download latest python then install it in that same folder. please reply me if it is working for you.
I'm using
1. Quartus-lite-20.1.0.711-windows 2. SoCEDSSetup-20.1.0.711-windows
Steps
1. go to Folder Path - C:\intelFPGA_lite\20.1\embedded\host_tools\python and remove all the content in side the folder.
2. Download "python-3.9.1-amd64" and install it in the same folder path C:\intelFPGA_lite\20.1\embedded\host_tools\python
Thanks
Rajesh M