-
Notifications
You must be signed in to change notification settings - Fork 128
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
Building for the RaspberryPi? #126
Comments
I am also wondering if there is any update on rumprun rpi or aarch64 support? |
we have a port of https://github.com/nabla-containers for aarch64. Maybe you'll find that useful: https://github.com/cloudkernels/rumprun (branch solo5-tests-aarch64). You can also find some info at https://blog.cloudkernels.net cheers, |
That's great @ananos ,thanks, exactly was looking for aarch64 support of nabla to test with my solo5 backend extension! will try now |
Hi @ananos, I am testing this, it seems the blog post is not a match with current version of solo5 and nabla. (for example install solo5.o-->libsolo5_ukvm is before adding spt), so not sure what is solo5_stock and why you need two solo5 repos? |
Hi @zatkh, our aarch64 support has been accepted upstream so you should be able to build for a 64-bit RPi3 using the https://github.com/nabla-containers/rumprun We are in the process of updating the blog posts to point to the updated repos. I'll ping you when we manage to do that. In any case, please try using the Nabla version (we have tested hvt & spt on aarch64) and let us know how it goes! |
Hi @zatkh, we have updated the posts to point to the latest versions of the repos (nabla/solo5/cloudkernels). Please have a look and let us know if you manage to get something running, or if we missed something in the update process. thanks! |
Hi @ananos , Sorry for the delay (I'm traveling), and thanks for letting me know. I quickly tested basic packages (hello,python3) on both my aarch64 server and rpi3 and didn't have time to fix some of the problems yet.
compile rumpkern/atomic_add_16.o *** [atomic_add_16.o] Error code 1 nbmake[5]: stopped in /home/pi/git/rumprun/src-netbsd/sys/rump/librump/rumpkern |
Hi @zatkh, regarding the pi rumprun issue, I'm using the following and the build completes:
BTW on an arm server, the build completes using the following:
regarding the python3 issue, we are working on trying to understand why this happens. My initial assumption is that the long double type assumes it's 128-bit and the processor needs to use sw emulation for these built-in operations. If we manually link -lgcc from the system we're able to build python3 -- but we need to figure it out as this approach is far from clean ;-) Will let you know as soon as we have something -- please do let us know if you manage to figure it out! thanks! |
Hi @ananos When I enter the following command I met an error I don’t know what went wrong, do you have any suggestion? Thanks a lot, I'm looking forward to your reply. I'm very interested in your project. |
just for reference, as the question was already answered offline -- rumprun over solo5 works with solo5 v0.4.1, so the solution to this question is to use tender binaries built from version v0.4.1 |
I wonder if there is a way to run microkernels directly on the Pi without the use of Docker/firecracker/... |
Hi,
I'm just wondering if anyone has managed to build rumprun for the Pi?
I'm trying the following so far:
Then in the docker:
Modify:
adding:
I also commented out
In platform/Makefile.inc.
Then ran:
Which gave:
I then did:
Created file rumprun-bake2.conf:
However no output is produced either graphically or via the serial output (I listed the command for the serial version above). And it seems to give high CPU usage on all cores.
Without the custom conf file I get:
Any suggestions would be most appreciated!
Cheers
Chris
The text was updated successfully, but these errors were encountered: