Activity
From 11/02/2014 to 12/01/2014
11/25/2014
- MW 07:46 AM FPGA Development: RE: Writing to HPS memory
- I would recommend contacting your Arrow FAE or Altera for help with the device tree generation / sopcinfo file.
You will need to create a new preloader and uboot and device tree block. You may also need to rebuild the kernel with the... - Hi,
I'm want to use the hps_ddr_write_example design from critical link and test it on Arrow Terasic Cyclone V SOCKit .
I have changed the device and the HPS DDR3 parameters in the Quartus project.Also I'm using the Arrow kit's DDR3 ...
11/17/2014
-
02:35 PM
Software Development: RE: Kernel Driver
- Hi
I compiled the kernel driver with the Linux kernel in the instruction here (https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Linux_Kernel).
Now I'm getting this error:
fpga_uinput: version magic '3.12.0-g456...
11/13/2014
- Hi,
I'm trying to lad a kernel driver by following example on this page https://github.com/zhemao/interrupt_example
However, after run "insmod fpga\_uinput.ko" I get the following error.
fpga_uinput: version magic '3.9.0-00161-g...
11/12/2014
- Hi,
For my project, I'm trying to use precompiled Linux libraries with Sockit as seen in this link "http://rocketboards.org/foswiki/Documentation/ArrowSoCKITEvaluationBoardLinuxGettingStarted#Creating_an_SD_Card_using_a_Windows_Host"
...
11/07/2014
- DV 02:22 PM FPGA Development: RE: Modular SGDMA
- Hi Jack,
We don't have any explicit examples of this but you will want to look into the userspace I/O driver. This should allow you to map in the FPGA interrrupts to a /dev/uio device.
I did a bit of searching and this looks like a...
11/05/2014
-
01:40 PM
FPGA Development: RE: Modular SGDMA
- Hi Dan,
The issue seems to be with the polling. I brought out the empty signal to an oscilloscope and found that it is on, but for some reason I'm not reading that on the software side.
I think it's better to switch to interrupt to...