Skip to content

Instantly share code, notes, and snippets.

@qoopooh
Last active June 22, 2017 07:34
Show Gist options
  • Save qoopooh/d1b57d4a687d972a9a2c50d67610ee7c to your computer and use it in GitHub Desktop.
Save qoopooh/d1b57d4a687d972a9a2c50d67610ee7c to your computer and use it in GitHub Desktop.
#!/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