Dear An, I just tried with the Kernel Thomas Suggested, Detailed Steps as follows
$ git clone https://github.com/mozilla-b2g/kernel-omap $ cd kernel-omap/ $ export PATH=$PATH:<PATH_TO_UR_B2G>/B2G/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ $ export ARCH=arm $ export SUB_ARCH=arm $ export CROSS_COMPILE=arm-eabi- $ make panda_defconfig $ make $ cp arch/arm/boot/zImage <PATH_TO_UR_B2G>/B2G/device/ti/panda/kernel $ build.sh <Result> :) 130|shell@android:/ $ dmesg | grep Linux <5>[ 0.000000] Linux version 3.0.8-g42f8be0 (ubuntu@ubuntu) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Mon Aug 12 15:44:20 IST Thanks Dhyan On Monday, August 12, 2013 1:49:31 PM UTC+5:30, Thomas Zimmermann wrote: > Hi An, > > > > The official repository for our PandaBoard kernel is at > > > > https://github.com/mozilla-b2g/kernel-omap > > > > Branch 'current' should contain the source code for the current kernel. > > Maybe this helps. > > > > Best regards > > Thomas > > > > > > On 12.08.2013 04:31, [email protected] wrote: > > > 在 2013年4月17日星期三UTC+8下午10时03分55秒,Dhyan写道: > > >> Dear all , > > >> > > >> > > >> > > >> I cloned the B2G source code and ported it to Pandaboard with the help of > >> Mozilla docs.Now i am trying to replace the Pre-built kernel with my own > >> compiled kernel,for that i followed below steps > > >> > > >> > > >> > > >> 1.Cloned the kernel source from > >> https://github.com/tdz/android-kernel-omap.git, > > >> > > >> > > >> > > >> 2.Cross compiled it with arm-linux-gnueabi-gcc and panda_defconfig > > >> > > >> > > >> > > >> 3.Replaced the zImage in device/ti/panda/kernel with new image and done a > >> fresh B2G built > > >> > > >> > > >> > > >> Then flashed the new imageand tried booting,But system is hanging in > > >> > > >> > > >> > > >> "Starting kernel ... > > >> > > >> > > >> > > >> Uncompressing Linux... done, booting the kernel" > > >> > > >> > > >> > > >> Sorry for my ignorance,Is it the rite steps or i am doing something wrong? > > >> > > >> > > >> > > >> Can some one please guide on this ?? > > >> > > >> > > >> > > >> Thanks in advance > > >> > > >> Dhyan > > > hi Dhyan > > > > > > > > > > > > i followed your tips on this page,but i still can't work it out > > because > > > > > > of the same problem.do you mind giving me a more detailed procedure about it > > > > > > thanks in advance > > > > > > Zhemin An > > > 发帖 > > > _______________________________________________ > > > dev-b2g mailing list > > > [email protected] > > > https://lists.mozilla.org/listinfo/dev-b2g _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
