Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

how to access fpga fabric from linux

Altera_Forum
Honored Contributor II
1,700 Views

hello, 

I am using cyclone V 

Installed linux on cortex , but now i am confused that how to access fabric(user logic) from linux,do i need to write kernel driver for this or should i change in bootloader ,or something is available already for doing this.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
795 Views

Hi Raghav, I suppose you are using Cyclone V SOC ARM, this way you can access fabric accessing memory mapped peripheral from user space in first then write a kernel device driver if your IP need be accessed as a system peripheral, both way plan to correctly map IP core to CPU address space. 

Please add details about what do you need to do with your Linux code and IP. 

Best regards 

Roberto
0 Kudos
Altera_Forum
Honored Contributor II
795 Views

also see here can you find some hint about 

http://www.alteraforum.com/forum/showthread.php?t=52454
0 Kudos
Reply