system info: ``` booyaa@raspberrypi:~/stage $ uname -a Linux raspberrypi 4.1.18-v7+ #846 SMP Thu Feb 25 14:22:53 GMT 2016 armv7l GNU/Linux booyaa@raspberrypi:~/stage $ cat /etc/debian_version 8.0 ``` Most commands seem to work though. ``` booyaa@raspberrypi:~/stage $ rustup -V rustup 0.6.1 (71f7482 2016-08-24) booyaa@raspberrypi:~/stage $ rustup Segmentation fault booyaa@raspberrypi:~/stage $ rustup show Default host: armv7-unknown-linux-gnueabihf installed toolchains -------------------- stable-armv7-unknown-linux-gnueabihf nightly-armv7-unknown-linux-gnueabihf (default) active toolchain ---------------- nightly-armv7-unknown-linux-gnueabihf (default) rustc 1.13.0-nightly (3c5a0fa45 2016-08-22) ```