Open v-shetty opened 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 ...
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
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