-
# Description of problem
Unable to schedule pods via Kubernetes using Containerd+Kata+Firecracker.
Kubernetes RuntimeClass:
```
apiVersion: node.k8s.io/v1beta1
kind: RuntimeClass
metadata:
…
-
-
I'm trying to port optee to allwinner h5 board and for that I've created nano.xml [here](https://github.com/Avani8/testPorting/blob/master/nano.xml), and makefile based on juno.mk called nano.mk
I…
-
I'm trying to make a simple benchmark to a very simple code using "tiny_http" like this:
```
fn main(){
let server = Server::http("0.0.0.0:80");
match server {
Ok(_) => println!("Success…
-
I'm unsure if GHA CI has Arm linux runners, but something that came up during the workshop was installing soar to raspberry PIs, which imo is a good use-case.
Adding support should be "as simple as…
-
Not a bug or issue - but wondering if there is a process for building an ARM version of POP-os available, or if there is any interest in doing so?
Would love to have a build that can run on some of…
-
Git cloning during the build step is poor practice. It means that building a package is tied to network connectivity, and the continued availability of the hosting server.
More pressing is that git …
-
After solving #52 now I run into the issue that the provided demo does not run for a second time.
Zephyr hangs on:
``` bash
[19:10:46:516] D: platform_ipm_callback: msg received from mb 0
[19:…
-
On my machine/configuration SSH seems to not be able to bind to port 60022 and therefore things fail to start. I've checked whether I already have anything else listening on that port on the localhos…
-
The current dsp code hangs the RedPitaya. The simplest way to reproduce this is to use an empty action table.
```
$ touch empty-action-table
$ ./dsp empty-action-table
hello, w
hello, world!
a…