You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Enable crashes in greybus/gbridge code to not crash the system
Validate code
Create automated test benches that can run in CI
Run test code in a container to normalize the build environment
Create releases as an executable, such that we might be able to make applications
Note that User Mode Linux (UML) doesn't accomplish something I'd really like, which is the ability to make iPhone apps that could interact directly with BeagleConnect sensors. Android, however, might be possible, depending on the kernel dependencies and overall it allows better isolation.
The UML performance is also of concern, but our sensor interface example is more about code maintenance simplification and should not need very much performance which is likely to be network bound anyway.
From what people say, it only works on x86, but I've seen builds of uml-utilities on Debian/Ubuntu for ARM, so it seems there's some starting elements on the host-side kernel. The package user-mode-linux doesn't seem to be in any distros. It is unclear to me how much needs to be enabled in the host kernel.
What I tried
Not much yet
What happened
Nothing yet
What I expect to happen
I need to put more here, but essentially run a Docker container with a Linux kernel and all the sensor drivers in it that "just works" and can be tested with network-based sensor simulations or the real deal.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What I'm trying to accomplish
Note that User Mode Linux (UML) doesn't accomplish something I'd really like, which is the ability to make iPhone apps that could interact directly with BeagleConnect sensors. Android, however, might be possible, depending on the kernel dependencies and overall it allows better isolation.
The UML performance is also of concern, but our sensor interface example is more about code maintenance simplification and should not need very much performance which is likely to be network bound anyway.
What I researched
From what people say, it only works on x86, but I've seen builds of
uml-utilities
on Debian/Ubuntu for ARM, so it seems there's some starting elements on the host-side kernel. The packageuser-mode-linux
doesn't seem to be in any distros. It is unclear to me how much needs to be enabled in the host kernel.What I tried
Not much yet
What happened
Nothing yet
What I expect to happen
I need to put more here, but essentially run a Docker container with a Linux kernel and all the sensor drivers in it that "just works" and can be tested with network-based sensor simulations or the real deal.
The text was updated successfully, but these errors were encountered: