Hi,

I'm trying to boot a DA830 EVM with TI's U-Boot (1.3.3) I have the
davinci kernel git tree and using CodeSourcery G++ Lite 2009q1-203, I
did:

make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
da830_omapl137_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage

This gave me a uImage file [Image Name:
Linux-2.6.31-rc7-davinci1-06494-] that I have tftp booted with these
settings:

setenv nfshost x.x.x.x
setenv serverip x.x.x.x
setenv rootpath /my/OMAP/nfspath/root
setenv bootfile uImage
setenv bootcmd "dhcp;bootm"
setenv bootagrs "console=ttyS2,115200n8 noinitrd rw ip=dhcp
rootfs=/dev/nfs nfsroot=${nfshost}:${rootpath},nolock mem=32M"

It downloads, uncompresses, and says, "starting the kernel" and that's
that. I dumped __log_buf and unmangled the output to get:

27274>] (__bug+0x1c/0x28)
<4>[<c0027274>] (__bug+0x1c/0x28) from [<c000e098>]
(davinci_timer_init+0x304/0x34c)
<4>[<c000e098>] (davinci_timer_init+0x304/0x34c) from [<c000c354>]
(time_init+0x18/0x24)
<4>[<c000c354>] (time_init+0x18/0x24) from [<c0008a28>]
(start_kernel+0x174/0x2e8)
<4>[<c0008a28>] (start_kernel+0x174/0x2e8) from [<c0008034>]
(__enable_mmu+0x0/0x2c)
<4>unwind: Unknown symbol address c0008034
<4>unwind: Index not found c0008034
<4>Code: e2887001 e5897004 e59f504c e5955000 (e5950080) .a8c c02d1ca8
c0027760 
<4>1c20: c002776c 60000053 ffffffff 00000000 c02d3688 00000006 00000005
c02d0000 
<4>1c40: 00000080 00000005 600000d3 c02d1c60 c0027760 c0023aec 600000d3
ffffffff 
<4>1c60: 00000007 c02ec0ac 00000080 60000053 c02eb870 c02d0000 c02d3688
c02d1db8

[snip more unwinding output]

There is only one call to bug() in davinci_timer_init(), so I guess it
must be bugging out on

        timer_clk = clk_get(NULL, "timer0");
        BUG_ON(IS_ERR(timer_clk));

Should I be using this new a kernel? Maybe I messed up the
configuration:- they are basically the same settings I used for the TI
supplied kernel though, which boots fine. It a very old kernel though
2.6.18 and a bit.

Any ideas what I have done wrong?

Thanks,
Nick.

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to