I am trying to port gingerbread kernel to zoom3 board.

The kernel was download from omapzoom git server.
Kernel(top of the tree):
# git clone git://git.omapzoom.org/kernel/omap.git android-2.6.35
# cd android-2.6.35
# git checkout -b p-android-omap-2.6.35 --track origin/p-android-omap-2.6.35 

defconfig used for building: android_zoom3_defconfig

After loading the kernel(through SD card) , the last cutecom logs shows:
Uncompressing Linux... done, booting the kernel.

After this the board seems to be rebooting again and the same logs are repeated.
The complete logs is as below:

U-Boot 1.1.4-ge891bbac-dirty (Mar 18 2010 - 17:47:41)

OMAP3630-GP rev 1, CPU-OPP2 L3-200MHz
OMAP3630Zoom3 1.0 Version + mDDR (Boot NAND)
DRAM:  1024 MB
NAND:512 MiB

In:    serial
Out:   serial
Err:   serial
Battery levels: main 3957 mV, backup 3038 mV
Hit any key to stop autoboot:  3 \0x08\0x08\0x08 2 \0x08\0x08\0x08 1
\0x08\0x08\0x08 0 
MMC1 Initalization OK

Reading data at 0x1d68e --    1% complete.
Reading data at 0x1d6d3 --    2% complete.
Reading data at 0x1d717 --    3% complete.
Reading data at 0x1d75c --    4% complete.
Reading data at 0x1d7a0 --    5% complete.
Reading data at 0x1d7e5 --    6% complete.
Reading data at 0x1d829 --    7% complete.
Reading data at 0x1d86e --    8% complete.
Reading data at 0x1d8b3 --    9% complete.
Re ..
Reading data at 0x1db60 --   19% complete.
Reading data at 0x1dba5 --   20% complete.
...
 
...
 
Reading data at 0x1eeed --   92% complete.
Reading data at 0x1ef32 --   93% complete.
Reading data at 0x1ef76 --   94% complete.
 
Reading data at 0x1f044 --   97% complete.
Reading data at 0x1f088 --   98% complete.
Reading data at 0x1f0cd --   99% complete.
Reading data at 0x1f111 --  100% complete.
3510572 bytes read
## Booting image at 81c00000 ...
   Image Name:   Linux-2.6.35.7-00710-g51dde1f-di
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3510508 Bytes =  3.3 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

U-Boot 1.1.4-ge891bbac-dirty (Mar 18 2010 - 17:47:41)

OMAP3630-GP rev 1, CPU-OPP2 L3-200MHz
OMAP3630Zoom3 1.0 Version + mDDR (Boot NAND)
DRAM:  1024 MB
NAND:512 MiB

In:    serial
Out:   serial
Err:   serial
Battery levels: main 3957 mV, backup 3020 mV
Hit any key to stop autoboot:  3 \0x08\0x08\0x08 2 \0x08\0x08\0x08 1
\0x08\0x08\0x08 0 
MMC1 Initalization OK

Reading data at 0x1d68e --    1% complete.
Reading data at 0x1d6d3 --    2% complete.
Reading data at 0x1d717 --    3% complete.
Reading data at 0x1d7

Boot parameters are as below:
OMAP36XX ZOOM3 # printenv bootargs

bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw rootdelay=1 init=/init 
videoout=omap24xxvout omap_vout.video1_numbuffers=6
omap_vout.vid1_static_vrfb_alloc=y omapfb.vram=?0:4M?

the "Entry Point" address printed by u-boot is
0x80008000, the _stext address in my System.map shows c0008000

Can anybody figure out what could be the possible issue?
Can anybody suggest how to debug this further.

Thanks,
Ismail.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to