CMEMK Error: CMEM phys_start (0x85400000) overlaps kernel (0x80000000 -> 0x87400000)
Perhaps I have flashed the kernel to the wrong location?
I used:
tftpboot 80700000 uImage nand erase 400000 200000 nand write 80700000 400000 200000
ADDED 22nd March 2010:
Problem solved, was an issue with the boot cmd.
Chris, what was your fix?
MMm, I think I changed the boot cmd to below - booting from SD card.
setenv bootargs 'mem=80M console=ttyS0,115200n8 root=/dev/mmcblk0p1 rw initrd=0x82000000,4M davinci_capture.device_type=3'
setenv bootcmd 'nand read 0x80700000 0x400000 0x200000; nand read 0x82000000 0x600000 0x300000; bootm 0x80700000'