Hi,
I am trying to use c6run with this dev kit, c6run requires cmem, and cmem will not build with the linux 3.3 kernel. I therefore have been trying to compile the linux 2.6 kernel. However the image will not boot on the device. It gets to
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
And then stops. I have followed the guide at
http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Booting_Linux#Problem_.232_-_No_more_output_is_seen_on_the_console_after_.22booting_the_kernel.22
to diagnose. I followed the guides on the ti wiki to build the kernel. One idea I have is that there is no make xx_defconfig for the lcdk target. with the tools provided with the lcdk, there is a 'make da850_lcdk_defconfig' target. With the 2.6 (davinci psp) kernel, there is only a 'make da850_omapl138_defconfig' target. Which still seems appropriate but could be the cause of the errors. There are some differences between the various lcdk/omapl138 config files, but I do not have sufficient understanding to edit these myself.
Any advice appreciated
Thanks