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++
12600 Discussions

how to access fpga fabric from linux

Altera_Forum
Honored Contributor II
1,309 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
404 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
404 Views

also see here can you find some hint about 

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