Running rust application on the Linux side of the duo

I’ve made a repo to compile a rust application for the duo:
https://gitlab.com/dzamlo/milkv-duo-rust-helloworld. Not sure this the best way to do it. Maybe it’s better to do it with Docker.

I’m also working on running rust on the small core, but this doesn’t work yet.

2 Likes

You can also build rust packages as part of buildroot.

See buildroot/docs/manual/adding-packages-cargo.txt at master · maximeh/buildroot · GitHub

2 Likes