Rust support for BBB

Hello all,

Is there a Linux kernel build for the BBB that supports Rust? Anyone have experience using Rust on the BBB, not bare metal stuff but Rust development on a BBB?

Have a Blessed day!

Don

The kernel doesn’t enable or disable “rust” user-space, you can install that thru apt.. The kernel has a RUST config to build RUST drivers.. Which are you looking for?

Regards,

I wanted to write code in Rust to use GPIO pins and eventually write code for the PRU also in Rust. I would like to replace my C functionality with Rust multi threaded stuff but nothing fancy. I like developing and debug on the BBB. What do I need to run rustup on the BBB?

Have a Blessed day!

Don

There seems to be good support for Rust on Raspberry PI, is there anyone using Rust on the AM335x Cortex A8? I see on this board someone years ago used NixOs to accomplish that but I do not see the need for NixOs or its overhead.

Have a Blessed day!

Don

Post your actual Context? Both use Debian, Debian has rust…

Regards,

My apologies, I was making it harder than it is. I loaded rustup and after install I am programming normally. Another case closed - operator error!

Have a Blessed day!

Don