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.

Linux kernel never executed(omap-l138)

Other Parts Discussed in Thread: DA8XX

 Dear,my own board based on theomap-l138,its linux kernel cant executed.I can't point exactly where the issue is.

Please help me !  Print information as follows:

 

U-Boot 2009.08 (11 10 2011 - 14:33:50)

 I2C:   ready

DRAM:  32 MB

In:    serial

Out:   serial

Err:   serial

ARM Clock : 300000000 Hz

DDR Clock : 132000000 Hz

Net:   Ethernet PHY: GENERIC @ 0x00

 

Hit any key to stop autoboot:  0

U-Boot > pri

bootdelay=3

baudrate=115200

bootfile="uImage"

ethact=

ethaddr=11:11:11:11:11:11

bootargs=console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=:,nolock mem=32M

bootcmd=ip=192.168.1.123; tftp 0xc0700000 uImage;sf probe 0;sf read 0xc1180000 0x280000 0x400000;bootm 0xc0700000

tftpblocksize=512

filesize=301325

fileaddr=C1180000

ipaddr=192.168.1.123

serverip=192.168.1.116

stdin=serial

stdout=serial

stderr=serial

ver=U-Boot 2009.08 (11 10 2011 - 14:33:50)

 

Environment size: 468/65532 bytes

U-Boot >

U-Boot > boot

Using  device

TFTP from server 192.168.1.116; our IP address is 192.168.1.123

Filename 'uImage'.

Load address: 0xc0700000

Loading: #################################################################

         #################################################################

         #################################################################

         #################################################################

         #################################################################

         #################################################

done

Bytes transferred = 1913044 (1d30d4 hex)

8192 KiB M25P64 at 0:0 is now current device

## Booting kernel from Legacy Image at c0700000 ...

   Image Name:   Linux-2.6.32-rc6

   Image Type:   ARM Linux Kernel Image (uncompressed)

   Data Size:    1912980 Bytes =  1.8 MB

   Load Address: c0008000

   Entry Point:  c0008000

   Verifying Checksum ... OK

   Loading Kernel Image ... OK

OK

 

Starting kernel ...

 

Uncompressing Linux.............................................................................................................................. done, booting the kernel.

 

 

 

 

regards

  • Hi,

    U-boot environments looks wrong. Can you please compare with below working set of environments from my board.

    U-Boot > pri
    baudrate=115200
    bootdelay=1
    ethaddr=00:08:ee:03:6a:c4
    fileaddr=C0700000
    filesize=2041C8
    gatewayip=192.168.1.1
    bootcmd=dhcp;bootm
    bootargs=console=ttyS2,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=192.168
    .247.76:/opt/filesystem/da8XX_fs,nolock mem=120M
    bootfile=uImage
    maxcpuclk=456000000
    serverip=192.168.247.45
    stdin=serial
    stdout=serial
    stderr=serial
    ver=U-Boot 2009.11-00135-g92e87ef-dirty (Feb 08 2010 - 16:46:03)

    Environment size: 425/65532 bytes
    U-Boot >