Interesting to see a project that uses SBC and Rust here. Long ago, I have done some image processing project using Raspi, Cubieboard, and Odroid. When I'm still naive, I compile OpenCV in Raspi (first model) and it take 1 day full 😂. Since I'm curious about what you have done, allow me to ask some question 🙂
- How long it takes to compile Substratum Node?
- Is there any specific reason why you choose ArchLinux instead of others (e.g Ubuntu Core or Raspbian)? What I know ArchLinux has widest support range for many arm architecture. Curious about your though other than that 🙂
Since now I have some spare time then play around little bit with Rust 😅, maybe you want to:
- update and switch to the nightly channel (
rustup default nightly
) since there is a fix for'+fp'...
. - cross compile it in your laptop/PC (see this article for more info).
RE: Hitchhiker's Guide to Substratum Node on Raspberry Pi