Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin
Quote:
Originally Posted by Lmiller1708
SUCCESS!
I used your build script on the second post. I did have to modify this line:
DIRECTORY=$(cd `dirname $0` && pwd)
To:
DIRECTORY=$ANDROID/tinboot-linux-msm/
Thanks for all your help on this!
Now lets see what i can do...
|
Ahhh, that makes sense. Glad you were able to figure it out. I need to fix the script so it doesn't even use that
Edit: Fixed it up so it just uses the variable TINBOOT instead of DIRECTORY. Makes it better for those who launch scripts from a different directory than the script
Last edited by natemcnutty; 10-28-2010 at 08:41 PM.
|