Hi,
I'm running Linux Davinci on a custum hardware based on OMAP L138 EVM. I got two cards, one with OMAP-L138 and an other with AM1808. The only difference between the two cards is the CPU, all others peripherals are same.
I compiled the kernel from DaVinci-PSP-SDK-03.20.00.12.tgz.
The first board with OMAP-L138 boot correctly.
With the same kernel image, the second board with AM1808 freeze at boot time.
Here is the boot log:
Loading: #################################################################
#################################################################
################
done
Bytes transferred = 2142892 (20b2ac hex)
## Booting kernel from Legacy Image at c0007fc0 ...
Image Name: Linux-2.6.33-rc4
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2142828 Bytes = 2 MB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel. <= Freezes here !
I configured the kernel to use 300 Mhz clock, I also tried 456 Mhz but same behaviour. I thought that those CPU was pin to pin compatible. Any ideas of what could cause this problem?
Regards,
Nicolas