View Single Post
  #125 (permalink)  
Old 03-19-2011, 04:09 PM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To Compile Your Own Kernels, Modules, Tinboot (NAND boot), and More for Begin

yeah, thanks, that's what I need, man. I'll re-compile them tomorrow (here is 3:05AM, btw need asleep).

Also, if you are going to edit the first post, don't forget to modify some line to make newcomer do correct things!
Code:
cat ~/android/linux-msm-rhod-nand/arch/arm/include/config/kernel.release
to
Code:
cat ~/android/linux-msm-rhod-nand/include/config/kernel.release
and add '-p' option to mkdir command to make it automatically create missing parent path if any to collapse code, for example:
Code:
if [ ! -d "$ANDROID/output/sdcard" ] ; then
   mkdir -p $ANDROID/output/sdcard
fi
--
Best regard!
Uoc Nguyen
__________________
Reply With Quote
This post has been thanked 1 times.