koheron-sdk icon indicating copy to clipboard operation
koheron-sdk copied to clipboard

can Koheron server used on any ARM LINUX?

Open v-shetty opened this issue 2 years ago • 2 comments

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

v-shetty avatar Mar 16 '22 08:03 v-shetty

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 ...

tvanderbruggen avatar Mar 16 '22 09:03 tvanderbruggen

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

rsarwar87 avatar Mar 16 '22 09:03 rsarwar87