Hi,
I am new to the world of IoT/embedded devices. I would like to get a cross compilation environment setup (preferably in a docker container), hoping that it will enable me to try out some Rust on the Omega2 (or failing that just some plain old C++)
So first thing is getting the cross-compilation toolchain:
I found https://wiki.onion.io/tutorials/cross-compile , but it seems to related to the Omega, not the Omega2plus? (at least it talks about Atheros AR7xxx/AR9xxx and not the MT-7688).
I also found https://docs.labs.mediatek.com/resource/linkit-smart-7688/en/downloads and https://github.com/simenkid/mt7688-cross but i was kind of hoping there would be an official guide/tutorial somewhere?
In order to compile with Rust i also need to know the correct target triple, i am guessing that it is either mips-unknown-linux-gnu or
mips-unknown-linux-musl , but it would be nice to know for sure.