Hi,
I am currently using AM1705 on our custom board.
And i am trying to boot Linux on our custom board.
Here I am using the kernel provided in DaVinci-PSP-SDK-03.20.00.12 for EVM OMAPL137 board.
But my kernel is getting hang after displaying following message
Starting kernel ...
Uncompressing Linux...................................done, booting the kernel.
I searched through other post & I also followed the steps mentioned in the link given below
http://processors.wiki.ti.com/index.php/Kernel_-_Common_Problems_Booting_Linux
I have also compiled the kernel with CONFIG_DEBUG_LL kernel option & I have also tried to see that if I get any low level debug statement, But there was no output at Hyper Terminal.
My boot arguments are given below
setenv bootargs mem=64M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,12M
bootm 0xc0700000
Here I am copying my kernel at location "0xc0700000" using command "loady 0xc0700000" & I am copying my ramdisk at location "0xc1180000" using command "loady 0xc1180000". After copying the kernel & ramdisk into the ram I am entering "bootm 0xc0700000" command, but after that the above given message appears & kernel hangs.
Can anyone guide me how to solve the above given issue.
Please revert back as soon as possible.
Thanks & Regards
Jitendra