Hi, I'm trying to build my own Froyo images for Nexus one using the source code downloaded from android.git.kernel.org. The platform code is the master branch and the kernel code branch is android-msm-2.6.32. I built the images successfully. However, when I flashed my Nexus one with the images, the system hang at the colorful X screen. My Nexus one's specification and the steps I used to build the images are below. Could you please tell me whether I missed anything during the process? Is there any tool that I can use to hook up with the phone when the phone boots so that I know which part goes wrong?
Thanks a lot. My nexus one specification: HBOOT-0.33.0012 MICROP_0b15 TOUCH PANEL-SYNT0103 RADIO-4.06.00.12.7 I built the system image and kernel image following the steps below. 1. For platform, at the root for the platform source code: a) . build/envsetup.h b) lunch 4 c) cd device/htc/passion ./extract-files.sh d) make 2. For kernel, at the root for kernel: a) export ARCH=arm b) export CROSS_COMPILE=arm-eabi- c) make msm_defconfig d) make 3. Build platform against kernel, at the root for platform source: a) Copy kernell/arch/arm/boot/zImage to out/target/product/passion/ kernel c) make -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

