Last active
June 22, 2017 07:34
-
-
Save qoopooh/d1b57d4a687d972a9a2c50d67610ee7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# wget https://gist.githubusercontent.com/qoopooh/d4b9291627e82f5b992e49269a85d109/raw/install_linaro | |
# | |
### rico board | |
# make distclean | |
# make myir_ricoboard_defconfig | |
# make zImage dtbs | |
# | |
export ARCH=arm | |
export CROSS_COMPILE=arm-linux-gnueabihf- | |
export PATH=$HOME/bin/gcc-arm/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment