Activity
From 03/27/2011 to 04/25/2011
04/13/2011
- BR 12:47 AM Software Development: RE: FPGA_GPIO input polling
- Hi Mike
Any news about the FPGA_GPIO interrupt function? Is it still on your "to-do" list? :-)
Best regards
Brian
04/07/2011
- DK 09:18 PM Software Development: RE: How Do I Get SD Memory Working for Critical Link Carrier Board From Linux
- Tim,
The script is listed below. Since I want to perform "mount /dev/mmcblk0p1 /media/mmcblk0p1 -o async" would I change the following line in the script below.
Thanks,
Dave
PROPOSED CHANGE:
03/28/2011
- BR 02:47 AM Software Development: RE: FPGA_GPIO input polling
- Hi Mike
Thanks for your answer.
It would be nice to have the FPGA_gpio interrupt (poll) function working, so I'm looking forward to hear from you.
My question came up because I was looking for an easy way to interrupt my user s...
03/27/2011
- MW 05:55 PM Software Development: RE: Problem with FPGA reload
- I think this is a problem with the unload of the fpga_gpio driver. I am not sure if it is unregistering with the gpiolib layer. I am trying to reproduce the problem here.
-Mike
- MW 04:42 PM Software Development: RE: FPGA_GPIO input polling
- Hi Brian,
The gpiolib framework is a little more rigid than I had hoped, and updating the fpga_gpio driver to include poll(2) notification using the edge file is going to require a bit more work. The change requires creating software...