View Single Post
Old October 8th, 2009, 02:31 AM   #4 (permalink)
Russ Dill
Junior Member
 
Join Date: Jul 2009
Posts: 93
 
Device(s):
Thanks: 0
Thanked 1 Time in 1 Post
Default

PRINT_TITLE()
{
echo "################################################# ##"
echo " MSM7201A Android Kernel build"
echo " you choose HW_REVISION = $HW_REV "
echo " you choose 7200A MEMORY SIZE = $MEM_SIZE "
echo " ------------------------------------------- "
}

Apparently, there are at least 2 hardware revs. Rev 03 has 32MB on die, Rev 05 has either 32MB or 64MB on die.

build_kernel_Rev03_32M.sh
build_kernel_Rev05_32M.sh
build_kernel_Rev05_64M.sh
Russ Dill is offline  
Reply With Quote