Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
101 stars 42 forks source link

can Koheron server used on any ARM LINUX? #551

Open v-shetty opened 2 years ago

v-shetty commented 2 years ago

Hi @tvanderbruggen

I have embedded device with ARM linux, i want give user a web page as user interface to control all the pins in the board. my board can handle tcp program,

can koheron web server can be used on other boards? https://github.com/Koheron/koheron-server

tvanderbruggen commented 2 years ago

Hi,

Yes in principle you can build the server with drivers for other arm boards.

Now the server is maintained and integrated within the SDK for Zynq boards but the server section is relatively independent. So you would have to isolate the server build part (mostly keep the server.mk file). Also you need to adapt the context to your board (you probably don't need the fpga_manger, zynq_fclk and the memory_manager).

Hope this helps ...

rsarwar87 commented 2 years ago

Here is a port to rpi3/4 to control an artix7 fpga over spi. Koheron-sdk is a great tool I must add

https://github.com/rsarwar87/CmodA7-SkyTracker/tree/device-CmodA7/koheron-server