Skip to content

Instantly share code, notes, and snippets.

View gamecss's full-sized avatar
😢
How

冷冻罗非鱼怎么你了 gamecss

😢
How
View GitHub Profile
@eltonvs
eltonvs / beagle_compiler_installer.sh
Created October 19, 2016 13:01
A shell to make the cross compiler installation (from BeagleBone Black) quick and easy
# get file from source
wget -c https://releases.linaro.org/14.03/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux.tar.xz
# uncompress file
tar xf gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux.tar.xz
# copy uncompressed file to /opt/
sudo cp -r gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux /opt/
# remove downloaded files