The addresses look wrong.
Load address should be point to the beginning of the DDR memory,
0x80000000

Have you remembered to set the bootcmd and bootargs in u-boot?

Enter U-boot and enter (you might need to change something, as these
settings are from my board):

setenv bootcmd 'mmcinit;fatload mmc 0 80000000 uImage;bootm 80000000'
setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2
video=omapfb.mode=dvi:1280x720mr...@50 init=/init rootfstype=ext3 rw
rootdelay=1 nohz=off androidboot.console=ttyS2
saveenv



On Sep 24, 6:53 am, sany <[email protected]> wrote:
> Hi all,
>
> I have compiled the kernel from 
> ,http://labs.embinux.org/index.php/Android_For_OMAP3_with_Gstreamer_In...
> with the options for enabling the network as mentioned in their site.
>
> The kernel is formed but on booting from beagle board,my o/p at
> minicom is as follows......
>
> Texas Instruments X-Loader 1.41
> Starting OS Bootloader...
>
> U-Boot 2008.10-rc2 (Oct  2 2008 - 09:02:46)
>
> OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
> OMAP3 Beagle board + LPDDR/NAND
> DRAM:  128 MB
> NAND:  256 MiB
> In:    serial
> Out:   serial
> Err:   serial
> Hit any key to stop autoboot:  0
> reading uImage
>
> 1837836 bytes read
> ## Booting kernel from Legacy Image at 80300000 ...
>    Image Name:   Linux-2.6.29-omap1
>    Image Type:   ARM Linux Kernel Image (uncompressed)
>    Data Size:    1837772 Bytes =  1.8 MB
>    Load Address: 00008000
>    Entry Point:  00008000
>    Verifying Checksum ... OK
>    Loading Kernel Image ...
>
> I am therefore not able to proceed further.Somebody plz help!

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

Reply via email to