Activity
From 12/05/2020 to 01/03/2021
12/24/2020
- VB 12:16 PM FPGA Development: RE: Problem when programming FPGA from HPS
- Confirmed. After rebuilding Kernel (tested on 3.16 and 4.9.78 versions) and disabling gpio_altera modules FPGA programming is able without HPS stucking.
Thanks.
12/23/2020
- VB 07:00 AM FPGA Development: RE: Problem when programming FPGA from HPS
- Hello Daniel,
Yes, I have. Ok, I'll try to do your recommendation, thanks.
12/22/2020
- DV 11:29 PM FPGA Development: RE: Problem when programming FPGA from HPS
- Hello,
In your design do you have kernel drivers that are accessing FPGA cores using the HPS to FPGA lightweight bridge? If so then you will need to have these drivers built as kernel modules and unload them before you try to reprogra... - VB 07:16 AM FPGA Development: RE: Problem when programming FPGA from HPS
- Dear colleagues,
Are there any solutions of issue with "hot" JTAG FPGA programming? This feature very useful for me, as FPGA developer.
I faced with exactly the same issue: when I start loading FPGA, HPS will stucked. No matter how...
12/16/2020
- TR 05:48 PM Software Development: RE: Writing to HPS Memory tutorial
- Hey Dan,
That was the problem. All fixed and working now. Thank you for the help!
Travis
12/11/2020
- DV 05:13 PM Software Development: RE: Writing to HPS Memory tutorial
- Hello Travis,
Are you are using a MitySOM-5CSE-L2-3Y8 Module, which has 512MB of RAM instead of 1GB? This example is set up to work with the 1GB of ram and a few of the addresses will need to be changed to work with the 5CSE-L2-3Y8.
...
12/08/2020
- Hello,
So I am working on getting data to be passed from the FPGA to the HPS. I started following the "Writing to HPS Memory" tutorial, but got stuck on compiling the FPGA image. Once I re-built that and had it successfully compile/bu...