Hi all, I am trying to build the Samsung Nexus S kernel, and flash it to my phone (Nexus S). However, no matter how I configure the kernel before compiling it, when I tried to flash it to the phone by using "fastboot boot zImage", the phone just stuck at the screen with "Google" and a lock on it forever.
The following are what I have done: 1. Download Android Source and compile it. 2. Install sdk in the source 3. Download Samsung Nexus S kernel by using command: git clone http://github.com/CyanogenMod/samsung-kernel-crespo.git kernel 4. Configure kernel: make -C kernel O=out/target/product/crespo/obj/kernel ARCH=arm herring_defconfig 5. Compile kernel: make -C kernel O=out/target/product/crespo/obj/kernel ARCH=arm CROSS_COMPILE=arm-2010q1/bin/arm-none-linux-gnueabi- 6. Copy zImage to the folder with "fastboot" 7. Flash kernel with: fastboot boot zImage May I ask what have I done wrong? Is it because I didn't use the proper kernel code (the original version is 2.6.35.7-g1d030a7)? Any hint would be warmly welcomed. Thank you very much. Yours Sincerely -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel