Anybody know of links/examples on how to get Rust running on BeagleBone Black? Would like to have running bare metal and not on Linux if possible. Any help is appreciated. Thx
Oh no, but would eventually like to. I’m just getting into Rust and was only pinging the community to see if there was already some examples to get started. From what I’m reading about Rust (and WASM), there seems to be good potential. Hope to see other smarter peeps come up with material/projects to help support Rust along with BeagleBone Black. Seems like it doesn’t get as much love as other competitor modules these days.
Please add to thread if you come across anything that can help. Thx.
All those are your standard micro-controller, none of them listed as of today 2022-07-07T05:00:00Z are a Cortex-A class processor with external memory and a MMU…
For cross-compiling from a Linux PC to target the BeagleBone Green, one of my students had some success and they created the following guide detailing their process: