Confirmed users
4,971
edits
Line 57: | Line 57: | ||
I created a <tt>c:/android-tegra/android-tegra.sh</tt>: | I created a <tt>c:/android-tegra/android-tegra.sh</tt>: | ||
# android imaging env | |||
export TEGRA_DIR=/cygdrive/c/android-tegra/android_tegra_250_FroyoOV5650 | |||
export PATH=/usr/local/bin:/usr/bin:/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/lib/lapack:$TEGRA_DIR:/cygdrive/c/android-tegra/android-sdk-windows/tools | |||
cd $TEGRA_DIR | |||
export PS1="\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ " | |||
(I basically did <tt>echo $PATH >> filename</tt> and <tt>echo $PS1 >> filename</tt> and edited accordingly, adding $TEGRA_DIR and the android-sdk-windows/tools directory to the PATH.) | |||
= Helpful links = | = Helpful links = |