Can't open the reference design in FlashPro Express #308
-
I downloaded the reference design here: and I want to install it on my new polarfire icicle board. I installed FlashPro Express on both Linux and Windows 10. Both give the same error when I try to open the job file:
That's the only error or message I get which isn't a lot to go on. I watched this video: https://www.youtube.com/watch?v=BY3306ITDhM&list=PL9B4edd-p2ahc3AQdBAmGfAyo_pcDW0Tg&index=4 which mentioned that older builds might not have the USB embedded Programming connector enabled but when I power the board up I can see that linux dmesg indicates that it recognizes the connected device:
and windows indicated it has discovered and set up the device as well. The only odd thing is that when I click "Open Job Project" the only extension options are "all files" and ".pro". The user guide indicates that FlashPro Express uses .job files instead of the older .pro files used by FlashPro. Maybe it just hasn't been revised to default to the newer file extension? Maybe I need a different version of FlashPro or FlashPro express than what comes with the newest Libero? Thoughts/suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
With FlashPro Express, you need to create a new programming project, and import the *.job file into this project. When you open FlashPro Express, click on "New", or Project -> New Project, then in the menu that opens up, on the first line import your job file from the *.zip file you have downloaded, then tell the tool where you want it to store the created Job Project. Next time if you want to program the same FPGA image, you can "Open" a job project and this time you will see the .pro file in the folder where you had created the job project above. If you have the Libero Suite installed, you will already have FlashPro Express, please make sure you have the latest version 2022.3. If not please make sure you have the latest version of the Programming and Debugging tools from: |
Beta Was this translation helpful? Give feedback.
With FlashPro Express, you need to create a new programming project, and import the *.job file into this project. When you open FlashPro Express, click on "New", or Project -> New Project, then in the menu that opens up, on the first line import your job file from the *.zip file you have downloaded, then tell the tool where you want it to store the created Job Project. Next time if you want to program the same FPGA image, you can "Open" a job project and this time you will see the .pro file in the folder where you had created the job project above.
If you have the Libero Suite installed, you will already have FlashPro Express, please make sure you have the latest version 2022.3. If not pl…