Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can Koheron server used on any ARM LINUX? #551

Open
v-shetty opened this issue Mar 16, 2022 · 2 comments
Open

can Koheron server used on any ARM LINUX? #551

v-shetty opened this issue Mar 16, 2022 · 2 comments

Comments

@v-shetty
Copy link

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
Copy link
Member

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
Copy link
Contributor

rsarwar87 commented Mar 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants