-
Notifications
You must be signed in to change notification settings - Fork 55
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
Single-board computer (SBC) support #978
Comments
Have you tried it? nim-libp2p has been running on Rpi 3 and 4 and on phones since 2019-2020 |
@mratsim Thank you for the input :). One part of this issue, too, should be test coverage and having CI runs for these platforms. |
We use to have ARM Travis CI. But then Travis became insanely pricy after they were bought by a private equity fund. For my own ARM testing I'm looking at Oracle Cloud free tier. |
Issue is related to #980 |
Nim is an excellent choice for systems with limited resources. Single-board computers (SBCs) are widely used in educational institutions, ranging from high schools to universities. This is also true for devices like routers and other appliances that typically operate 24/7 in our homes.
Adding support for SBCs would enable:
Preliminary research indicates that the following CPUs are among the most popular for SBCs:
ARM Cortex-A9, ARMv8, and Qualcomm Snapdragon 800 series.
This issue tracks the both support and CI integration for the following platforms:
The text was updated successfully, but these errors were encountered: