Hi,

Please help to run XIP kernel on dm6446 with NOR flash.

I do
compile kernels: linux-2.6.10  (DVSDK 1_20_00_014)  linux-2.6.18
(DVSDK 02_00_00_140),  linux-2.6.37
With
CONFIG_XIP_KERNEL=y
CONFIG_XIP_PHYS_ADDR=0x02300000

Flash with:

tftp 0x80700000 xipImage;
protect off 0x02300000 +0x$(filesize);erase 0x02300000
+0x$(filesize);cp.b 0x80700000 0x02300000 0x$(filesize);protect on
0x02300000 +0x$(filesize)

Run with
go 0x02300000
And the processor hangs.

What is the problem?

Thanks.
-- 
Constantine Shulyupin
http://www.MakeLinux.com/
Embedded Linux Systems,
Device Drivers, TI DaVinci
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to