This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

not able to boot android uImage-dirty

hi all

i build the rowboat-ics-2.37 kernel with some source code modifications then cross complied using arm-eabi- toolchain

and got uImage-2.6.37-dirty  image..

but while booting on beagleboard-xm ,it struck after below log messages

## Booting kernel from Legacy Image at 80300000 ...
Image Name: Linux-2.6.37-gd52c5bd-dirty
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2757284 Bytes = 2.6 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.

my boot args are:

then
echo ***** Kernel: /dev/mmcblk0p1/uImage *****
fi
echo ***** RootFS: /dev/mmcblk0p2 *****
setenv bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootdelay=1 init=/init ip=off omap_vout.vid1_static_vrfb_alloc=y vram=8M omapfb.vram=0:8M omapdss.def_disp=dvi omapfb.mode=dvi:1024x768-16'

bootm 0x80200000

but if i try to boot the uImage-2.6.37(without dirty  tag) it is booting smoothly.. 

how can i make a dirty image to boot since i have done some code modifications--- kindly help