Hi, looks correct, except for step 2. I use the compiler in
B2G/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ Setup your PATH correctly and run make ARCH=arm CROSS_COMPILE=arm-eabi- O=$(PWD)/build in the kernel-sources' directory. The current kernel has been built from commit 42f8be0c9acb7239461474d1b0781edb65697af0. Best regards Thomas Am Wed, 17 Apr 2013 07:03:55 -0700 (PDT) schrieb [email protected]: > 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 > _______________________________________________ > 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
