robseb / LinuxVSCppFPGA

C++ examples for accessing FPGA Soft-IP and Hard-IP with embedded Linux for Intel (ALTERA) SoC-FPGAs (Cyclone V)
MIT License
7 stars 1 forks source link

ERROR: Writing the FPGA configuration failed #1

Closed filip-dahlberg closed 3 years ago

filip-dahlberg commented 4 years ago

First off, I really appreciate all work in this repo.

I'm experiencing problem to read/write data on light-weight bridge with HPS while in SSH.

My hardware set-up is DE0 Atlas Nano version C (Cyclone V). My MSEL are set to:

image

The console output when trying to write the original FPGA binary file is as follows: image

Some more info: When executing a FPGA-readBridge, it times out and the watchdog timer in triggers a reboot of Linux. image

Can anyone help me with providing some input on how I'll establish working FPGA-writeBrdge and FPGA-readBridge commands from the HPS.

robseb commented 4 years ago

I think you are using rsyocto 1.031. Yesterday, I uploaded the version 1.041. That is my first Version with the DE0 Nano SoC Kit support. With this version should it work. Here was the FPGA configuration writen for a diffrent board. Note: please use the rs yocto github repository for r yocto issues. Thank you.

Robin

filip-dahlberg commented 4 years ago

Correct I'm not using 1.041, I'm using 1.032. I'll update to 1.041. Thank you so much!

robseb commented 4 years ago

no problem